Update layout of content block form elements
This commit is contained in:
parent
bd48fc1403
commit
6c97f2ba4c
|
|
@ -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"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
|
|
@ -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')"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue