Skip to content
This repository was archived by the owner on Apr 13, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 658 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 658 Bytes

Redactor Alignment plugin for Craft

Adds Redactor’s “Alignment” plugin to Rich Text fields in Craft, which lets you add alignment to text.

Installation

To install Redactor Alignment, copy the redactoralignment/ folder into craft/plugins/, and then go to Settings → Plugins and click the “Install” button next to “Redactor Alignment”.

Once installed, open your craft/config/redactor/ folder, and add the alignment plugin in whichever Redactor configs you want it to be enabled in:

"plugins": ["alignment" /* , ... */ ]

Changelog

1.0

  • Initial release