Sitecore Rich Text Html Editor Profile - set global default

后端 未结 2 1859
梦如初夏
梦如初夏 2021-01-01 18:23

OK I can\'t believe this can\'t be found anywhere so I\'m asking the question.

Is there a way to set the default Html Editor Profile in Sitecore so I don\'t have the

相关标签:
2条回答
  • 2021-01-01 18:49

    Its an old question but here is the solution I found in Sitecore 6.5 - I was looking to do the same thing in 6.5:

    You can change the value to the path of your default editor in the web.config. This will change is across all fields where the source is not defined.

    <!--  HTML EDITOR DEFAULT PROFILE
          Path to the default html editor profile.
          Default value: /sitecore/system/Settings/Html Editor Profiles/Rich Text Default
    -->
    <setting name="HtmlEditor.DefaultProfile" value="/sitecore/system/Settings/Html Editor Profiles/Rich Text Default"/>
    
    0 讨论(0)
  • 2021-01-01 19:08

    It seems to fall back to the "/sitecore/system/Settings/Html Editor Profiles/Rich Text Default" in case the source is not defined. Thus, if you try to modify this default profile, every RTE field will obtain these modifications by default, without specifying the source.

    Never tried it myself, though...

    0 讨论(0)
提交回复
热议问题