Skip to content

di-unternehmer/DIU.Neos.Linkeditor.Extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIU.Neos.Linkeditor.Extension

Extends the Neos CKE5 linkeditor with additional data attributes

Enable additional linking options with such config:

"Neos.NodeTypes.BaseMixins:TextMixin":
  properties:
    text:
      ui:
        inline:
          editorOptions:
            linking:
              linkEditor: true

Additionally this package generates data-enuripathsegment attribute on all links via a Fusion processor.

Development

If you need to adjust anything in this package, just do so and then rebuild the code like this:

cd Resources/Private/LinkEditor
yarn && yarn build

And then commit changed filed including Plugin.js