feature: Initial commit

This commit is contained in:
Keith Solomon
2026-05-25 12:04:18 -05:00
commit 2e5bfaba89
152 changed files with 28391 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"name": "acf/page-children",
"title": "Page Children",
"description": "Block to display children of curent page.",
"style": [
"file:./page-children.css"
],
"category": "vdi-blocks",
"icon": "block-default",
"keywords": [
"page-children"
],
"acf": {
"mode": "preview",
"renderTemplate": "page-children.php"
},
"supports": {
"align": false,
"anchor": false,
"color": false,
"html": false,
"jsx": false,
"mode": false,
"multiple": false
}
}