diff --git a/builder/repositories/example.yml b/builder/repositories/example.yml index e7f3383e..8a471aba 100644 --- a/builder/repositories/example.yml +++ b/builder/repositories/example.yml @@ -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 \ No newline at end of file + # 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 \ No newline at end of file diff --git a/builder/repositories/plugins/lurking987-stash-plugins.yml b/builder/repositories/plugins/lurking987-stash-plugins.yml index 79dc7c11..09a3db99 100644 --- a/builder/repositories/plugins/lurking987-stash-plugins.yml +++ b/builder/repositories/plugins/lurking987-stash-plugins.yml @@ -4,4 +4,4 @@ collection: global_repo: Lurking987/stash-plugins scripts: - id: Find Marker For Tag Images \ No newline at end of file + - id: Find Marker For Tag Images \ No newline at end of file diff --git a/builder/repositories/plugins/spaceyuck-stash-plugins.yml b/builder/repositories/plugins/spaceyuck-stash-plugins.yml index 04568885..b8c7c25b 100644 --- a/builder/repositories/plugins/spaceyuck-stash-plugins.yml +++ b/builder/repositories/plugins/spaceyuck-stash-plugins.yml @@ -5,5 +5,5 @@ collection: base_path: master/plugins scripts: - id: FastTagger - readme: "https://github.com/spaceyuck/stash-fasttagger/blob/master/README.md" \ No newline at end of file + - id: FastTagger + readme: "https://github.com/spaceyuck/stash-fasttagger/blob/master/README.md" \ No newline at end of file diff --git a/builder/repositories/plugins/voidimproper-stash-plugins.yml b/builder/repositories/plugins/voidimproper-stash-plugins.yml index 588f9dee..4504a345 100644 --- a/builder/repositories/plugins/voidimproper-stash-plugins.yml +++ b/builder/repositories/plugins/voidimproper-stash-plugins.yml @@ -4,5 +4,5 @@ collection: global_repo: Voidimproper/stash-plugins scripts: - id: gallery_linker - path: GalleryLinker \ No newline at end of file + - id: gallery_linker + path: GalleryLinker \ No newline at end of file