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
|
exclusive: true
|
||||||
|
|
||||||
scripts:
|
scripts:
|
||||||
# internal id of the plugin
|
# internal id of the plugin
|
||||||
id: my-first-stash-plugin
|
- id: my-first-stash-plugin
|
||||||
# path if it is not at base_path/id
|
# path if it is not at base_path/id
|
||||||
path: CoolPlugin
|
path: CoolPlugin
|
||||||
# description (OPTIONAL)
|
# description (OPTIONAL)
|
||||||
description: My first plugin
|
description: My first plugin
|
||||||
# readme, if not at base_path/id/README.md
|
# readme, if not at base_path/id/README.md
|
||||||
# if left empty, will try to search at the location
|
# if left empty, will try to search at the location
|
||||||
readme: "https://example.com/stash-plugins/README.md"
|
readme: "https://example.com/stash-plugins/README.md"
|
||||||
# override author from global_author
|
# override author from global_author
|
||||||
author: "Ghost, Casper"
|
author: "Ghost, Casper"
|
||||||
# list of links to images of screenshots
|
# list of links to images of screenshots
|
||||||
screenshots:
|
screenshots:
|
||||||
- https://example.com/stash-plugins/CoolPlugin/demo.png
|
- https://example.com/stash-plugins/CoolPlugin/demo.png
|
||||||
- https://example.com/stash-plugins/CoolPlugin/usage.png
|
- https://example.com/stash-plugins/CoolPlugin/usage.png
|
||||||
- https://example.com/stash-plugins/CoolPlugin/settings.png
|
- https://example.com/stash-plugins/CoolPlugin/settings.png
|
||||||
# if plugin should be hidden from generate index
|
# if plugin should be hidden from generate index
|
||||||
# this should only be set if the plugin is a backend dependency
|
# this should only be set if the plugin is a backend dependency
|
||||||
# is in a completely broken state and wholly incompatible
|
# is in a completely broken state and wholly incompatible
|
||||||
# or has been deprecated and should not be used
|
# or has been deprecated and should not be used
|
||||||
hide: true
|
hide: true
|
||||||
@ -4,4 +4,4 @@ collection:
|
|||||||
global_repo: Lurking987/stash-plugins
|
global_repo: Lurking987/stash-plugins
|
||||||
|
|
||||||
scripts:
|
scripts:
|
||||||
id: Find Marker For Tag Images
|
- id: Find Marker For Tag Images
|
||||||
@ -5,5 +5,5 @@ collection:
|
|||||||
base_path: master/plugins
|
base_path: master/plugins
|
||||||
|
|
||||||
scripts:
|
scripts:
|
||||||
id: FastTagger
|
- id: FastTagger
|
||||||
readme: "https://github.com/spaceyuck/stash-fasttagger/blob/master/README.md"
|
readme: "https://github.com/spaceyuck/stash-fasttagger/blob/master/README.md"
|
||||||
@ -4,5 +4,5 @@ collection:
|
|||||||
global_repo: Voidimproper/stash-plugins
|
global_repo: Voidimproper/stash-plugins
|
||||||
|
|
||||||
scripts:
|
scripts:
|
||||||
id: gallery_linker
|
- id: gallery_linker
|
||||||
path: GalleryLinker
|
path: GalleryLinker
|
||||||
Loading…
x
Reference in New Issue
Block a user