Changeset 61077 for trunk/src/wp-includes/blocks/blocks-json.php
- Timestamp:
- 10/28/2025 12:24:06 PM (10 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/blocks-json.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/blocks-json.php
r61009 r61077 6 6 'title' => 'Accordion', 7 7 'category' => 'design', 8 'description' => 'Displays a group of accordion headings and associated expandable content.',8 'description' => 'Displays a foldable layout that groups content in collapsible sections.', 9 9 'example' => array( 10 10 … … 105 105 'title' => 'Accordion Heading', 106 106 'category' => 'design', 107 'description' => ' Displays an accordion heading.',107 'description' => 'Toggles the accordion panel.', 108 108 'parent' => array( 109 109 'core/accordion-item' … … 204 204 'title' => 'Accordion Item', 205 205 'category' => 'design', 206 'description' => ' Displays a section of content in an accordion, including a heading and expandable content.',206 'description' => 'Wraps the heading and panel in one unit.', 207 207 'parent' => array( 208 208 'core/accordion' … … 272 272 'title' => 'Accordion Panel', 273 273 'category' => 'design', 274 'description' => ' Displays an accordion panel.',274 'description' => 'Contains the hidden or revealed content beneath the heading.', 275 275 'parent' => array( 276 276 'core/accordion-item' … … 2922 2922 'attributes' => array( 2923 2923 'label' => array( 2924 'type' => 'string' 2924 'type' => 'string', 2925 'role' => 'content' 2925 2926 ) 2926 2927 ), … … 5012 5013 'title' => 'Date', 5013 5014 'category' => 'theme', 5014 'description' => 'Display the publish date for an entry such as a post or page.',5015 'description' => 'Display a custom date.', 5015 5016 'textdomain' => 'default', 5016 5017 'attributes' => array(
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)