File: /home/ohirex/web/ohirex.com/public_html/wp-content/plugins/mailster/build/forms/close/block.json
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "mailster/close",
"title": "Close Link",
"category": "mailster-form-fields",
"keywords": [
"container",
"wrapper",
"row",
"section"
],
"parent": [
"mailster/form-wrapper",
"core/column",
"core/group"
],
"description": "A simple link to close the popup",
"example": {},
"supports": {
"html": false,
"reusable": false,
"color": true,
"spacing": {
"margin": true,
"padding": true,
"blockGap": true
},
"typography": {
"fontSize": true,
"lineHeight": true
}
},
"attributes": {
"content": {
"type": "string",
"source": "html",
"selector": "a"
},
"id": {
"type": "string"
},
"align": {
"type": "string"
}
},
"textdomain": "mailster",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css"
}