Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi - I want to prevent TinyMCE from inserting p-tags everywhere.
As far as I can tell, if I change the TinyMCE configuration so that the setting:
forced_root_block: "p"
is changed to
forced_root_block: ""
then everything should be ok.
However, that setting seems to be hard-coded in the minified tiny_mce.js file located within the umbraco_client folder.
Is there any "easy" way to change this or other TinyMCE settings?
Kind regards
Thomas
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Changing TinyMCE configuration
Hi - I want to prevent TinyMCE from inserting p-tags everywhere.
As far as I can tell, if I change the TinyMCE configuration so that the setting:
is changed to
then everything should be ok.
However, that setting seems to be hard-coded in the minified tiny_mce.js file located within the umbraco_client folder.
Is there any "easy" way to change this or other TinyMCE settings?
Kind regards
Thomas
is working on a reply...