Ghost/ghost/admin/app/models
Simon Backx 699e67f4e4
Added email_track_clicks setting (#15409)
fixes https://github.com/TryGhost/Team/issues/1900
refs https://github.com/TryGhost/Team/issues/1901

- Defaults to the same value as the current email_track_opens setting for existing installations, otherwise defaults to true
- Had to use a custom migration because the `addSetting` helper doesn't support using an existing setting as current value
- Added a minimal UI to change the setting, but this still needs some design magic 🪄
- Link replacement is disabled if `email_track_clicks` is disabled. In the future we might consider to still do parial additions, such as source attribution and maybe redirects (to discuss).
2022-09-15 15:48:22 +02:00
..
action.js
api-key.js
base.js
custom-theme-setting-list.js
custom-theme-setting.js
email.js
integration.js
invite.js
label.js
member-subscription.js
member-tier.js
member.js Added member attribution to member details page (#15266) 2022-08-19 16:39:18 -04:00
navigation-item.js
newsletter.js
notification.js
offer.js
page.js
post.js Wired up lexical editor saving 2022-09-13 21:01:53 +01:00
role.js
setting.js Added email_track_clicks setting (#15409) 2022-09-15 15:48:22 +02:00
snippet.js
tag.js Removed unused parent property from tag model 2022-09-07 22:33:17 +01:00
theme.js
tier-benefit-item.js
tier.js Handled null trial days on tiers 2022-08-09 14:14:22 +05:30
user.js Wired email alert settings for staff users on admin (#15313) 2022-08-25 15:47:14 +05:30
webhook.js