Introduction 

What does it do? 

Display footnote defined in content of rich text editor of contents

Screenshots 

An example of footnote displayed in a page.

Screenshot

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!

Change log 

Version 1.0.0 

First public version

Version 1.0.1 

Remove VHS dependence

Sitemap