Page Footer Slot

Undraw Website Builder Re Ii6e

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
  • inside a bar to style the background with a gradient color and a little bit of spacing
<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:

First Cell
Powered by ComboStrap
[email protected]

Configuration

By default, the name of the footer slot page is slot_footer.

But you can change it with the footerSlotPageName configuration




Showcase yourself and your brand

Get free news, tips, and tricks
to create a remarkable experience for your readers.




Recommended Pages
Undraw My Documents
ComboStrap - Print

How to handle component on print
Layout Element
Page Footer Template Element

The page footer template element is located at the bottom of a page that contains the footer of the page. It's also known as a fat footer and contains general information about the web site. With the...
Undraw Website Builder Re Ii6e
What is the slot system ?

A slot is a location in the page where a markup file is rendered.



Task Runner