mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-12 09:37:35 +01:00
fix: schema changes for 69c96078ea
This commit is contained in:
@@ -87,11 +87,18 @@ get:
|
||||
type: string
|
||||
displayName:
|
||||
type: string
|
||||
properties:
|
||||
type: object
|
||||
properties:
|
||||
targetBlank:
|
||||
type: boolean
|
||||
targetBlank:
|
||||
type: boolean
|
||||
required:
|
||||
- id
|
||||
- route
|
||||
- title
|
||||
- enabled
|
||||
- iconClass
|
||||
- textClass
|
||||
- text
|
||||
- core
|
||||
- groups
|
||||
groups:
|
||||
type: array
|
||||
items:
|
||||
|
||||
Reference in New Issue
Block a user