feat(homepage): add default key field for homepage integration
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
- variable: allowCors
|
- variable: allowCors
|
||||||
label: "Allow Cross Origin Requests"
|
label: 'Allow Cross Origin Requests (advanced)'
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
@@ -116,6 +116,17 @@
|
|||||||
type: dict
|
type: dict
|
||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: custom
|
||||||
|
label: Options
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: key
|
||||||
|
label: API-key (key)
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
- variable: customkv
|
- variable: customkv
|
||||||
label: Custom Options
|
label: Custom Options
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
Reference in New Issue
Block a user