We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da62d3a commit 9348177Copy full SHA for 9348177
_base/plugins-config/puiWatermark_.cfg _base/plugins-config/puiWatermark_toc.cfg_base/plugins-config/puiWatermark_.cfg renamed to _base/plugins-config/puiWatermark_toc.cfg
_base/plus.js
@@ -2,4 +2,4 @@ const customizationPluginName = 'puiButtonCustPackage';
2
loadPlugin(customizationPluginName, loadPluginListBasePath(customizationPluginName)).then(x =>
3
activatePlugin(customizationPluginName, '', STO_DATA));
4
const pluginWatermark = 'puiWatermark';
5
-activatePlugin(pluginWatermark, '', source = STO_HELP);
+activatePlugin(pluginWatermark, 'toc', source = STO_HELP);
0 commit comments