mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-04-17 09:33:01 -05:00
21 lines
600 B
YAML
21 lines
600 B
YAML
name: tagCopyPaste
|
|
# requires: CommunityScriptsUILibrary
|
|
description: Adds Copy/Paste buttons to Tags field.
|
|
version: 0.3
|
|
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
|