change label blueprint
This commit is contained in:
parent
ce2b3dbe59
commit
c187bf3aaa
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ tabs:
|
||||||
label: Contenu
|
label: Contenu
|
||||||
fields:
|
fields:
|
||||||
group:
|
group:
|
||||||
label: Groupe
|
label: Piste
|
||||||
type: select
|
type: select
|
||||||
options: query
|
options: query
|
||||||
query: page.parent.groups.split
|
query: page.parent.groups.split
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
v-model="currentValue"
|
v-model="currentValue"
|
||||||
:options="items"
|
:options="items"
|
||||||
optionLabel="title"
|
optionLabel="title"
|
||||||
placeholder="Select Cities"
|
placeholder="Selectionnez une déclinaison"
|
||||||
:maxSelectedLabels="3"
|
:maxSelectedLabels="3"
|
||||||
class="font-serif"
|
class="font-serif"
|
||||||
:class="{ active: currentValue }"
|
:class="{ active: currentValue }"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue