You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,21 @@ This component requires that the following environment variable be set by the co
43
43
* ``LMS_BASE_URL`` - The URL of the LMS of your Open edX instance.
44
44
* ``LOGO_TRADEMARK_URL`` - This is a URL to a logo for use in the footer. This is a different environment variable than ``LOGO_URL`` (used in frontend-component-header) to accommodate sites that would like to have additional trademark information on a logo in the footer, such as a (tm) or (r) symbol.
45
45
46
+
Optional Environment Variables
47
+
=====================
48
+
Apart from the required environment variables, this component also supports the following optional environment variables. These variables add the ability to display
49
+
custom legal links in the footer. Optional environment variables can also be set by the consuming micro-frontend.
50
+
51
+
* ``ABOUT_US_URL`` - About Us page URL.
52
+
* ``ACCESSIBILITY_URL`` - Accessibility page URL.
53
+
* ``CONTACT_URL`` - Contact Us page URL.
54
+
* ``HONOR_CODE_URL`` - Honor Code page URL.
55
+
* ``FOOTER_LOGO_ALT_TEXT`` - Alt text for the footer logo.
56
+
* ``SHOW_FOOTER_LOGO`` - Optionally display the logo.
57
+
* ``SUPPORT_CENTER_TEXT`` - Text for the Support Center link i.e. `Help Center`.
0 commit comments