Configuration

Install extension

  1. Active extension
  2. Include default typoscript of plugin
  3. Define constant for changing template display
# Constants
plugin.tx_lbofootnote.view.templateRootPath
Copied!
  1. Include plugin ressources of the ckeditor
- { resource: "EXT:lbo_footnote/Configuration/RTE/Plugin.yaml" }
Copied!
  1. Use ViewHelpers in plugin to display the footnote in your website.
{namespace footnote=Libeo\LboFootnote\ViewHelpers}

<footnote:noteBasPage.process>
    {content}
</footnote:noteBasPage.process>

<footnote:noteBasPage.display />
Copied!