golden hour
/home/godaofbq/elitehyperbarics.com/wp-content/plugins/buddypress/bp-core/blocks/primary-nav
⬆️ Go Up
Upload
File/Folder
Size
Actions
block.json
651 B
Del
OK
index.asset.php
193 B
Del
OK
index.css
1.92 KB
Del
OK
index.js
1.9 KB
Del
OK
Edit: block.json
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "bp/primary-nav", "title": "Primary navigation", "category": "widgets", "icon": "buddicons-community", "description": "Displays BuddyPress primary nav in the sidebar of your site. Make sure to use it as the first widget of the sidebar and only once.", "keywords": [ "BuddyPress", "navigation", "community" ], "textdomain": "buddypress", "attributes": { "displayTitle": { "type": "boolean", "default": true } }, "supports": { "align": true }, "editorScript": "file:index.js", "style": "file:index.css" }
Save