From f1b5abd004f46bb146b60278cd86786730a8111c Mon Sep 17 00:00:00 2001 From: godlzr Date: Thu, 31 Aug 2017 15:48:57 -0400 Subject: [PATCH] add configuration render options --- lib/resources/scenes.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' },