We have recently upgraded a sizeable project from v6 to v7 and in the process lost a few of the the more detailed configurations we had in v6. One of these was the element path we had displayed in TinyMce to aid some of the more technical editors.
Documentation on this feature is here:
I can’t seem to get this back in v7 despite adding the following to my tinyMceConfig.config file:
<customConfig>
<config key="theme_umbraco_statusbar_location">bottom</config>
<config key="theme_umbraco_path">true</config>
<config key="theme_umbraco_layout_manager">SimpleLayout</config>
...
</customConfig>
That said I have looked in the editor_template_src.js
file and the default settings seem to be the same anyway for theme_umbraco_path
and theme_umbraco_toolbar_location
theme_umbraco_path : true,
theme_umbraco_toolbar_location : 'bottom'
Anyone know if there is a restriction in the Umbraco implemention of this that might prevent this option from working? I’m struggling to even find the tinyMCE.init
in my Chrome inspector to see if it is in fact being applied.
This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/71166-tinymce-turn-on-theme_advanced_path