From 5eda786800f67821f9863141cc9df47301fd85ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ella=20van=C2=A0Durpe?= Date: Mon, 19 Sep 2022 15:24:54 +0300 Subject: [PATCH] Show in main toolbar --- .../src/components/rich-text/format-toolbar/index.js | 2 +- packages/format-library/src/unknown/index.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/block-editor/src/components/rich-text/format-toolbar/index.js b/packages/block-editor/src/components/rich-text/format-toolbar/index.js index 12d14d2413068..16aaf58e9d2e9 100644 --- a/packages/block-editor/src/components/rich-text/format-toolbar/index.js +++ b/packages/block-editor/src/components/rich-text/format-toolbar/index.js @@ -21,7 +21,7 @@ const POPOVER_PROPS = { const FormatToolbar = () => { return ( <> - { [ 'bold', 'italic', 'link' ].map( ( format ) => ( + { [ 'bold', 'italic', 'link', 'unknown' ].map( ( format ) => (