Files
Go-Ask-Auntie/views/blocks/media-text-innerblocks/block.json
T
Keith Solomon dcb38250f8
Sync TODOs with Issues / sync_todos (push) Successful in 7s
🔵 other: Initial WP conversion from Eleventy
2026-05-25 16:48:48 -05:00

32 lines
648 B
JSON

{
"name": "acf/media-text-innerblocks",
"title": "Media with Text Block - InnerBlocks Variant",
"description": "2 column content with image and optional calls-to-action",
"style": [
"file:./media-text-innerblocks.css"
],
"category": "go-ask-auntie-blocks",
"icon": "screenoptions",
"keywords": [
"media",
"media-text",
"image",
"video",
"text",
"columns"
],
"acf": {
"mode": "preview",
"renderTemplate": "media-text-innerblocks.php"
},
"supports": {
"align": true,
"anchor": true,
"color": true,
"html": true,
"jsx": true,
"mode": true,
"multiple": true
}
}