| [ 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", 5 "title": "Accordion", 6 "category": "design", 7 "description": "Displays a foldable layout that groups content in collapsible sections.", 8 "example": {}, 9 "supports": { 10 "anchor": true, 11 "html": false, 12 "align": [ "wide", "full" ], 13 "background": { 14 "backgroundImage": true, 15 "backgroundSize": true, 16 "gradient": true, 17 "__experimentalDefaultControls": { 18 "backgroundImage": true 19 } 20 }, 21 "color": { 22 "background": true, 23 "gradients": true 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 "spacing": { 38 "padding": true, 39 "margin": [ "top", "bottom" ], 40 "blockGap": true 41 }, 42 "shadow": true, 43 "layout": true, 44 "ariaLabel": true, 45 "interactivity": true, 46 "typography": { 47 "fontSize": true, 48 "lineHeight": true, 49 "__experimentalFontFamily": true, 50 "__experimentalFontWeight": true, 51 "__experimentalFontStyle": true, 52 "__experimentalTextTransform": true, 53 "__experimentalTextDecoration": true, 54 "__experimentalLetterSpacing": true, 55 "__experimentalDefaultControls": { 56 "fontSize": true 57 } 58 }, 59 "contentRole": true, 60 "listView": true 61 }, 62 "attributes": { 63 "iconPosition": { 64 "type": "string", 65 "default": "right" 66 }, 67 "showIcon": { 68 "type": "boolean", 69 "default": true 70 }, 71 "autoclose": { 72 "type": "boolean", 73 "default": false 74 }, 75 "headingLevel": { 76 "type": "number", 77 "default": 3 78 }, 79 "levelOptions": { 80 "type": "array" 81 } 82 }, 83 "providesContext": { 84 "core/accordion-icon-position": "iconPosition", 85 "core/accordion-show-icon": "showIcon", 86 "core/accordion-heading-level": "headingLevel" 87 }, 88 "allowedBlocks": [ "core/accordion-item" ], 89 "textdomain": "default", 90 "viewScriptModule": "@wordpress/block-library/accordion/view" 91 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Mon Jul 27 08:20:18 2026 | Cross-referenced by PHPXref |