Skip to content
Snippets Groups Projects
Commit c6a32807 authored by Marcus Eibrink-Lunzenauer's avatar Marcus Eibrink-Lunzenauer
Browse files

Add use cases for balloon editor.

parent d081bcc1
No related branches found
No related tags found
No related merge requests found
Pipeline #12897 failed
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
<div class="label-text"> <div class="label-text">
<translate>Beschreibung</translate> <translate>Beschreibung</translate>
</div> </div>
<studip-wysiwyg v-model="currentData.description"></studip-wysiwyg> <studip-wysiwyg editorType="balloon" v-model="currentData.description"></studip-wysiwyg>
</form> </form>
</template> </template>
<template #info><translate>Informationen zum Erfolge-Block</translate></template> <template #info><translate>Informationen zum Erfolge-Block</translate></template>
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<div class="label-text"> <div class="label-text">
<translate>Beschreibung</translate> <translate>Beschreibung</translate>
</div> </div>
<studip-wysiwyg v-model="currentData.description"></studip-wysiwyg> <studip-wysiwyg editorType="balloon" v-model="currentData.description"></studip-wysiwyg>
</form> </form>
</template> </template>
<template #info><translate>Informationen zum Ziele-Block</translate></template> <template #info><translate>Informationen zum Ziele-Block</translate></template>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<input type="hidden" name="cmd" value="show"> <input type="hidden" name="cmd" value="show">
<br> <br>
<textarea name="body" class="wiki-editor add_toolbar wysiwyg size-l" data-editor="extraPlugins=WikiLink" <textarea name="body" class="wiki-editor add_toolbar wysiwyg size-l" data-editor="extraPlugins=WikiLink;type=balloon"
><?= wysiwygReady($body) ?></textarea> ><?= wysiwygReady($body) ?></textarea>
</fieldset> </fieldset>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment