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: {
|
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',
|
||||||
|
|
Loading…
Add table
Reference in a new issue