Skip to content
Snippets Groups Projects
Commit b8f4baf5 authored by rhenck's avatar rhenck
Browse files

Update editor to 1.13.0

parent acd3d035
No related branches found
No related tags found
No related merge requests found
Editor Editor
====== ======
1.13.0
- Remove underlinable option for text - Remove underlinable option for text
- Offer a choice of colors for marking text - Offer a choice of colors for marking text
- Fix text element with background color and font color at the same time
- Add proper label to textarea and reduce vertical space around text
- Add 30px default bottom-margin to likert and radio
- Rework dropList items to have an ID and allow images references
To use images a text option has to be created like before. The image
can be set afterwards. When an option has both a text and an image, the
text is ignored and the image is shown.
- Improve ID-Service to free up IDs when elements are deleted
1.12.0 1.12.0
- Add new element cloze ("Lückentext") - Add new element cloze ("Lückentext")
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "verona-modules-aspect", "name": "verona-modules-aspect",
"config": { "config": {
"player_version": "1.6.0", "player_version": "1.6.0",
"editor_version": "1.12.0" "editor_version": "1.13.0"
}, },
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment