mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-02 08:13:34 +03:00
13 lines
371 B
Handlebars
13 lines
371 B
Handlebars
|
<GhTokenInput
|
||
|
@extra={{hash
|
||
|
tokenComponent="gh-token-input/label-token"
|
||
|
}}
|
||
|
@onChange={{action "updateLabels"}}
|
||
|
@onCreate={{action "createLabel"}}
|
||
|
@options={{this.availableLabels}}
|
||
|
@renderInPlace={{true}}
|
||
|
@selected={{selectedLabels}}
|
||
|
@showCreateWhen={{action "hideCreateOptionOnMatchingLabel"}}
|
||
|
@triggerId={{this.triggerId}}
|
||
|
/>
|