Skip to content

Instantly share code, notes, and snippets.

@vegasgeek
Created March 4, 2023 18:02
Show Gist options
  • Save vegasgeek/03d258f5d0d2bbf86fb64f42629dbea4 to your computer and use it in GitHub Desktop.
Save vegasgeek/03d258f5d0d2bbf86fb64f42629dbea4 to your computer and use it in GitHub Desktop.
ACF block.json default
{
"name": "name",
"title": "Block Name",
"description": "Block Description",
"style": "file:style.css",
"script": "",
"category": "formatting",
"icon": "games",
"apiVersion": 2,
"keywords": [ "Keyword 1", "Keyword 2" ],
"acf": {
"mode": "preview",
"renderTemplate": "render.php"
},
"styles": [],
"supports": {
"align": false,
"anchor": false,
"alignContent": false,
"color": {
"text": false,
"background": false,
"link": false
},
"alignText": false,
"fullHeight": false
},
"attributes": {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment