diu/neos-anchorlink

Letzte Aktivität 06 Dec 2022 4 1 2689
composer require diu/neos-anchorlink

Extends the Neos CKE5 linkeditor custom anchor link option

dev-dependabot/npm_and_yarn/Resources/Private/AnchorLink/loader-utils-1.4.2

Version
dev-dependabot/npm_and_yarn/Resources/Private/AnchorLink/loader-utils-1.4.2
Type
neos-package
Release Date
Nov 13, 2022 00:06
Source
git
Distribution
zip
Requires
  • neos/neos-ui: *
MIT 824d0d5d733e5debc466a5fa7adbbf3ece4d54e7

Readme excerpt

DIU.Neos.AnchorLink

Extends the Neos CKE5 linkeditor with server-side resolvable anchor links.

Installation
  1. Install the package: composer require diu/neos-anchorlink

  2. Enable additional linking options with such config:

"Neos.NodeTypes.BaseMixins:TextMixin": # Or other nodetype properties: text: ui: inline: editorOptions: linking: anchorLink: true
  1. For all content nodetypes that you would like to be able to link to, inherit from DIU.Neos.AnchorLink:AnchorMixin, e.g.:
Neos.Neos:Content: # Or other nodetype superTypes: DIU.Neos.…
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 12 package(s).