We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b96159a commit 5f7788fCopy full SHA for 5f7788f
1 file changed
index.js
@@ -72,7 +72,7 @@ class Scene extends Base {
72
class Movie extends Base {
73
constructor(...a) {
74
super(...a);
75
- this.properties = ['comment', 'draft', 'width', 'height', 'resolution', 'exports', 'quality', 'fps', 'cache'];
+ this.properties = ['comment', 'draft', 'width', 'height', 'resolution', 'exports', 'quality', 'fps', 'cache', 'template', 'variables', 'id'];
76
this.api_url = 'https://api.json2video.com/v2/movies';
77
this.apikey = null;
78
}
0 commit comments