golden hour
/home/godaofbq/elitehyperbarics.com/wp-content/plugins/buddypress/bp-groups/blocks/dynamic-groups
⬆️ Go Up
Upload
File/Folder
Size
Actions
block.json
805 B
Del
OK
index.asset.php
176 B
Del
OK
index.css
637 B
Del
OK
index.js
2.36 KB
Del
OK
Edit: block.json
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "bp/dynamic-groups", "title": "Dynamic Groups List", "category": "widgets", "icon": "buddicons-groups", "description": "A dynamic list of recently active, popular, newest, or alphabetical groups.", "keywords": [ "BuddyPress", "groups", "community" ], "textdomain": "buddypress", "attributes": { "title": { "type": "string", "default": "" }, "maxGroups": { "type": "number", "default": 5 }, "groupDefault": { "type": "string", "default": "active" }, "linkTitle": { "type": "boolean", "default": false } }, "supports": { "align": true }, "editorScript": "file:index.js", "style": "file:index.css" }
Save