Update core services files with new selectors (#68810)

Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
This commit is contained in:
Franck Nijhof 2022-03-29 02:17:16 +02:00 committed by GitHub
parent 9b70c10c8e
commit 963d161f72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 88 additions and 57 deletions

View file

@ -5,12 +5,12 @@ set_theme:
description: Set a theme unless the client selected per-device theme.
fields:
name:
name: Name
description: Name of a predefined theme, 'default' or 'none'.
name: Theme
description: Name of a predefined theme
required: true
example: "default"
selector:
text:
theme:
mode:
name: Mode
description: The mode the theme is for.
@ -18,8 +18,10 @@ set_theme:
selector:
select:
options:
- "dark"
- "light"
- label: "Dark"
value: "dark"
- label: "Light"
value: "light"
reload_themes:
name: Reload themes