UNPKG

@jsreport/jsreport-studio-theme-dark

Version:
29 lines (27 loc) 500 B
module.exports = { name: 'studio-theme-dark', main: './lib/main.js', dependencies: ['express', 'studio'], requires: { core: '3.x.x', studio: '3.x.x' }, optionsSchema: { extensions: { studio: { type: 'object', properties: { theme: { type: 'object', properties: { name: { type: 'string', enum: ['dark'] } } } } } } } }