tshenry 77ad4248e5
Use theme translations and fix login-link id (#5)
* Use theme translations and fix login-link id

Switches over to using theme translations instead of theme settings to manage the text content. This just adds a little extra flexibility for admins if they want to translate the text to other languages.

It also replaces the `login-link` id with `cta-login-link` since the `login-link` id is already used in core. The relevant CSS is added along with it.

* Run prettier
2022-04-13 09:51:23 -06:00

8 lines
271 B
YAML

en:
theme_metadata:
description: "Categories with logged-in access only"
heading_text: "This area is for members only"
subheading_text: "Create an account to view this content"
signup_cta_label: "Sign Up"
login_cta_label: "Already have an account? Sign in"