We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a6818 commit ebe913bCopy full SHA for ebe913b
src/format-types/highlight/index.js
@@ -256,7 +256,7 @@ const HighlightButton = props => {
256
)
257
}
258
259
-if ( settings.stackable_enable_toolbar_text_highlight ) {
+if ( settings.stackable_enable_text_highlight ) {
260
registerFormatType(
261
'stk/highlight', {
262
title: __( 'Highlight Text', i18n ),
0 commit comments