FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
packages
/
blocks
/
Blocks
/
Dashboard
/
DashboardTab
Edit File: block.json
{ "apiVersion": 3, "name": "surecart/dashboard-tab", "title": "Customer Dashboard Tab", "description": "Displays the users customer dashboard tab.", "category": "surecart-customer-dashboard", "keywords": ["name", "customer", "dashboard"], "textdomain": "surecart", "parent": ["surecart/dashboard-tabs"], "supports": { "reusable": false, "html": false }, "attributes": { "id": { "type": "string" }, "title": { "type": "string", "default": "Tab" }, "panel": { "type": "string", "default": "" }, "icon": { "type": "string", "default": "home" }, "icon_svg": { "type": "string", "default": "" } } }
Save
Back