Redactor allows you to create ordered lists and unordered lists, but you can't change the list style types.
Numbered list:
1. Item
2. Item
3. Item
Lettered list:
A. Item
B. Item
C. Item
This plugin creates a Redactor toolbar button (added after the lists button) for lettered lists. Use the button just like you would use the ordered list or unordered list dropdown items in the toolbar.
Requirements: Craft CMS 3 with Redactor plugin; custom Redactor config(s).
- Download the repository.
- Move or copy the
alphalist
directory into theconfig/redactor/plugins
directory in your Craft site. - To use the plugin in a Redactor config, include it in the plugins list:
"plugins": [ "alphalist"]
.
- Custom icon for the button.
- Refactor JS.
- Make this a Craft plugin?
- Allow mixing letters, numbers, and bullets at different list levels.
Developed by Katie Fritz for Foster Commerce.