File: /home/zeusxp5/chuair.org/wp-content/plugins/wd-framework/build/text-with-icon/block.json
{
"apiVersion": 2,
"name": "webdevia/text-with-icon",
"version": "0.1.0",
"title": "Text with icon",
"category": "webdevia",
"icon": "smily",
"description": "The text with icon block is a flexible tool for displaying text and icons in a visually appealing way. With customizable position and size parameters, you can easily create a layout that suits your needs.",
"attributes": {
"mediaId": {
"type": "number",
"default": 0
},
"mediaUrl": {
"type": "string",
"default": "../wp-content/plugins/wd-framework/includes/block-editor/blocks/text-with-icon/placeholder-icon.svg"
},
"title": {
"type": "string"
},
"titleIcon": {
"type": "boolean",
"default": false
},
"text": {
"type": "string"
},
"position": {
"type": "string",
"default": "top"
},
"size": {
"type": "number",
"default": 150
},
"textAlign": {
"type": "string",
"default": "left"
},
"verticalAlignment": {
"type": "string",
"default": "top"
},
"level": {
"type": "number",
"default": 2
}
},
"supports": {
"anchor": true,
"html": false,
"className": true,
"color": {
"__experimentalDefaultControls": {
"background": true,
"text": true
}
},
"spacing": {
"margin": true,
"padding": true
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalFontStyle": true,
"__experimentalFontWeight": true,
"__experimentalLetterSpacing": true,
"__experimentalTextTransform": true,
"__experimentalTextDecoration": true,
"__experimentalDefaultControls": {
"fontSize": true,
"fontAppearance": true,
"textTransform": true
}
},
"__unstablePasteTextInline": true,
"__experimentalSlashInserter": true
},
"example": {
"attributes": {
"preview": true,
"blockOnly": true,
"template": "purple-bliss",
"textAlign": "center",
"verticalAlignment": "center",
"title": "Title",
"text": "Demo text for preview.",
"enable_contextual_menu": true,
"enable_copy_text": true,
"enable_copy_tweet": true,
"enable_copy_link": true,
"enable_tweet_this": true,
"maximum_width": 800,
"maximum_width_unit": "px"
}
},
"keywords": [
"wd",
"webdevia",
"icon",
"text"
],
"textdomain": "webdevia-blocks",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css"
}