woit/wit-loremipsum

Ckeditor dummy lorem ipsum text.

Installs: 116

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:JavaScript

Type:typo3-cms-extension

v1.0.1 2024-01-25 08:58 UTC

This package is auto-updated.

Last update: 2024-04-25 09:27:44 UTC


README

The wit_loremipsum TYPO3 extension enhances the functionality of the Rich Text Editor (RTE) CKEditor by seamlessly integrating a dedicated "Add Lorem Ipsum" button. This feature simplifies the content creation process by providing users with a convenient tool for generating succinct paragraphs of Lorem Ipsum text, facilitating the visualization and formatting of layouts.

Key Features:

Effortless Integration: Following installation via the TYPO3 Extension Manager, the extension seamlessly incorporates an "Add Lorem Ipsum" button into the RTE CKEditor interface.

Real-Time Preview: The extension offers an instant preview of the generated Lorem Ipsum text within the CKEditor, providing users with a live representation of the content structure.

Enhanced Productivity: By eliminating the need to search for external Lorem Ipsum text, the extension significantly streamlines the content creation process for web developers, content creators, and editors.

Installation

Composer Installation: Install this extension via composer req woit/wit-loremipsum and activate the extension in the Extension Manager of your TYPO3 installation.

Ter Installation: Install the wit_loremipsum extension directly from the TYPO3 Extension Repository (TER).

Default Configuration: The extension seamlessly integrates into the default TYPO3 configuration, adding the "Add Lorem Ipsum" button to the CKEditor toolbar.

Custom Presets: For users with custom RTE configurations, the extension supports easy integration. Replace "default" with your custom RTE configuration to tailor the experience to your specific needs.

Adding to your own sitepackage

For use dummy lorem ipsum, add the below code inside ext_localconf.php

$GLOBALS['TYPO3_CONF_VARS']['RTE']['Presets']['default'] = 'EXT:wit_loremipsum/Configuration/RTE/Default.yaml';

replace default with your custom RTE configurations.