aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRon Lucke <lucke@elan-ev.de>2023-04-19 09:24:42 +0000
committerDavid Siegfried <david.siegfried@uni-vechta.de>2023-04-19 09:24:42 +0000
commitbe46fa080177bf0a35f3ce6c5b3b8eef700e88e8 (patch)
tree22afd74be63cb65bf296ec01518bce9eef332f36 /lib
parent027c1441a268987c8377b9cfe5869c49cff48e66 (diff)
fix #2543
Closes #2543 Merge request studip/studip!1727
Diffstat (limited to 'lib')
-rw-r--r--lib/models/Courseware/BlockTypes/Folder.json2
-rw-r--r--lib/models/Courseware/BlockTypes/Gallery.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/models/Courseware/BlockTypes/Folder.json b/lib/models/Courseware/BlockTypes/Folder.json
index 24d5792..341bc33 100644
--- a/lib/models/Courseware/BlockTypes/Folder.json
+++ b/lib/models/Courseware/BlockTypes/Folder.json
@@ -15,5 +15,5 @@
"required": [
"folder_id"
],
- "additionalProperties": false
+ "additionalProperties": true
}
diff --git a/lib/models/Courseware/BlockTypes/Gallery.json b/lib/models/Courseware/BlockTypes/Gallery.json
index 78e2747..a71ca36 100644
--- a/lib/models/Courseware/BlockTypes/Gallery.json
+++ b/lib/models/Courseware/BlockTypes/Gallery.json
@@ -27,5 +27,5 @@
"required": [
"folder_id"
],
- "additionalProperties": false
+ "additionalProperties": true
}