webview-template/metadataEditor.html [86:92]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
const editorOption = {
mode: "code",
indentation: 4,
enableSort: false,
enableTransform: false,
statusBar: false,
};
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
webview-template/triggerInfo.html [75:81]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
const editorOption = {
mode: "code",
indentation: 4,
enableSort: false,
enableTransform: false,
statusBar: false,
};
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -