Inserts custom fields into the document.
Plugin type: visual, non-system.
Supported editors: documents.
Download this plugin from GitHub and install it following the desktop, on-premises, or cloud installation instructions.
Repository on GitHub: https://github.com/ONLYOFFICE/sdkjs-plugins/tree/master/example_customfields_add.
{ "name" : "Example add custom fields", "guid" : "asc.{4E2B5030-E1BE-41FA-BEE3-7E9BE7B5BFCF}", "variations" : [ { "description" : "Example add custom fields", "url" : "index.html", "icons": [ "resources/light/icon.png", "resources/light/icon@2x.png" ], "icons2": [ { "style" : "light", "100%": { "normal": "resources/light/icon.png" }, "125%": { "normal": "resources/light/icon@1.25x.png" }, "150%": { "normal": "resources/light/icon@1.5x.png" }, "175%": { "normal": "resources/light/icon@1.75x.png" }, "200%": { "normal": "resources/light/icon@2x.png" } }, { "style" : "dark", "100%": { "normal": "resources/dark/icon.png" }, "125%": { "normal": "resources/dark/icon@1.25x.png" }, "150%": { "normal": "resources/dark/icon@1.5x.png" }, "175%": { "normal": "resources/dark/icon@1.75x.png" }, "200%": { "normal": "resources/dark/icon@2x.png" } } ], "isViewer" : false, "EditorsSupport" : ["word"], "isVisual" : true, "isModal" : false, "isInsideMode" : true, "initDataType" : "none", "initData" : "", "buttons" : [] } ] }
If you want to request a feature or report a bug regarding this plugin, use the issues section on GitHub.