Files
CommunityScripts/plugins/tagCopyPaste/tagCopyPaste.yml

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