Skip to content

Version 2.0

Compare
Choose a tag to compare
@breadlesscode breadlesscode released this 18 Jun 10:32
· 48 commits to master since this release

This plugin now uses Neos Frontend Configuration for the whole config part.

More Informations: https://neos.readthedocs.io/en/stable/ExtendingNeos/UiExtensibility.html#frontend-configuration

Migration

You can migrate your config by replacing this config path

Breadlesscode:	
   SimpleEditorExtend:
      buttons:

with this

Neos:
  Neos:
    Ui:
      frontendConfiguration:
        'Breadlesscode.SimpleEditorExtend:Buttons':

Thats it 🎆