utakka / redactor-anchors
This package is abandoned and no longer maintained.
No replacement package was suggested.
Support for anchors in Craft CMS Redactor
Package info
github.com/heidkaemper/craft-redactor-anchors
Language:JavaScript
Type:craft-plugin
pkg:composer/utakka/redactor-anchors
1.5.0
2024-04-29 17:45 UTC
Requires
- craftcms/cms: ^3.1|^4.0|^5.0
- craftcms/redactor: ^2.3|^3.0|^4.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.39
README
Add anchor functionality for Redactor in Craft CMS
Installation
- Run Composer in your project folder:
composer require utakka/redactor-anchors
-
Open your Craft Control Panel, navigate to Plugins and click 'Install' for Redactor Anchors.
-
Add
redactoranchorsto plugins array in your Redactor config. Example:
{ "buttons": ["bold", "italic", "unorderedlist", "link", "redactoranchors", "image"], "plugins": ["fullscreen", "redactoranchors"], "linkNewTab": true, "toolbarFixed": true }
There is a redactor-config-sample.json, too.
