* feat: add language selection chore: update tests so we have less error message test: update test * test: update tests * chore: remove duplicate translation * chore: lint for console * chore: remove comments * chore: make sure the affect url frame refresh after the language selection change * chore: add whole_course_translation and language to courseware meta (#1305) * feat: Add feedback widget UI mock Add unit tests Fix snapshot Clean Sequence component logEvent calls Clean unit test Put feedback widget behind whole course translation flag Fix useFeedbackWidget test * chore: add src and dest translation * feat: first iteration of plugin translation chore: update plugin instruction * feat: Connect FeedbackWidget with backend services (#1325) Connect FeedbackWidget with backend services Move feedback widget to unit translation plugin * feat: Add authentication to WCT feedback endpoints (#1329) * chore: add fetch config and move feedback widget for the plugin chore: rewrite and test the api request chore: rebase chore: update translation feedback chore: test chore: add more tests * chore: rebase * chore: update requested change * chore: update package * chore: upgrade frontend-lib-special-exams and frontend-lib-learning-assistant * chore: update tests * chore: remove unneeded package * chore: update example config * chore: add source-map-loader * fix: feedback widget render error after submit feedback (#1335) * fix: feedback widget render error after submit feedback * fix: widget logic --------- Co-authored-by: Rodrigo Martin <rodrigom_94@hotmail.com>
52 lines
1.2 KiB
Bash
52 lines
1.2 KiB
Bash
# See README.rst for explanations of these.
|
|
# If you add a new learning MFE-specific variable, please note it there!
|
|
|
|
NODE_ENV='production'
|
|
|
|
ACCESS_TOKEN_COOKIE_NAME=''
|
|
AI_TRANSLATIONS_URL=''
|
|
BASE_URL=''
|
|
CONTACT_URL=''
|
|
CREDENTIALS_BASE_URL=''
|
|
CREDIT_HELP_LINK_URL=''
|
|
CSRF_TOKEN_API_PATH=''
|
|
DISCOVERY_API_BASE_URL=''
|
|
DISCUSSIONS_MFE_BASE_URL=''
|
|
ECOMMERCE_BASE_URL=''
|
|
ENABLE_JUMPNAV='true'
|
|
ENABLE_NEW_SIDEBAR=''
|
|
ENABLE_NOTICES=''
|
|
ENTERPRISE_LEARNER_PORTAL_HOSTNAME=''
|
|
EXAMS_BASE_URL=''
|
|
FAVICON_URL=''
|
|
IGNORED_ERROR_REGEX=''
|
|
INSIGHTS_BASE_URL=''
|
|
LANGUAGE_PREFERENCE_COOKIE_NAME=''
|
|
LMS_BASE_URL=''
|
|
LOGIN_URL=''
|
|
LOGOUT_URL=''
|
|
LOGO_URL=''
|
|
LOGO_TRADEMARK_URL=''
|
|
LOGO_WHITE_URL=''
|
|
LEGACY_THEME_NAME=''
|
|
MARKETING_SITE_BASE_URL=''
|
|
ORDER_HISTORY_URL=''
|
|
PROCTORED_EXAM_FAQ_URL=''
|
|
PROCTORED_EXAM_RULES_URL=''
|
|
REFRESH_ACCESS_TOKEN_ENDPOINT=''
|
|
SEARCH_CATALOG_URL=''
|
|
SEGMENT_KEY=''
|
|
SESSION_COOKIE_DOMAIN=''
|
|
SITE_NAME=''
|
|
SOCIAL_UTM_MILESTONE_CAMPAIGN=''
|
|
STUDIO_BASE_URL=''
|
|
SUPPORT_URL=''
|
|
SUPPORT_URL_CALCULATOR_MATH=''
|
|
SUPPORT_URL_ID_VERIFICATION=''
|
|
SUPPORT_URL_VERIFIED_CERTIFICATE=''
|
|
TERMS_OF_SERVICE_URL=''
|
|
TWITTER_HASHTAG=''
|
|
TWITTER_URL=''
|
|
USER_INFO_COOKIE_NAME=''
|
|
OPTIMIZELY_FULL_STACK_SDK_KEY=''
|