flownative/neos-customdocumenturirouting
composer require flownative/neos-customdocumenturirouting
This allows to have custom document URI paths for document nodes
0.2.0
Readme excerpt
Custom Document URI paths for Neos
This allows to have custom document URI paths for document nodes. This means, independent from the URI path that is usually built from the uriPathSegments of each node, a document can be given a full, unique, custom URI path.
Installationcomposer require flownative/neos-customdocumenturirouting
ConfigurationAfter installing the package, by default it looks for a property called uriPath in document nodes.
The uriPath property can be added to your document nodes by using the provided Flownative.Neos.CustomDocumentUriRouting:UriPathMixin.
The used mixin node type name and property name can be changed in the settings…
Read more
The same vendor provides 44 package(s).