add "about" to response of admin/meta endpoint
This commit is contained in:
parent
eae8bd5970
commit
d25a407c09
1 changed files with 4 additions and 0 deletions
|
|
@ -489,6 +489,10 @@ export const meta = {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
optional: false, nullable: true,
|
optional: false, nullable: true,
|
||||||
},
|
},
|
||||||
|
about: {
|
||||||
|
type: 'string',
|
||||||
|
optional: false, nullable: true,
|
||||||
|
},
|
||||||
disableRegistration: {
|
disableRegistration: {
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
optional: false, nullable: false,
|
optional: false, nullable: false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue