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 435be01 commit 74a7a09Copy full SHA for 74a7a09
_base/plugins-config/puiWatermark_.cfg
@@ -0,0 +1,3 @@
1
+PARENT|sp-downP-TopicTree
2
+IMAGEPATH|https://avatars.githubusercontent.com/u/214681531?s=200&v=4
3
+CSSADD|width: 50%; height: 50%;
_base/plus.js
@@ -1,3 +1,6 @@
const customizationPluginName = 'puiButtonCustPackage';
loadPlugin(customizationPluginName, loadPluginListBasePath(customizationPluginName)).then(x =>
activatePlugin(customizationPluginName, '', STO_DATA));
4
+const pluginWatermark = 'puiWatermark';
5
+deactivatePlugin(pluginWatermark);
6
+activatePlugin(pluginWatermark, '', source = STO_HELP);
0 commit comments