name: tagCopyPaste # requires: CommunityScriptsUILibrary description: Adds Copy/Paste buttons to Tags field. version: 0.4 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 paste before changes are saved. type: BOOLEAN ui: requires: - CommunityScriptsUILibrary javascript: - tagCopyPaste.js css: - tagCopyPaste.css