Merge branch 'develop'

This commit is contained in:
Simon Vieille 2025-05-17 12:06:29 +02:00
commit 978fff3cdb
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -3,7 +3,7 @@
<span v-if="params.label && params.type !== 'checkbox'" v-text="params.label"></span>
<input
v-if="['number', 'checkbox', 'text'].includes(params.type)"
v-if="['number', 'checkbox', 'text', 'color', 'range'].includes(params.type)"
v-model="item.settings[setting]"
v-bind="params.attr"
:type="params.type"