27 lines
594 B
JSON
27 lines
594 B
JSON
{
|
|
"name": "acf/recent-projects",
|
|
"title": "Recent Projects",
|
|
"description": "Block to display recent projects on the home page.",
|
|
"style": [
|
|
"file:./recent-projects.css"
|
|
],
|
|
"category": "sf-blocks",
|
|
"icon": "block-default",
|
|
"keywords": [
|
|
"recent-projects"
|
|
],
|
|
"acf": {
|
|
"mode": "preview",
|
|
"renderTemplate": "recent-projects.php"
|
|
},
|
|
"supports": {
|
|
"align": true,
|
|
"anchor": true,
|
|
"color": true,
|
|
"html": false,
|
|
"jsx": false,
|
|
"mode": true,
|
|
"multiple": false
|
|
}
|
|
}
|