+
+ { __( 'Inline Blocks' ) }
+
+
+
+ );
+ }
+}
diff --git a/editor/components/rich-text/index.js b/editor/components/rich-text/index.js
index 200c34eacd3540..3a687a76b53b29 100644
--- a/editor/components/rich-text/index.js
+++ b/editor/components/rich-text/index.js
@@ -39,6 +39,7 @@ import Autocomplete from '../autocomplete';
import BlockFormatControls from '../block-format-controls';
import FormatToolbar from './format-toolbar';
import TinyMCE from './tinymce';
+import InlineBlocks from './inline-blocks';
import { pickAriaProps } from './aria';
import patterns from './patterns';
import { EVENTS } from './constants';
@@ -871,6 +872,12 @@ export class RichText extends Component {
{ formatToolbar }
) }
+ { isSelected &&
+