CommunityScripts/plugins/imageGalleryNavigation/imageGalleryNavigation.yml

18 lines
564 B
YAML

name: imageGalleryNavigation
# requires: CommunityScriptsUILibrary
description: This plugin adds features for navigating between images within a Gallery from the Image details page.
version: 0.4
url: https://discourse.stashapp.cc/t/imagegallerynavigation/1857
settings:
enableTransform:
displayName: Enable Zoom/Pan
description: Enable zoom (mouse wheel) and pan (click and drag) on Image detail page.
type: BOOLEAN
ui:
requires:
- CommunityScriptsUILibrary
javascript:
- imageGalleryNavigation.js
css:
- imageGalleryNavigation.css