Adds an Elemental block with a simple list of footnotes. Also adds a button to the HTML editor for linking to footnotes by a known ID.
composer require pikselin/silverstripe-elemental-footnotes
You will need to add the git repository to your composer file as this is a private repo.
"repositories": [
{
"type": "vcs",
"url": "[email protected]:pikselin/silverstripe-elemental-footnotes"
}
]