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",
|
||||
"version": "12.118.1-calc.rc.7",
|
||||
"version": "12.118.1-calc.rc.8",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -46,8 +46,10 @@
|
||||
|
||||
<FormSection>
|
||||
<FormSwitch v-model="enableRecommendedTimeline" class="_formBlock">{{ i18n.ts.enableRecommendedTimeline }}</FormSwitch>
|
||||
<FormTextarea v-model="recommendedInstances" class="_formBlock"></FormTextarea>
|
||||
<FormTextarea v-model="recommendedInstances" class="_formBlock">
|
||||
<template #label>{{ i18n.ts.recommendedInstances }}</template>
|
||||
<template #caption>{{ i18n.ts.recommendedInstancesDescription }}</template>
|
||||
</FormTextarea>
|
||||
</FormSection>
|
||||
|
||||
<FormSection>
|
||||
@ -56,20 +58,6 @@
|
||||
<FormInfo class="_formBlock">{{ i18n.ts.disablingTimelinesInfo }}</FormInfo>
|
||||
</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>
|
||||
<template #label>{{ i18n.ts.theme }}</template>
|
||||
|
||||
@ -105,6 +93,20 @@
|
||||
</FormTextarea>
|
||||
</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>
|
||||
<template #label>{{ i18n.ts.files }}</template>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user