diff --git a/ghost/admin/app/components/gh-members-lab-setting.js b/ghost/admin/app/components/gh-members-lab-setting.js index 209cce5faf..42f31bfa94 100644 --- a/ghost/admin/app/components/gh-members-lab-setting.js +++ b/ghost/admin/app/components/gh-members-lab-setting.js @@ -23,6 +23,7 @@ export default Component.extend({ subscriptionSettings.stripeConfig = stripeProcessor.config; subscriptionSettings.requirePaymentForSetup = !!subscriptionSettings.requirePaymentForSetup; subscriptionSettings.fromAddress = subscriptionSettings.fromAddress || 'noreply'; + return subscriptionSettings; }), diff --git a/ghost/admin/app/templates/components/gh-members-lab-setting.hbs b/ghost/admin/app/templates/components/gh-members-lab-setting.hbs index 6d6e46c6d9..643e288650 100644 --- a/ghost/admin/app/templates/components/gh-members-lab-setting.hbs +++ b/ghost/admin/app/templates/components/gh-members-lab-setting.hbs @@ -1,106 +1,166 @@
Configure Stripe API keys for signups
+Set monthly and yearly subscription prices
Allow free members signup
+Configure restrictions for new posts
+Membership related email settings
+