Skip to content

This allows to have custom document URI paths for document nodes

License

Notifications You must be signed in to change notification settings

davidspiola/neos-customdocumenturirouting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Installation

composer require flownative/neos-customdocumenturirouting

Configuration

After 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 property can be changed in the settings, if you like to use a different name:

Flownative:
  Neos:
    CustomDocumentUriRouting:
      uriPathPropertyName: 'myCustomUriPathProperty'

Credits

Development of this package has been sponsored by web&co OG, Vienna, Austria.

About

This allows to have custom document URI paths for document nodes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%