Sign in Sign up
nuget

Constellation.Foundation.UrlFriendlyPageNames

Requires Sitecore 10.3 Requires .NET Framework 4.8 Constellation is a collection of utilities for .NET CMS implementers. This small Foundation kit contains a Sitecore Rule Action which must be installed in order to take advantage of this library. The package should self-install once you build and deploy your project. To use, an Item Saved rule must be created. The rule must have a condition that specifies that an Item is a "page" and therefore needs an SEO-friendly URL. The rule action should be the one included in this kit. Rule options include: - Replace Diacritics - Clear Display Name (recommended so that marketers see the actual Item name and therefore URL slug for pages) - Specify illegal characters to remove (Regex "\s" is a good choice.) - Replace spaces or remove spaces from names - Force lowercase It is up to the implementer to determine the nature of "page" Items. We recommend looking at Constellation.Foundation.Datasources for rule conditions that are suitable for this specific task. Note that the Illegal Characters option and the Replace Spaces option can conflict, a "-" will be removed if you use the "\W" regex, resulting in behavior similar to "Remove Spaces" We strongly recommend using "\s".

nuget View on Nuget

Activity

Latest release
3y ago
Total releases
5
Cadence
~2 months
Last 12 months
0

Details

License
MIT
First release
Aug 06, 2021
Releases
Version Released
10.3.0.24699 minor
10.2.0.21736 patch
10.2.0.18891 minor
10.1.0.22028 patch
10.1.0.21203 initial