mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-12 06:25:51 +03:00
fc0be31c3f
- Created a new tag type with max width - Made sure tags didn't get to large for the box - Double checked page or post title length refs https://github.com/TryGhost/Team/issues/1832
15 lines
421 B
Handlebars
15 lines
421 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 or post"
|
|
as |resource|
|
|
>
|
|
{{resource.name}}
|
|
</GhTokenInput>
|