mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
97feab1002
closes https://github.com/TryGhost/Ghost/issues/12052 * Added breaking test for mailgun settings * 🐛 Fixed mailgun settings to always set a baseUrl This matches the functionality seen before the bulk_email_settings were split, where the baseUrl was set when any of the mailgun settings were.
4 lines
259 B
Handlebars
4 lines
259 B
Handlebars
<input type="checkbox" data-test-toggle={{this.testKey}} checked={{this.value}} disabled={{this.disabled}} id={{this.for}} name={{this.name}} onclick={{action (mut this.value) value="target.checked"}}>
|
|
<span class="input-toggle-component"></span>
|
|
{{{yield}}}
|