Page Footer Slot
About
The page footer slot is a slot that replaces the default fat footer of the template.
How to
To create this slot, you need to create a markup document/page with the name slot_footer
Example: with:
- two cells in a grid that will show them:
- on 1 row on a large screen
- on 2 rows on mobile
<bar class="p-3" background-color="gradient-light">
<grid>
<box>
**First Cell** \\
Powered by [[:start|ComboStrap]] \\
[[[email protected]?subject=Contact via WebSite|[email protected]]] \\
</box>
<box>
**Second Cell** \\
[[#|Security]]\\
[[#|Release (Changes)]]\\
</box>
</grid>
</bar>
This code will output the following:
Configuration
By default, the name of the footer slot page is slot_footer.
But you can change it with the footerSlotPageName configuration