Skip to content

Commit 70c4716

Browse files
author
seeland
committed
added ignore parameter to viplab output config
1 parent 6fbf2ba commit 70c4716

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

viplab-standalone-frontend-vue/src/pages/teacher/json-schema/computation-template-container.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@
3636
},
3737
"additionalItems": false
3838
},
39+
"ignore": {
40+
"type": "array",
41+
"items": {
42+
"type": "string"
43+
},
44+
"description": "Filenames that should not get plotted."
45+
},
3946
"csv": {
4047
"type": "array",
4148
"items": {

0 commit comments

Comments
 (0)