generated from Seekra/repository-template
Feat(settings): add renderer for settings configuration #142
@@ -70,7 +70,7 @@ const labelId = useId();
|
|||||||
</div>
|
</div>
|
||||||
<ul class="options-list" :aria-labelledby="labelId">
|
<ul class="options-list" :aria-labelledby="labelId">
|
||||||
|
jakob.scheid marked this conversation as resolved
Outdated
|
|||||||
<li v-for="option in props.setting.options" :key="option.name">
|
<li v-for="option in props.setting.options" :key="option.name">
|
||||||
<label class="settings-button">
|
<label class="settings-button" :title="t(option.i18n)">
|
||||||
<input
|
<input
|
||||||
:type="optionType"
|
:type="optionType"
|
||||||
:name="props.path"
|
:name="props.path"
|
||||||
|
|||||||
Reference in New Issue
Block a user
Please add a
titleandaria-labelattributes.