mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
4565882941
refs https://github.com/TryGhost/Team/issues/1500 - `senderEmail` is now nullable with a fallback to `noreply@{site domain}` - `senderName` is not nullable and has no fallback - updated preview and input placeholder to match real-world behaviour - inserted site title as the default value when creating a new newsletter to avoid friction with the sender name needing to be filled in when saving - switched `senderReplyTo` input field to a select with "newsletter" and "support" options - added basic `<Inputs::Select>` component as `<OneWaySelect>` had re-rendering issues causing loss of selected value when the label of the newsletter email changed to reflect a custom newsletter email value
7 lines
174 B
Handlebars
7 lines
174 B
Handlebars
<option value={{@value}} selected={{if (eq @currentValue @value) true false}}>
|
|
{{#if (has-block)}}
|
|
{{yield}}
|
|
{{else}}
|
|
{{@label}}
|
|
{{/if}}
|
|
</option> |