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-members-import-mapping-input.hbs
Peter Zimon 50055f7a8c Refined members import modal dropdown
no refs.
- updated style of members import modal field dropdown
2020-07-07 13:07:21 +02:00

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>