Vesa Luusua
Vesa Luusua
TODO: - [x] LandingPage tries to fetch landing-page.json - [x] TermsOfServicePage tries to fetch terms-of-service.json - [x] SignupPage fetches also terms-of-service.json and uses its section content on the modal. -...
Add configuration whether unselected options should be shown
Get the color for from the branding asset.
## Translations ```json "ConfirmSignupForm.displayNameLabel": "Display name", "ConfirmSignupForm.displayNamePlaceholder": "Jane D", "ConfirmSignupForm.displayNameRequired": "You need to add a display name.", "ConfirmSignupForm.phoneNumberLabel": "Phone number", "ConfirmSignupForm.phoneNumberPlaceholder": "Enter your phone number.", "ConfirmSignupForm.phoneNumberRequired": "You need to add...
## Translation changes ```json "DatePicker.clearButton": "Clear value", "DatePicker.screenreader.blockedDate": "{date} is not available", "DatePicker.screenreader.chooseDate": "Choose {date}", "DatePicker.screenreader.chooseEndDate": "Choose {date} as the end date", "DatePicker.screenreader.chooseStartDate": "Choose {date} as the start date", "DatePicker.screenreader.nextMonthButton":...