de560733c5
refs https://github.com/TryGhost/Team/issues/581 Setting post visibility to a label results in undesirable and confusing behaviour with no good way to manage access long-term. Coupled with products being limited to a single product for now we're reverting the UI back to the "Public", "Members", and "Paid" options.
10 lines
319 B
Handlebars
10 lines
319 B
Handlebars
<span class="gh-select">
|
|
<OneWaySelect @value={{this.selectedVisibility}}
|
|
@options={{this.availableVisibilities}}
|
|
@optionValuePath="name"
|
|
@optionLabelPath="label"
|
|
@optionTargetPath="name"
|
|
@update={{action "updateVisibility"}}
|
|
/>
|
|
{{svg-jar "arrow-down-small"}}
|
|
</span> |