fix formatting in #114 (#115)

Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com>
This commit is contained in:
feederbox826 2025-09-28 00:45:42 -04:00 committed by GitHub
parent de7c4e1bfc
commit efbd2bdb91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 26 additions and 26 deletions

View File

@ -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

View File

@ -4,4 +4,4 @@ collection:
global_repo: Lurking987/stash-plugins
scripts:
id: Find Marker For Tag Images
- id: Find Marker For Tag Images

View File

@ -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"

View File

@ -4,5 +4,5 @@ collection:
global_repo: Voidimproper/stash-plugins
scripts:
id: gallery_linker
path: GalleryLinker
- id: gallery_linker
path: GalleryLinker