FEATURE Introducing the block
This commit is contained in:
parent
6d58909701
commit
a53f5b6172
26
plugins/carhop-blocks/acf-blocks/gallery/block.json
Normal file
26
plugins/carhop-blocks/acf-blocks/gallery/block.json
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"name": "acf/gallery",
|
||||||
|
"title": "Galerie",
|
||||||
|
"category": "carhop-blocks",
|
||||||
|
"multiple": false,
|
||||||
|
"icon": {
|
||||||
|
"foreground": "#136f63",
|
||||||
|
"src": "groups"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"galerie",
|
||||||
|
"photos",
|
||||||
|
"images"
|
||||||
|
],
|
||||||
|
"supports": {
|
||||||
|
"align": [
|
||||||
|
"full"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"acf": {
|
||||||
|
"mode": "auto",
|
||||||
|
"renderTemplate": "gallery.php"
|
||||||
|
},
|
||||||
|
"viewScript": "file:./view.js",
|
||||||
|
"align": "full"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user