File: /var/www/html/insiders/wp-load/wp-content/plugins/gutenmate/build/block-library/asd/block.json
{
"$schema": "https://raw.githubusercontent.com/WordPress/gutenberg/trunk/schemas/json/block.json",
"apiVersion": 2,
"name": "gtm/asd",
"title": "Ad Slot",
"description": "Add a customizable ads.",
"category": "gtm-asd",
"keywords": [
"gutenmate",
"box",
"ad",
"ads",
"advertisement"
],
"attributes": {
"customCode": {
"type": "string",
"source": "html",
"selector": ":scope>div>*"
},
"preferredWidth": {
"type": "integer"
},
"preferredHeight": {
"type": "integer"
}
},
"supports": {
"align": [
"wide",
"full"
],
"gtmBlockVisibility": true,
"gtmBlockProps": {
"margin": true,
"padding": true,
"textAlign": true
},
"gtmResponsiveAttributes": true
},
"editorScript": "gtm-block-editor-script",
"editorStyle": "gtm-asd-editor-style",
"style": "gtm-asd-style"
}