mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-05-01 01:27:14 -05:00
22 lines
647 B
YAML
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
|