Last active
September 9, 2024 18:15
-
-
Save karks88/14c12d5f7f4e6722a52bb06eddb412e1 to your computer and use it in GitHub Desktop.
List Block's block.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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