| [ 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/accordion-panel", 5 "title": "Accordion Panel", 6 "category": "design", 7 "description": "Contains the hidden or revealed content beneath the heading.", 8 "parent": [ "core/accordion-item" ], 9 "usesContext": [ "core/accordion-open-by-default" ], 10 "supports": { 11 "html": false, 12 "color": { 13 "background": true, 14 "gradients": true 15 }, 16 "interactivity": true, 17 "spacing": { 18 "padding": true, 19 "blockGap": true, 20 "__experimentalDefaultControls": { 21 "padding": true, 22 "blockGap": true 23 } 24 }, 25 "__experimentalBorder": { 26 "color": true, 27 "radius": true, 28 "style": true, 29 "width": true, 30 "__experimentalDefaultControls": { 31 "color": true, 32 "radius": true, 33 "style": true, 34 "width": true 35 } 36 }, 37 "typography": { 38 "fontSize": true, 39 "lineHeight": true, 40 "__experimentalFontFamily": true, 41 "__experimentalFontWeight": true, 42 "__experimentalFontStyle": true, 43 "__experimentalTextTransform": true, 44 "__experimentalTextDecoration": true, 45 "__experimentalLetterSpacing": true, 46 "__experimentalDefaultControls": { 47 "fontSize": true 48 } 49 }, 50 "shadow": true, 51 "layout": { 52 "allowEditing": false 53 }, 54 "visibility": false, 55 "contentRole": true, 56 "allowedBlocks": true, 57 "lock": false 58 }, 59 "attributes": { 60 "templateLock": { 61 "type": [ "string", "boolean" ], 62 "enum": [ "all", "insert", "contentOnly", false ], 63 "default": false 64 } 65 }, 66 "textdomain": "default", 67 "style": "wp-block-accordion-panel" 68 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Mon Jul 27 08:20:18 2026 | Cross-referenced by PHPXref |