diff --git a/packages/block-editor/src/components/rich-text/index.js b/packages/block-editor/src/components/rich-text/index.js index 00024f42f794f..9c67476ed0ea6 100644 --- a/packages/block-editor/src/components/rich-text/index.js +++ b/packages/block-editor/src/components/rich-text/index.js @@ -191,6 +191,9 @@ export function RichTextWrapper( if ( adjustedValue.length > 0 ) { return { disableBoundBlock: _disableBoundBlock, + // Null values will make them fall back to the default behavior. + bindingsPlaceholder: null, + bindingsLabel: null, }; }