2.15.2

Page Footer

(In Progress) Page Footer Component

Published

History
View changes
Install
yarn add @bolt/components-page-footer
Source code
View on Github
Dependencies
@bolt/components-band @bolt/core-v3.x

Component in progress

Install via NPM
npm install @bolt/components-page-footer

Content

Set content as arbitrary HTML:

{% set content %}
  <p>Whatever HTML content you want</p>
{% endset %}
Overview Usage Schema Edit this page
{% include "@bolt-components-page-footer/page-footer.twig" with { content: content } only %}
Debug Panel