Splash below theme
This commit is contained in:
parent
072be6870f
commit
ea01259b96
|
@ -58,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>
|
||||
|
||||
|
@ -107,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