29 lines
665 B
JSON
29 lines
665 B
JSON
{
|
|
"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"
|
|
],
|
|
"category": "vdi-block",
|
|
"icon": "block-default",
|
|
"keywords": [
|
|
"{{BLOCK_NAME}}"
|
|
],
|
|
"acf": {
|
|
"blockVersion": 3,
|
|
"autoInlineEditing": true,
|
|
"mode": "preview",
|
|
"renderTemplate": "{{BLOCK_SLUG}}.php"
|
|
},
|
|
"supports": {
|
|
"align": true,
|
|
"anchor": true,
|
|
"color": true,
|
|
"html": false,
|
|
"jsx": false,
|
|
"mode": true,
|
|
"multiple": false
|
|
}
|
|
}
|