Created
May 3, 2022 14:47
-
-
Save warrenbuckley/f5be91df8ba23bd0e1a9556199c99da7 to your computer and use it in GitHub Desktop.
Umbraco 9+ appsettings.json configuration to remove init HTML P tags in TinyMCE RTE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "./umbraco/config/appsettings-schema.json", | |
"Umbraco": { | |
// NOTE: Other settings removed in this example for clarity | |
"CMS": { | |
"RichTextEditor": { | |
"CustomConfig": { | |
"forced_root_block": "" | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment