27 lines
549 B
JSON
27 lines
549 B
JSON
{
|
|
"name": "acf/{{ BLOCK_SLUG }}",
|
|
"title": "{{ BLOCK_NAME }}",
|
|
"description": "",
|
|
"style": [
|
|
"file:./{{ BLOCK_SLUG }}.css"
|
|
],
|
|
"category": "vdi-block",
|
|
"icon": "block-default",
|
|
"keywords": [
|
|
"{{ BLOCK_NAME }}"
|
|
],
|
|
"acf": {
|
|
"mode": "preview",
|
|
"renderTemplate": "{{ BLOCK_SLUG }}.php"
|
|
},
|
|
"supports": {
|
|
"align": true,
|
|
"anchor": true,
|
|
"color": true,
|
|
"html": false,
|
|
"jsx": false,
|
|
"mode": true,
|
|
"multiple": false
|
|
}
|
|
}
|