Initial commit to github
This commit is contained in:
28
views/blocks/homepage-hero/block.json
Normal file
28
views/blocks/homepage-hero/block.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "acf/homepage-hero",
|
||||
"title": "Homepage Hero",
|
||||
"description": "Hero block for home page.",
|
||||
"style": [
|
||||
"file:./homepage-hero.css"
|
||||
],
|
||||
"category": "vdi-block",
|
||||
"icon": "block-default",
|
||||
"keywords": [
|
||||
"homepage-hero",
|
||||
"hero",
|
||||
"home"
|
||||
],
|
||||
"acf": {
|
||||
"mode": "preview",
|
||||
"renderTemplate": "homepage-hero.php"
|
||||
},
|
||||
"supports": {
|
||||
"align": true,
|
||||
"anchor": true,
|
||||
"color": false,
|
||||
"html": true,
|
||||
"jsx": true,
|
||||
"mode": true,
|
||||
"multiple": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user