Hide 'Contextual' and 'About government' sections and some links from 'Support links' section from the footer
By setting the noFooterContextual, noFooterAbout and noFooterSite variables to "true", the "Contextual" and "About government" sections and some links from "Support links" section will be hidden on page load.
Expected output code
<footer id="wb-info">
<h2 class="wb-inv">About this site</h2>
<div class="brand">
<div class="container d-flex align-items-center">
<nav>
<h3 class="wb-inv">Support links</h3>
<h4><span class="wb-inv">Transparency</span></h4>
<ul>
<li><a href="https://www.canada.ca/en/transparency/terms.html">Terms and conditions</a></li>
<li><a href="https://www.canada.ca/en/transparency/privacy.html">Privacy</a></li>
</ul>
</nav>
<div class="wtrmrk align-self-end">
<img src="/dist/GCWeb/assets/wmms-blk.svg" alt="Symbol of the Government of Canada">
</div>
</div>
</div>
</footer>