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: {
type: 'string',
optional: false,
nullable: true,
optional: false, nullable: true,
},
link1Label: {
type: 'string',
optional: false,
nullable: true,
optional: false, nullable: true,
},
link2Url: {
type: 'string',
optional: false,
nullable: true,
optional: false, nullable: true,
},
link2Label: {
type: 'string',
optional: false,
nullable: true,
optional: false, nullable: true,
},
link3Url: {
type: 'string',
optional: false,
nullable: true,
optional: false, nullable: true,
},
link3Label: {
type: 'string',
optional: false,
nullable: true,
optional: false, nullable: true,
},
link4Url: {
type: 'string',
optional: false,
nullable: true,
optional: false, nullable: true,
},
link4Label: {
type: 'string',
optional: false,
nullable: true,
optional: false, nullable: true,
},
link5Url: {
type: 'string',
optional: false,
nullable: true,
optional: false, nullable: true,
},
link5Label: {
type: 'string',
optional: false,
nullable: true,
optional: false, nullable: true,
},
federation: {
type: 'string',