Configuration
Install extension
- Active extension
- Include default typoscript of plugin
- Define constant for changing template display
# Constants
plugin.tx_lbofootnote.view.templateRootPath
Copied!
- Include plugin ressources of the ckeditor
- { resource: "EXT:lbo_footnote/Configuration/RTE/Plugin.yaml" }
Copied!
- 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!