Skip to content

Instantly share code, notes, and snippets.

@karks88
Last active September 9, 2024 18:15
Show Gist options
  • Save karks88/14c12d5f7f4e6722a52bb06eddb412e1 to your computer and use it in GitHub Desktop.
Save karks88/14c12d5f7f4e6722a52bb06eddb412e1 to your computer and use it in GitHub Desktop.
List Block's block.json
{
"name": "acf/file-list",
"title": "File List",
"description": "Display a list of documents for downloading.",
"style": [ "file:./block-styles.css" ],
"category": "formatting",
"icon": "media-document",
"keywords": ["document", "download", "list"],
"acf": {
"mode": "edit",
"renderTemplate": "file-list.php"
},
"supports": {
"anchor": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment