mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Correct syntax (#5586)
This commit is contained in:
@@ -99,15 +99,15 @@ ui:
|
|||||||
connect-src:
|
connect-src:
|
||||||
- http://alloweddomain.com
|
- http://alloweddomain.com
|
||||||
|
|
||||||
# map of setting names to be displayed in the plugins page in the UI
|
# map of setting names to be displayed in the plugins page in the UI
|
||||||
settings:
|
settings:
|
||||||
# internal name
|
# internal name
|
||||||
foo:
|
foo:
|
||||||
# name to display in the UI
|
# name to display in the UI
|
||||||
displayName: Foo
|
displayName: Foo
|
||||||
# type of the attribute to show in the UI
|
# type of the attribute to show in the UI
|
||||||
# can be BOOLEAN, NUMBER, or STRING
|
# can be BOOLEAN, NUMBER, or STRING
|
||||||
type: BOOLEAN
|
type: BOOLEAN
|
||||||
|
|
||||||
# the following are used for plugin tasks only
|
# the following are used for plugin tasks only
|
||||||
exec:
|
exec:
|
||||||
|
|||||||
Reference in New Issue
Block a user