Update packages/backend/src/server/api/endpoints/admin/meta.ts

This commit is contained in:
Ozzy 2025-01-15 06:34:26 +00:00
parent 48407e4c3b
commit adb2693cfe

View file

@ -567,53 +567,43 @@ export const meta = {
}, },
link1Url: { link1Url: {
type: 'string', type: 'string',
optional: false, optional: false, nullable: true,
nullable: true,
}, },
link1Label: { link1Label: {
type: 'string', type: 'string',
optional: false, optional: false, nullable: true,
nullable: true,
}, },
link2Url: { link2Url: {
type: 'string', type: 'string',
optional: false, optional: false, nullable: true,
nullable: true,
}, },
link2Label: { link2Label: {
type: 'string', type: 'string',
optional: false, optional: false, nullable: true,
nullable: true,
}, },
link3Url: { link3Url: {
type: 'string', type: 'string',
optional: false, optional: false, nullable: true,
nullable: true,
}, },
link3Label: { link3Label: {
type: 'string', type: 'string',
optional: false, optional: false, nullable: true,
nullable: true,
}, },
link4Url: { link4Url: {
type: 'string', type: 'string',
optional: false, optional: false, nullable: true,
nullable: true,
}, },
link4Label: { link4Label: {
type: 'string', type: 'string',
optional: false, optional: false, nullable: true,
nullable: true,
}, },
link5Url: { link5Url: {
type: 'string', type: 'string',
optional: false, optional: false, nullable: true,
nullable: true,
}, },
link5Label: { link5Label: {
type: 'string', type: 'string',
optional: false, optional: false, nullable: true,
nullable: true,
}, },
federation: { federation: {
type: 'string', type: 'string',