Update layout of content block form elements

This commit is contained in:
Ramon Wenger 2022-02-28 11:16:49 +01:00
parent bd48fc1403
commit 6c97f2ba4c
2 changed files with 1 additions and 3 deletions

View File

@ -18,11 +18,10 @@
/> />
<!-- Form for title of content block --> <!-- Form for title of content block -->
<content-form-section title="Titel"> <content-form-section title="Titel (Pflichtfeld)">
<input-with-label <input-with-label
:value="localContentBlock.title" :value="localContentBlock.title"
data-cy="content-block-title" data-cy="content-block-title"
label="Name"
placeholder="z.B. Auftrag 3" placeholder="z.B. Auftrag 3"
@input="localContentBlock.title=$event" @input="localContentBlock.title=$event"
/> />

View File

@ -12,7 +12,6 @@
<content-form-section <content-form-section
:title="title" :title="title"
:has-actions="true" :has-actions="true"
:icon="icon"
v-else v-else
@top="$emit('top')" @top="$emit('top')"
@up="$emit('up')" @up="$emit('up')"