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
I develop a custom plugin for umbraco v8 tinyMCE which needed to add into tinyMceConfig.config file .
in v7 i used :
XmlDocument tinyMceSettingsFile = XmlHelper.OpenAsXmlDocument("/config/tinyMceConfig.config")
to access and make changes at package installation now i can't find XmlHelper. is it available or any other method possible appreciated.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Make Changes to tinyMceConfig.config from code
I develop a custom plugin for umbraco v8 tinyMCE which needed to add into tinyMceConfig.config file .
in v7 i used :
to access and make changes at package installation now i can't find XmlHelper. is it available or any other method possible appreciated.
is working on a reply...