0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Removed settings that are no longer in use

refs https://github.com/TryGhost/Team/issues/1625
refs 37818a1b71

- none of these settings are actively used anymore
This commit is contained in:
Rishabh 2022-05-16 19:44:48 +05:30
parent 5a6066d064
commit 24f1012a98

View file

@ -57,16 +57,9 @@ export default Model.extend(ValidationEngine, {
membersSignupAccess: attr('string'),
defaultContentVisibility: attr('string'),
defaultContentVisibilityTiers: attr('json-string'),
membersFromAddress: attr('string'),
membersSupportAddress: attr('string'),
membersReplyAddress: attr('string'),
membersPaidSignupRedirect: attr('string'),
membersFreeSignupRedirect: attr('string'),
membersFreePriceName: attr('string'),
membersFreePriceDescription: attr('string'),
membersMonthlyPriceId: attr('string'),
membersYearlyPriceId: attr('string'),
stripeProductName: attr('string'),
stripeSecretKey: attr('string'),
stripePublishableKey: attr('string'),
stripePlans: attr('json-string'),
@ -76,18 +69,6 @@ export default Model.extend(ValidationEngine, {
stripeConnectLivemode: attr('boolean'),
stripeConnectDisplayName: attr('string'),
stripeConnectAccountId: attr('string'),
/**
* Newsletter settings
*/
newsletterHeaderImage: attr('string'),
newsletterShowHeaderIcon: attr('boolean'),
newsletterShowHeaderTitle: attr('boolean'),
newsletterTitleFontCategory: attr('string'),
newsletterTitleAlignment: attr('string'),
newsletterShowFeatureImage: attr('boolean'),
newsletterBodyFontCategory: attr('string'),
newsletterFooterContent: attr('string'),
newsletterShowBadge: attr('boolean'),
/**
* OAuth settings
*/
@ -96,7 +77,6 @@ export default Model.extend(ValidationEngine, {
/**
* Editor settings
*/
editorIsLaunchComplete: attr('boolean'),
editorDefaultEmailRecipients: attr('string'),
editorDefaultEmailRecipientsFilter: attr('members-segment-string'),
emailVerificationRequired: attr('boolean'),