Installation steps

  • Install using composer:

composer require edia/edia-readability
plugin.tx_ediareadability.settings.api.token = <api-token>
  • Setup the symfony command 'edia:readability' to analyse the content elements periodically

vendor/bin/typo3 edia:readability <api-token>
  • Enable the ckeditor plugin by adding the following line to the RTE configuration

imports:
    - { resource: "EXT:edia_readability/Configuration/RTE/Plugin.yaml" }

Additional steps for frontend