-
|
Hello. How do I disable the paragraphs tools actions buttons? I know I can disable the Suggestion and TTS tools in the theme's settings, but I want to disable all the paragraphs tools actions buttons. Edit: Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hello. This is currently buggy, the formatting setting does nothing. You can remove the paragraph tool with the following snippet (inside an remove_action( 'fictioneer_chapter_after_main', 'fictioneer_chapter_paragraph_tools' ); |
Beta Was this translation helpful? Give feedback.
-
|
This has been addressed in 5.29.1. |
Beta Was this translation helpful? Give feedback.
Hello. This is currently buggy, the formatting setting does nothing. You can remove the paragraph tool with the following snippet (inside an
inithook action of your child theme), although it will currently throw a JS error on the console. I'm going to fix this issue soon in an update.