Skip to content

TYPO3 extension to add footnotes to TYPO3's integrated RTE CKEditor

License

Notifications You must be signed in to change notification settings

tillhoerner/t3footnotes

 
 

Repository files navigation

t3footnotes

TYPO3 extension to add footnotes to TYPO3's integrated RTE CKEditor

Use of this plugin

Install over the composer

"repositories": [
  ...
  {
    "type": "git",
    "url": "https://github.com/connecta-ag/t3footnotes"
  },
  ...
],
"require": {
  ...
  "cag/t3footnotes": "dev-master",
  ...
},

Add TypoScript configuration

As include in your main template (setup, constants)

Contants

# include t3footnotes base contants
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:t3footnotes/Configuration/TypoScript/constants.ts">

Setup

# include original t3t3footnotes base typoscript
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:t3footnotes/Configuration/TypoScript/setup.ts">

or over Include Static Templates in DB-Typoscript-Template

Add JS-Plugin Configuration to your RTE Configuration

imports:
  # Import Footnotes RTE Plugin Configuration
  - { resource: "EXT:t3footnotes/Configuration/RTE/Plugin.yaml"}

Implement t3footnotes plugin in all templates you need

Use in Templates to create a container for printing out of footnotes

<f:cObject typoscriptObjectPath="lib.t3footnotes" />

enjoy

About

TYPO3 extension to add footnotes to TYPO3's integrated RTE CKEditor

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 52.4%
  • JavaScript 26.0%
  • HTML 13.4%
  • TypeScript 8.2%