This repository contains all the source code for the standard Ministry of
Education footer to avoid the need to rebuild the same markup and functionality
between all the sites.
Authors can remove logos and update all the copy on the text.
In your template use the include as follows
<% include Education\Standards\Footer %>
Your SCSS will also need to include the styles
@import "../../../vendor/education/standard-footer/client/scss/footer.scss";
â ï¸ ** In your SCSS make sure to include the root design system before
header.scss
In your theme SCSS:
@import "../../../vendor/education/silverstripe-ds/client/scss/moe.scss";
@import "../../../vendor/education/standard-footer/client/scss/footer.scss";
For customising any variables, define it prior to those imports.
$color-footer-background: #f00;
...
@import "../../../vendor/education/silverstripe-ds/client/scss/moe.scss";
@import "../../../vendor/education/standard-footer/client/scss/footer.scss";
Then you'll be good to go. You can customize any of the colours, logos as
needed.
The footer has several parts to be created and managed in the CMS as per the
image above.
If you want, you can opt for a compressed version (i.e disabling the top links)
by using the following configuration options:
Education\StandardFooter\Extensions\FooterSiteConfig:
top_links_enabled: false
banner_enabled: true
social_media_enabled: false
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem