Skip to content

TYPO3 Extension ⇢ Abbreviation Plugin for TYPO3 ckeditor

Notifications You must be signed in to change notification settings

ttg-wolfhoel/rte_ckeditor_abbr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TYPO3 Extension rte_ckeditor_abbr

This extension ships a simple plugin for the ckeditor to allow editors setting abbreviations. The plugin itself has been taken from https://ckeditor.com/docs/ckeditor4/latest/examples/abbr.html without any changes

Installation

Use composer require studiomitte/rte-ckeditor-abbr or download the extension from TER.

Usage

All it takes to enable the plugin are the following changes in your RTE.yaml:

  1. Import the configuration from the extension:
imports:
    - { resource: "EXT:rte_ckeditor_abbr/Configuration/RTE/Plugin.yaml" }
  1. Enable the plugin:
editor:
  config:
    extraPlugins:
      - abbr

Credits

This extension was created by Georg Ringer for Studio Mitte, Linz with ♥.

Find more TYPO3 extensions we have developed that provide additional features for TYPO3 sites.

About

TYPO3 Extension ⇢ Abbreviation Plugin for TYPO3 ckeditor

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.1%
  • PHP 6.9%