diff --git a/lib/resources/scenes.js b/lib/resources/scenes.js index c008896..1bac7cf 100644 --- a/lib/resources/scenes.js +++ b/lib/resources/scenes.js @@ -129,7 +129,8 @@ module.exports = { }, options: { setupCommand: {type: String, as: 'string', description: 'Command to be executed before render'}, - data: {type: 'json', as: 'filename', description: 'Optional data for setupCommand'} + data: {type: 'json', as: 'filename', description: 'Optional data for setupCommand'}, + configuration: {type: 'json', as: 'filename', description: 'Optional data for configuration'}, }, output: 'binary' },