meteko/lowercase-pathsegment

Last activity 22 Feb 2018 72
composer require meteko/lowercase-pathsegment

1.0.0

Version
1.0.0
Type
neos-package
Release Date
Feb 22, 2018 16:15
Source
git
Distribution
zip
Requires
  • neos/neos: *
0b412fae3c932dceceafde3325299ec80e1ee8cc

Readme excerpt

Lowercase URI Path Segment Installation

composer require meteko/lowercase-pathsegment

What does it do

Via the signal/slot nodePropertychanged this package make sure the pathSegment (used for routing) is always lowercase.

Possible client side validation

It's also possible to make a client side validation "version" of this.

By changing the regular expression validation for Neos.Neos:Document to regularExpression: '/^[a-z0-9\-]+$' (removing the /i) you make it case-sensible.

This will make it impossible so Apply until there is no uppercase characters in the field (and therefore, passing the validation)

Support

Free support in the Neos Slack channel and …
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 7 package(s).