How to dynamically add style tags to Gutenberg editor in react
-
Is there any way to add a dynamic style tag to the editor content area by react. The inner content will change by editing. Is any component or hook can use?
<div class="edit-post-visual-editor__content-area"> ...Add style tag... <div class="is-desktop-preview"> <div class="editor-styles-wrapper> </div> </div> </div>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to dynamically add style tags to Gutenberg editor in react’ is closed to new replies.