mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-04 12:44:57 +03:00
4f8526fd77
no issue
15 lines
418 B
Handlebars
15 lines
418 B
Handlebars
<GhTokenInput
|
|
@options={{this.options}}
|
|
@selected={{this.selectedOptions}}
|
|
@disabled={{or @disabled this.fetchOptionsTask.isRunning}}
|
|
@optionsComponent="power-select/options"
|
|
@allowCreation={{false}}
|
|
@renderInPlace={{this.renderInPlace}}
|
|
@onChange={{this.onChange}}
|
|
@class="select-members"
|
|
@placeholder="Select a page/post"
|
|
as |resource|
|
|
>
|
|
{{resource.name}}
|
|
</GhTokenInput>
|