psmb/footnote

Last activity 09 Dec 2022 6 1 1742
composer require psmb/footnote

Footnotes CKeditor5 plugin for Neos CMS

dev-dependabot/npm_and_yarn/Resources/Private/Footnotes/y18n-3.2.2

Version
dev-dependabot/npm_and_yarn/Resources/Private/Footnotes/y18n-3.2.2
Type
neos-package
Release Date
Mar 30, 2021 18:43
Source
git
Distribution
zip
Requires
  • neos/neos: *
MIT cd0cd80b39f39ade02c1224f2b4fdb2d2a8b0dca

Readme excerpt

This package provides a footnote plugin for CKeditor5 integraion in Neos CMS.

Installation
  1. Switch to using CKeditor 5
  2. composer require 'psmb/footnote'
  3. Enable footnote button on node properties that should support it, e.g.:
'Neos.NodeTypes:TextMixin': properties: text: ui: inline: editorOptions: formatting: footnote: true
  1. Add Fusion processor over the needed content collection, from which the footnotes should be gathered and rendered (or write your own Fusion or JS solution), e.g.:
prototype(Neos.Neos:PrimaryContent) { @process.footnotes = Psmb…
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 13 package(s).