feat(homepage): add default key field for homepage integration

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten 2023-12-23 15:46:27 +01:00 committed by GitHub
parent f004eaefc3
commit 8117bd58e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 1 deletions

View File

@ -18,7 +18,7 @@
type: boolean
default: true
- variable: allowCors
label: "Allow Cross Origin Requests"
label: 'Allow Cross Origin Requests (advanced)'
schema:
type: boolean
default: false
@ -116,6 +116,17 @@
type: dict
additional_attrs: true
attrs:
- variable: custom
label: Options
schema:
type: dict
additional_attrs: true
attrs:
- variable: key
label: API-key (key)
schema:
type: string
default: ""
- variable: customkv
label: Custom Options
schema: