Constellation.XmCloud.Feature.UrlFriendlyPageNames 1.5.8823.27442

Requires NuGet 4.0 or higher.

dotnet add package Constellation.XmCloud.Feature.UrlFriendlyPageNames --version 1.5.8823.27442
NuGet\Install-Package Constellation.XmCloud.Feature.UrlFriendlyPageNames -Version 1.5.8823.27442
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Constellation.XmCloud.Feature.UrlFriendlyPageNames" Version="1.5.8823.27442" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Constellation.XmCloud.Feature.UrlFriendlyPageNames --version 1.5.8823.27442
#r "nuget: Constellation.XmCloud.Feature.UrlFriendlyPageNames, 1.5.8823.27442"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Constellation.XmCloud.Feature.UrlFriendlyPageNames as a Cake Addin
#addin nuget:?package=Constellation.XmCloud.Feature.UrlFriendlyPageNames&version=1.5.8823.27442

// Install Constellation.XmCloud.Feature.UrlFriendlyPageNames as a Cake Tool
#tool nuget:?package=Constellation.XmCloud.Feature.UrlFriendlyPageNames&version=1.5.8823.27442

Requires XM Cloud

This small Feature 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

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".

Rule Items that reference this DLL are available in NPM, which will provide serialized items to be loaded via the Sitecore CLI

Item installation:

npm install @constellation4sitecore/feature-url-friendly-page-names --save

And follow instructions for npm package.

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.8

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.8823.27442 95 2/27/2024
1.4.1.18577 631 7/31/2023
1.0.8601.18379 162 7/20/2023

Q1 2024 Sitecore DLL Update