Skip to content

heidkaemper/craft-redactor-anchors

Repository files navigation

Anchors for Redactor in Craft CMS

Image of Craft Redactor Anchors

Add anchor functionality for Redactor in Craft CMS

Installation

  1. Run Composer in your project folder:
composer require utakka/redactor-anchors
  1. Open your Craft Control Panel, navigate to Plugins and click 'Install' for Redactor Anchors.

  2. Add redactoranchors to 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.


Version Total Downloads