Update packages/backend/src/server/api/endpoints/admin/meta.ts
This commit is contained in:
parent
48407e4c3b
commit
adb2693cfe
1 changed files with 10 additions and 20 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue