🖥️ Server: Apache
💻 System: Linux webm015.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
👤 User: stakrfrcol (69043)
🐘 PHP: 8.3.31
🚫 Disabled: _dyuweyrj4,_dyuweyrj4r,dl
📄 block.json
📁 Path: ./wp-content/plugins/breadcrumb-navxt/includes/blocks/build/breadcrumb-trail/block.json
📊 Size: 1.88 KB
🔒 Perm: 0644
📝 MIME: application/json
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "bcn/breadcrumb-trail",
"title": "Breadcrumb Trail",
"category": "theme",
"description": "Displays a breadcrumb trail",
"keywords": [
"breadcrumbs",
"navigation",
"breadcrumb trail"
],
"version": "2.0.0",
"textdomain": "breadcrumb-navxt",
"attributes": {
"pretext": {
"type": "string",
"default": ""
},
"format": {
"type": "string",
"enum": [
"list",
"breadcrumblist_rdfa",
"breadcrumblist_rdfa_wai_aria",
"breadcrumblist_microdata",
"plain"
],
"default": "breadcrumblist_rdfa"
},
"link": {
"type": "boolean",
"default": true
},
"reverseOrder": {
"type": "boolean",
"default": false
},
"hideonHome": {
"type": "boolean",
"default": false
},
"ignoreCache": {
"type": "boolean",
"default": true
},
"className": {
"type": "string",
"default": ""
},
"textColor": {
"type": "string",
"default": ""
},
"backgroundColor": {
"type": "string",
"default": ""
},
"align": {
"type": "string",
"default": ""
},
"typography": {
"type": "string",
"default": ""
},
"fontSize": {
"type": "string",
"default": ""
},
"style": {
"type": "object",
"default": {}
}
},
"usesContext": [
"groupId"
],
"selectors": {
"root": ".wp-block-breadcrumb-trail"
},
"supports": {
"align": true,
"color": {
"text": true,
"link": true,
"background": true
},
"typography": {
"fontSize": true
},
"html": false
},
"example": {
"attributes": {
"pretext": "You are here:"
}
},
"editorScript": "file:./index.js",
"render": "file:./render.php"
}