diff --git a/package.json b/package.json index 46430f6e..f8f3ce0a 100644 --- a/package.json +++ b/package.json @@ -69,6 +69,21 @@ "type": "text", "default": "Don't miss out on the latest news. Sign up now to get access to the library of members-only articles." }, + "cta_paid_title": { + "type": "text", + "default": "Read this full post with a subscription to Sludge", + "description": "Shown below free preview of paid-only posts & pages" + }, + "cta_free_title": { + "type": "text", + "default": "Get this full story for free", + "description": "Shown below free preview of free but members-only posts & pages" + }, + "cta_lede": { + "type": "text", + "default": "Subscribers get our new stories over email the moment they’re published.", + "description": "Body of paywall, above signup/login buttons" + }, "footer_text": { "type": "text" }, diff --git a/partials/content-cta.hbs b/partials/content-cta.hbs index d1f0594f..4dd46033 100644 --- a/partials/content-cta.hbs +++ b/partials/content-cta.hbs @@ -2,20 +2,20 @@ \ No newline at end of file