| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 3 "apiVersion": 3, 4 "name": "core/breadcrumbs", 5 "title": "Breadcrumbs", 6 "category": "theme", 7 "description": "Display a breadcrumb trail showing the path to the current page.", 8 "textdomain": "default", 9 "attributes": { 10 "prefersTaxonomy": { 11 "type": "boolean", 12 "default": false 13 }, 14 "separator": { 15 "type": "string", 16 "default": "/" 17 }, 18 "showHomeItem": { 19 "type": "boolean", 20 "default": true 21 }, 22 "showCurrentItem": { 23 "type": "boolean", 24 "default": true 25 }, 26 "showOnHomePage": { 27 "type": "boolean", 28 "default": false 29 } 30 }, 31 "usesContext": [ "postId", "postType", "templateSlug" ], 32 "supports": { 33 "anchor": true, 34 "html": false, 35 "align": [ "wide", "full" ], 36 "spacing": { 37 "margin": true, 38 "padding": true 39 }, 40 "color": { 41 "gradients": true, 42 "link": true, 43 "__experimentalDefaultControls": { 44 "background": true, 45 "text": true 46 } 47 }, 48 "__experimentalBorder": { 49 "radius": true, 50 "color": true, 51 "width": true, 52 "style": true, 53 "__experimentalDefaultControls": { 54 "radius": false, 55 "color": true, 56 "width": true, 57 "style": true 58 } 59 }, 60 "typography": { 61 "fontSize": true, 62 "lineHeight": true, 63 "__experimentalFontFamily": true, 64 "__experimentalFontWeight": true, 65 "__experimentalFontStyle": true, 66 "__experimentalTextTransform": true, 67 "__experimentalTextDecoration": true, 68 "__experimentalLetterSpacing": true, 69 "__experimentalDefaultControls": { 70 "fontSize": true 71 } 72 }, 73 "interactivity": { 74 "clientNavigation": true 75 } 76 }, 77 "style": "wp-block-breadcrumbs" 78 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Mon Jun 15 08:20:09 2026 | Cross-referenced by PHPXref |