1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/app/components/gh-psm-tags-input.hbs

13 lines
361 B
Handlebars
Raw Normal View History

<GhTokenInput
@extra={{hash
tokenComponent="gh-token-input/tag-token"
}}
@onChange={{action "updateTags"}}
@onCreate={{action "createTag"}}
@options={{this.availableTags}}
@renderInPlace={{true}}
@selected={{this.post.tags}}
@showCreateWhen={{action "hideCreateOptionOnMatchingTag"}}
@triggerId={{this.triggerId}}
/>