Changeset 60982
- Timestamp:
- 10/20/2025 08:43:32 AM (6 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/block-bindings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-bindings.php
r60809 r60982 141 141 function get_block_bindings_supported_attributes( $block_type ) { 142 142 $block_bindings_supported_attributes = array( 143 'core/paragraph' => array( 'content' ), 144 'core/heading' => array( 'content' ), 145 'core/image' => array( 'id', 'url', 'title', 'alt', 'caption' ), 146 'core/button' => array( 'url', 'text', 'linkTarget', 'rel' ), 147 'core/post-date' => array( 'datetime' ), 143 'core/paragraph' => array( 'content' ), 144 'core/heading' => array( 'content' ), 145 'core/image' => array( 'id', 'url', 'title', 'alt', 'caption' ), 146 'core/button' => array( 'url', 'text', 'linkTarget', 'rel' ), 147 'core/post-date' => array( 'datetime' ), 148 'core/navigation-link' => array( 'url' ), 149 'core/navigation-submenu' => array( 'url' ), 148 150 ); 149 151
Note: See TracChangeset
for help on using the changeset viewer.