mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 20:54:48 -04:00
(profile) temporarily disable name pronunciation
This commit is contained in:
parent
44d28fc78b
commit
8f6c799608
@ -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"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user