Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add text based inputs
  • Loading branch information
scruffian committed Jun 8, 2023
commit 37813614a35e5bb14c316ac4093eda98e47c6050
2 changes: 1 addition & 1 deletion lib/class-wp-theme-json-gutenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ class WP_Theme_JSON_Gutenberg {
// The block classes are necessary to target older content that won't use the new class names.
'caption' => '.wp-element-caption, .wp-block-audio figcaption, .wp-block-embed figcaption, .wp-block-gallery figcaption, .wp-block-image figcaption, .wp-block-table figcaption, .wp-block-video figcaption',
'cite' => 'cite',
'textInput' => 'textarea, input:not([type=checkbox|type=radio|type=submit])',
'textInput' => 'textarea, input:not([type=checkbox]):not([type=radio]):not([type=submit])',
);

const __EXPERIMENTAL_ELEMENT_CLASS_NAMES = array(
Expand Down