getdesigned / ckeditor-custom-bullets
Allows editors to set custom bullets for each individual list item in CKEditor for TYPO3 CMS.
v1.0.1
2021-08-26 10:32 UTC
Requires
- typo3/cms-core: ^10.4
- typo3/cms-rte-ckeditor: ^10.4
Requires (Dev)
- helhum/typo3-console: ^6.6
- typo3/cms-extensionmanager: ^10.4
- typo3/cms-fluid-styled-content: ^10.4
- typo3/cms-install: ^10.4
- typo3/cms-tstemplate: ^10.4
- typo3/testing-framework: ^6.8
Replaces
- typo3-ter/ckeditor-custom-bullets: v1.0.1
This package is auto-updated.
Last update: 2024-11-26 15:29:39 UTC
README
1 Features
- Hide bullets from individual list items
- Custom bullet for individual list items of ordered lists
2 Usage
2.1 Installation
Installation using Composer
The recommended way to install the extension is using Composer.
Run the following command within your Composer based TYPO3 CMS project:
composer require getdesigned/ckeditor-custom-bullets
Installation as extension from TYPO3 Extension Repository (TER)
Download and install the extension with the extension manager module.
2.2 Minimal setup
- Simply install the extension and you are good to go.
- Optional: Include the extension's static TypoScript to include base CSS styles for the frontend.