Replaced description part with experimental editor

This commit is contained in:
PMKuipers 2023-10-20 14:04:02 +02:00
parent 77d7d74c2f
commit 5439f30464
3 changed files with 3 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -736,10 +736,7 @@ export default {
</b-row> <b-row>
<b-col cols="4">{{ text.studyplan_description}}</b-col>
<b-col cols="8">
<b-form-textarea v-model="editdata.description"
rows="4"
max-rows="5"
:placeholder="text.studyplan_description_ph"></b-form-textarea>
<mform name="studyplan_editform" :params="{studyplan_id: value.id}"></mform>
</b-col>
</b-row>
<b-row>