Enable or Disable JS Debugging for Editor
ONLY APPLY IF YOU ARE ASKED BY SUPPORT.
The described functionality is considered as support resource only. Thus it might be changed or removed without any further notice in future releases.
Please note that the following steps only applies for a single node. If running Data Center you might be asked to repeat on every node.
You can enable or disable the feature in the Custom HTML section of the admin console by adding the following html code At the end of the HEAD . Please note that this configuration applies globally.
<meta name="k15t-congree-debug" content="true" ></meta>
Per default this setting is turned off (content="false"), thus you only need to set is explicitly if you want to turn it on (content="true").