Initial commit to github

This commit is contained in:
Keith Solomon
2025-08-22 15:40:01 -05:00
commit e8efdbeb34
230 changed files with 32213 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{
"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": "vdi-block",
"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
}
}