Adds Redactor’s “Alignment” plugin to Rich Text fields in Craft, which lets you add alignment to text.
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" /* , ... */ ]
- Initial release