0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/apps/admin-x-framework/src
Sag 54ee8d3389
Updated newsletter email verification to render the verified address (#19148)
refs GRO-80
- added a new meta field "email_verified" to the /verification endpoint
for newsletters. This meta field contains which email has been verified,
"sender_email" or "sender_reply_to"
- updated copy in newsletter settings, based on which email has been
verified
2023-11-27 18:28:57 +00:00
..
api Updated newsletter email verification to render the verified address (#19148) 2023-11-27 18:28:57 +00:00
hooks Added tests to AdminX framework package (#19022) 2023-11-20 11:00:51 +00:00
providers Fixed provider ordering to prevent bugs loading modals on refresh (#19089) 2023-11-22 07:51:10 +00:00
test Added calculated email address settings (#19115) 2023-11-23 13:07:15 +00:00
utils Moved AdminX test config to framework package (#19096) 2023-11-22 13:39:32 +00:00
errors.ts
helpers.ts
hooks.ts Added tests to AdminX framework package (#19022) 2023-11-20 11:00:51 +00:00
index.ts Created a skeleton AdminX demo app (#19005) 2023-11-20 13:30:15 +00:00
playwright.ts Moved AdminX test config to framework package (#19096) 2023-11-22 13:39:32 +00:00
routing.ts Fixed provider ordering to prevent bugs loading modals on refresh (#19089) 2023-11-22 07:51:10 +00:00
vite.ts Created a skeleton AdminX demo app (#19005) 2023-11-20 13:30:15 +00:00