mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 06:52:25 -05:00
[feature/frontend] Add debug sections to settings panel (#2950)
* [feature/frontend] Add debug sections to settings panel * max-width * swagger
This commit is contained in:
parent
04bcde08a1
commit
d79c2f2688
15 changed files with 395 additions and 22 deletions
|
|
@ -1409,6 +1409,10 @@ definitions:
|
|||
$ref: '#/definitions/instanceV1Configuration'
|
||||
contact_account:
|
||||
$ref: '#/definitions/account'
|
||||
debug:
|
||||
description: Whether or not instance is running in DEBUG mode. Omitted if false.
|
||||
type: boolean
|
||||
x-go-name: Debug
|
||||
description:
|
||||
description: |-
|
||||
Description of the instance.
|
||||
|
|
@ -1571,6 +1575,10 @@ definitions:
|
|||
$ref: '#/definitions/instanceV2Configuration'
|
||||
contact:
|
||||
$ref: '#/definitions/instanceV2Contact'
|
||||
debug:
|
||||
description: Whether or not instance is running in DEBUG mode. Omitted if false.
|
||||
type: boolean
|
||||
x-go-name: Debug
|
||||
description:
|
||||
description: |-
|
||||
Description of the instance.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue