mirror of
https://github.com/stashapp/stash.git
synced 2025-12-15 21:03:22 +01:00
Correct syntax (#5586)
This commit is contained in:
parent
b7592374aa
commit
4ed522c5f8
1 changed files with 9 additions and 9 deletions
|
|
@ -99,15 +99,15 @@ ui:
|
|||
connect-src:
|
||||
- http://alloweddomain.com
|
||||
|
||||
# map of setting names to be displayed in the plugins page in the UI
|
||||
settings:
|
||||
# internal name
|
||||
foo:
|
||||
# name to display in the UI
|
||||
displayName: Foo
|
||||
# type of the attribute to show in the UI
|
||||
# can be BOOLEAN, NUMBER, or STRING
|
||||
type: BOOLEAN
|
||||
# map of setting names to be displayed in the plugins page in the UI
|
||||
settings:
|
||||
# internal name
|
||||
foo:
|
||||
# name to display in the UI
|
||||
displayName: Foo
|
||||
# type of the attribute to show in the UI
|
||||
# can be BOOLEAN, NUMBER, or STRING
|
||||
type: BOOLEAN
|
||||
|
||||
# the following are used for plugin tasks only
|
||||
exec:
|
||||
|
|
|
|||
Loading…
Reference in a new issue