fix: caption in admin settings
Move splash below theme Splash below theme
This commit is contained in:
parent
73a57858e0
commit
b49dd35907
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "misskey",
|
"name": "misskey",
|
||||||
"version": "12.118.1-calc.rc.7",
|
"version": "12.118.1-calc.rc.8",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -46,8 +46,10 @@
|
|||||||
|
|
||||||
<FormSection>
|
<FormSection>
|
||||||
<FormSwitch v-model="enableRecommendedTimeline" class="_formBlock">{{ i18n.ts.enableRecommendedTimeline }}</FormSwitch>
|
<FormSwitch v-model="enableRecommendedTimeline" class="_formBlock">{{ i18n.ts.enableRecommendedTimeline }}</FormSwitch>
|
||||||
<FormTextarea v-model="recommendedInstances" class="_formBlock"></FormTextarea>
|
<FormTextarea v-model="recommendedInstances" class="_formBlock">
|
||||||
<template #caption>{{ i18n.ts.recommendedInstancesDescription }}</template>
|
<template #label>{{ i18n.ts.recommendedInstances }}</template>
|
||||||
|
<template #caption>{{ i18n.ts.recommendedInstancesDescription }}</template>
|
||||||
|
</FormTextarea>
|
||||||
</FormSection>
|
</FormSection>
|
||||||
|
|
||||||
<FormSection>
|
<FormSection>
|
||||||
@ -56,20 +58,6 @@
|
|||||||
<FormInfo class="_formBlock">{{ i18n.ts.disablingTimelinesInfo }}</FormInfo>
|
<FormInfo class="_formBlock">{{ i18n.ts.disablingTimelinesInfo }}</FormInfo>
|
||||||
</FormSection>
|
</FormSection>
|
||||||
|
|
||||||
<FormSection>
|
|
||||||
<template #label>{{ i18n.ts.splash }}</template>
|
|
||||||
|
|
||||||
<FormTextarea v-model="customMOTD" class="_formBlock">
|
|
||||||
<template #label>{{ i18n.ts.customMOTD }}</template>
|
|
||||||
<template #caption>{{ i18n.ts.customMOTDDescription }}</template>
|
|
||||||
</FormTextarea>
|
|
||||||
|
|
||||||
<FormTextarea v-model="customSplashIcons" class="_formBlock">
|
|
||||||
<template #label>{{ i18n.ts.customSplashIcons }}</template>
|
|
||||||
<template #caption>{{ i18n.ts.customSplashIconsDescription }}</template>
|
|
||||||
</FormTextarea>
|
|
||||||
</FormSection>
|
|
||||||
|
|
||||||
<FormSection>
|
<FormSection>
|
||||||
<template #label>{{ i18n.ts.theme }}</template>
|
<template #label>{{ i18n.ts.theme }}</template>
|
||||||
|
|
||||||
@ -105,6 +93,20 @@
|
|||||||
</FormTextarea>
|
</FormTextarea>
|
||||||
</FormSection>
|
</FormSection>
|
||||||
|
|
||||||
|
<FormSection>
|
||||||
|
<template #label>{{ i18n.ts.splash }}</template>
|
||||||
|
|
||||||
|
<FormTextarea v-model="customMOTD" class="_formBlock">
|
||||||
|
<template #label>{{ i18n.ts.customMOTD }}</template>
|
||||||
|
<template #caption>{{ i18n.ts.customMOTDDescription }}</template>
|
||||||
|
</FormTextarea>
|
||||||
|
|
||||||
|
<FormTextarea v-model="customSplashIcons" class="_formBlock">
|
||||||
|
<template #label>{{ i18n.ts.customSplashIcons }}</template>
|
||||||
|
<template #caption>{{ i18n.ts.customSplashIconsDescription }}</template>
|
||||||
|
</FormTextarea>
|
||||||
|
</FormSection>
|
||||||
|
|
||||||
<FormSection>
|
<FormSection>
|
||||||
<template #label>{{ i18n.ts.files }}</template>
|
<template #label>{{ i18n.ts.files }}</template>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user