aaa
This commit is contained in:
parent
5ec474a701
commit
814eea2513
|
@ -99,7 +99,12 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
</MkRange>
|
</MkRange>
|
||||||
</div>
|
</div>
|
||||||
</MkFolder>
|
</MkFolder>
|
||||||
|
<MkFolder v-if="matchQuery([i18n.ts._role._options.mentionMax, 'mentionLimit'])">
|
||||||
|
<template #label>{{ i18n.ts._role._options.mentionMax }}</template>
|
||||||
|
<template #suffix>{{ role.policies.mentionLimit }}</template>
|
||||||
|
<MkInput v-model="role.policies.mentionLimit" type="number">
|
||||||
|
</MkInput>
|
||||||
|
</MkFolder>
|
||||||
<MkFolder v-if="matchQuery([i18n.ts._role._options.gtlAvailable, 'gtlAvailable'])">
|
<MkFolder v-if="matchQuery([i18n.ts._role._options.gtlAvailable, 'gtlAvailable'])">
|
||||||
<template #label>{{ i18n.ts._role._options.gtlAvailable }}</template>
|
<template #label>{{ i18n.ts._role._options.gtlAvailable }}</template>
|
||||||
<template #suffix>
|
<template #suffix>
|
||||||
|
|
Loading…
Reference in New Issue