Ghost/ghost/admin/app/components/gh-psm-visibility-input.hbs
Kevin Ansfield de560733c5 🎨 Reverted ability to set post access level to labels
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.
2021-05-14 16:01:14 +01:00

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>