Files
CommunityScripts/plugins/tagCopyPaste/tagCopyPaste.yml
2026-02-19 16:37:15 +02:00

22 lines
647 B
YAML

name: tagCopyPaste
# requires: CommunityScriptsUILibrary
description: Adds Copy/Paste buttons to Tags field.
version: 0.5
url: https://discourse.stashapp.cc/t/tagcopypaste/1858
settings:
createIfNotExists:
displayName: Create If Not Exists
description: If enabled, new tags will be created when pasted list contains entries that do not already exist.
type: BOOLEAN
requireConfirmation:
displayName: Require Confirmation
description: If enabled, user needs to confirm new tags being created.
type: BOOLEAN
ui:
requires:
- CommunityScriptsUILibrary
javascript:
- tagCopyPaste.js
css:
- tagCopyPaste.css