Initial commit to github
This commit is contained in:
24
views/blocks/button/block.json
Normal file
24
views/blocks/button/block.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "acf/button",
|
||||
"title": "Button (VDI)",
|
||||
"description": "A button.",
|
||||
"category": "vdi-block",
|
||||
"icon": "button",
|
||||
"keywords": [
|
||||
"button"
|
||||
],
|
||||
"acf": {
|
||||
"mode": "preview",
|
||||
"renderTemplate": "button.php"
|
||||
},
|
||||
"supports": {
|
||||
"align": false,
|
||||
"anchor": false,
|
||||
"color": false,
|
||||
"html": false,
|
||||
"jsx": false,
|
||||
"mode": true,
|
||||
"multiple": true
|
||||
},
|
||||
"parent": [ "acf/buttons" ]
|
||||
}
|
||||
Reference in New Issue
Block a user