File: //var/www/drakkar_site/wp-content/plugins/otter-blocks/build/blocks/form-nonce/block.json
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "themeisle-blocks/form-nonce",
"title": "CSRF Protection",
"category": "themeisle-blocks",
"description": "Protect the form from CSRF.",
"keywords": [ "protection", "csrf", "field" ],
"textdomain": "otter-blocks",
"ancestor": [ "themeisle-blocks/form" ],
"attributes": {
"formId": {
"type": "string"
}
},
"supports": {
"align": [ "wide", "full" ],
"inserter": false
}
}