{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "app-builder/ads",
"version": "0.1.0",
"title": "Ads",
"category": "widgets",
"icon": "shortcode",
"description": "Mobile advertisement banner",
"keywords": [ "ads", "admod", "cirilla" ],
"attributes": {
"adSize": {
"type": "string",
"default": "banner"
},
"width": {
"type": "number",
"default": 320
},
"height": {
"type": "number",
"default": 50
}
},
"textdomain": "app-builder",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css"
}