feature: First build

This commit is contained in:
Keith Solomon
2026-01-26 08:24:46 -06:00
parent 27511d8ec0
commit d6df4c18a2
6 changed files with 240 additions and 10 deletions

View File

@@ -1,18 +1,20 @@
{
"name": "acf/{{ BLOCK_SLUG }}",
"title": "{{ BLOCK_NAME }}",
"description": "",
"name": "acf/{{BLOCK_SLUG}}",
"title": "{{BLOCK_NAME}}",
"description": "Add a description of your block. Shows up in the block inserter.",
"style": [
"file:./{{ BLOCK_SLUG }}.css"
"file:./{{BLOCK_SLUG}}.css"
],
"category": "vdi-block",
"icon": "block-default",
"keywords": [
"{{ BLOCK_NAME }}"
"{{BLOCK_NAME}}"
],
"acf": {
"blockVersion": 3,
"autoInlineEditing": true,
"mode": "preview",
"renderTemplate": "{{ BLOCK_SLUG }}.php"
"renderTemplate": "{{BLOCK_SLUG}}.php"
},
"supports": {
"align": true,