(profile) temporarily disable name pronunciation

This commit is contained in:
Andrea Vos 2024-01-11 18:52:07 +01:00
parent 44d28fc78b
commit 8f6c799608

View File

@ -112,9 +112,11 @@
</p>
<OpinionListInput v-model="names" :prototype="{ value: '', opinion: 'meh', pronunciation: null }"
:customOpinions="opinions" :maxitems="128" :maxlength="config.profile.longNames ? 255 : 32">
<!--
<template v-slot:additional="s">
<PronunciationInput v-model="s.val.pronunciation"/>
</template>
-->
</OpinionListInput>
<InlineMarkdownInstructions v-model="markdown"/>
<PropagateCheckbox field="names" :before="beforeChanges.names" :after="names" v-if="otherProfiles > 0" @change="propagateChanged"/>