...
# | Attribute | Description | Sample Value |
---|---|---|---|
1 | enabled | True: Enables the footer section in the layout. | true |
2 | heightInPx | Fixes in the height of the footer section in pixels. | 100 |
3 | position | Fixed: Footer is in a fixed position when the page is scrolled. | fixed |
4 | headerTransisition | True: Locks the position of the footer and does not allow to auto-hide. | true |
5 | component | Component is a .JS file which holds the content of the footerConfig. Component must be registered in the CLCR registry in the component.js file. | appfooter |
...