Added newsletter design setting to display excerpt as subtitle

no issue

Full details coming soon to https://ghost.org/changelog/

- when enabled in newsletter design settings a post's custom excerpt will be displayed as a subtitle in the email
This commit is contained in:
Kevin Ansfield 2024-06-05 19:31:11 +01:00
parent e49021b7ea
commit 4a94b5efc9
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,8 @@ const GA_FEATURES = [
'filterEmailDisabled',
'newEmailAddresses',
'portalImprovements',
'onboardingChecklist'
'onboardingChecklist',
'newsletterExcerpt'
];
// NOTE: this allowlist is meant to be used to filter out any unexpected
@ -53,7 +54,6 @@ const ALPHA_FEATURES = [
'lexicalIndicators',
'adminXDemo',
'editorExcerpt',
'newsletterExcerpt',
'internalLinkingAtLinks'
];

View File

@ -1155,7 +1155,7 @@ exports[`Settings API Edit Can edit a setting 2: [headers] 1`] = `
Object {
"access-control-allow-origin": "http://127.0.0.1:2369",
"cache-control": "no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0",
"content-length": "4591",
"content-length": "4618",
"content-type": "application/json; charset=utf-8",
"content-version": StringMatching /v\\\\d\\+\\\\\\.\\\\d\\+/,
"etag": StringMatching /\\(\\?:W\\\\/\\)\\?"\\(\\?:\\[ !#-\\\\x7E\\\\x80-\\\\xFF\\]\\*\\|\\\\r\\\\n\\[\\\\t \\]\\|\\\\\\\\\\.\\)\\*"/,