Skip to content

Instantly share code, notes, and snippets.

@warrenbuckley
Created May 3, 2022 14:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save warrenbuckley/f5be91df8ba23bd0e1a9556199c99da7 to your computer and use it in GitHub Desktop.
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
{
"$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