FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
cozy-addons
/
cozy-blocks
/
dist
/
breadcrumb
/
build
Edit File: block.json
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "cozy-block/breadcrumb", "title": "Breadcrumbs", "description": "Enhance navigation on your site with our 'Breadcrumb' block, offering an intuitive trail of links that guides users through the hierarchical structure, ensuring a seamless and organized browsing experience.", "category": "cozy-block", "textdomain": "cozy-addons", "supports": { "html": false }, "attributes": { "cover": { "type": "string", "default": "" }, "blockClientId": { "type": "string", "default": "" }, "typography": { "type": "object", "default": { "fontFamily": "Public Sans", "fontSize": 16, "fontWeight": 400, "letterCase": "none", "decoration": "none", "lineHeight": "", "letterSpacing": "", "": "none", "color": "#000", "linkColor": "#5566CA", "hoverColor": "#36CFC6" } } }, "editorScript": [ "cozy-block--breadcrumb" ], "editorStyle": "cozy-block--breadcrumb--editor-style", "viewScript": [ "cozy-block-scripts" ], "style": [ "cozy-block--breadcrumb--style" ], "render": "file:./render.php" }
Save
Back