diff options
| author | Ron Lucke <lucke@elan-ev.de> | 2023-04-19 09:24:42 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2023-04-19 09:24:42 +0000 |
| commit | be46fa080177bf0a35f3ce6c5b3b8eef700e88e8 (patch) | |
| tree | 22afd74be63cb65bf296ec01518bce9eef332f36 /lib | |
| parent | 027c1441a268987c8377b9cfe5869c49cff48e66 (diff) | |
fix #2543
Closes #2543
Merge request studip/studip!1727
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/models/Courseware/BlockTypes/Folder.json | 2 | ||||
| -rw-r--r-- | lib/models/Courseware/BlockTypes/Gallery.json | 2 |
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 } |
