diff options
| author | Farbod Zamani <zamani@elan-ev.de> | 2022-12-16 09:32:37 +0000 |
|---|---|---|
| committer | Marcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de> | 2022-12-16 09:32:37 +0000 |
| commit | 7bbf7a9ffa03c201fc4e706289ee131b69bfb577 (patch) | |
| tree | d21edf2985afbe42b4f84ab0fcb39bfcb669f859 /lib | |
| parent | d644a64bb355f7217007a566c1fd532b0c168996 (diff) | |
CW: GalleryBlock mouseover filename new feature
Closes #1742
Merge request studip/studip!1165
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/models/Courseware/BlockTypes/Gallery.json | 3 | ||||
| -rw-r--r-- | lib/models/Courseware/BlockTypes/Gallery.php | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/models/Courseware/BlockTypes/Gallery.json b/lib/models/Courseware/BlockTypes/Gallery.json index f301000..78e2747 100644 --- a/lib/models/Courseware/BlockTypes/Gallery.json +++ b/lib/models/Courseware/BlockTypes/Gallery.json @@ -19,6 +19,9 @@ }, "show_filenames": { "type": "string" + }, + "mouseover_filenames": { + "type": "string" } }, "required": [ diff --git a/lib/models/Courseware/BlockTypes/Gallery.php b/lib/models/Courseware/BlockTypes/Gallery.php index 9ebc9df..2ad19b9 100644 --- a/lib/models/Courseware/BlockTypes/Gallery.php +++ b/lib/models/Courseware/BlockTypes/Gallery.php @@ -94,6 +94,7 @@ class Gallery extends BlockType 'nav' => 'true', 'height' => '610', 'show_filenames' => 'true', + 'mouseover_filenames' => 'false', ]; } |
