mirror of
https://github.com/stashapp/Stash-Docs.git
synced 2025-12-10 00:41:30 -06:00
Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com>
This commit is contained in:
parent
de7c4e1bfc
commit
efbd2bdb91
@ -14,24 +14,24 @@ collection:
|
||||
exclusive: true
|
||||
|
||||
scripts:
|
||||
# internal id of the plugin
|
||||
id: my-first-stash-plugin
|
||||
# path if it is not at base_path/id
|
||||
path: CoolPlugin
|
||||
# description (OPTIONAL)
|
||||
description: My first plugin
|
||||
# readme, if not at base_path/id/README.md
|
||||
# if left empty, will try to search at the location
|
||||
readme: "https://example.com/stash-plugins/README.md"
|
||||
# override author from global_author
|
||||
author: "Ghost, Casper"
|
||||
# list of links to images of screenshots
|
||||
screenshots:
|
||||
- https://example.com/stash-plugins/CoolPlugin/demo.png
|
||||
- https://example.com/stash-plugins/CoolPlugin/usage.png
|
||||
- https://example.com/stash-plugins/CoolPlugin/settings.png
|
||||
# if plugin should be hidden from generate index
|
||||
# this should only be set if the plugin is a backend dependency
|
||||
# is in a completely broken state and wholly incompatible
|
||||
# or has been deprecated and should not be used
|
||||
hide: true
|
||||
# internal id of the plugin
|
||||
- id: my-first-stash-plugin
|
||||
# path if it is not at base_path/id
|
||||
path: CoolPlugin
|
||||
# description (OPTIONAL)
|
||||
description: My first plugin
|
||||
# readme, if not at base_path/id/README.md
|
||||
# if left empty, will try to search at the location
|
||||
readme: "https://example.com/stash-plugins/README.md"
|
||||
# override author from global_author
|
||||
author: "Ghost, Casper"
|
||||
# list of links to images of screenshots
|
||||
screenshots:
|
||||
- https://example.com/stash-plugins/CoolPlugin/demo.png
|
||||
- https://example.com/stash-plugins/CoolPlugin/usage.png
|
||||
- https://example.com/stash-plugins/CoolPlugin/settings.png
|
||||
# if plugin should be hidden from generate index
|
||||
# this should only be set if the plugin is a backend dependency
|
||||
# is in a completely broken state and wholly incompatible
|
||||
# or has been deprecated and should not be used
|
||||
hide: true
|
||||
@ -4,4 +4,4 @@ collection:
|
||||
global_repo: Lurking987/stash-plugins
|
||||
|
||||
scripts:
|
||||
id: Find Marker For Tag Images
|
||||
- id: Find Marker For Tag Images
|
||||
@ -5,5 +5,5 @@ collection:
|
||||
base_path: master/plugins
|
||||
|
||||
scripts:
|
||||
id: FastTagger
|
||||
readme: "https://github.com/spaceyuck/stash-fasttagger/blob/master/README.md"
|
||||
- id: FastTagger
|
||||
readme: "https://github.com/spaceyuck/stash-fasttagger/blob/master/README.md"
|
||||
@ -4,5 +4,5 @@ collection:
|
||||
global_repo: Voidimproper/stash-plugins
|
||||
|
||||
scripts:
|
||||
id: gallery_linker
|
||||
path: GalleryLinker
|
||||
- id: gallery_linker
|
||||
path: GalleryLinker
|
||||
Loading…
x
Reference in New Issue
Block a user