|
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. |
Answered by
Tetrakern
Apr 15, 2025
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' ); |
0 replies
Answer selected by
Tetrakern
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.