mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 19:48:50 +03:00
a819837bd4
no refs. - updated style of members import modal field dropdown
13 lines
455 B
Handlebars
13 lines
455 B
Handlebars
<span class="gh-select gh-import-member-select {{unless this.mapTo "unmapped"}}">
|
|
<OneWaySelect @value={{this.mapTo}}
|
|
@options={{this.availableFields}}
|
|
@optionValuePath="value"
|
|
@optionLabelPath="label"
|
|
@optionTargetPath="value"
|
|
@includeBlank={{true}}
|
|
@promptIsSelectable={{true}}
|
|
@prompt="Not imported"
|
|
@update={{action "updateMapping"}}
|
|
/>
|
|
{{svg-jar "arrow-down-small"}}
|
|
</span> |