Requires Sitecore 10.2
Requires .NET Framework 4.8
Constellation is a collection of utilities for .NET CMS implementers.
The Feature.PageTagging namespace contains controllers that will render the following meta tags when installed on page:
- name=keywords
- name=description
- name=publisher
-...
More information
Requires Sitecore 10.2
Requires .NET Framework 4.8
Constellation is a collection of utilities for .NET CMS implementers.
The Feature.Navigation library addresses the three most common forms of Navigation on Sitecore sites:
Declared (static) Navigation: (explicitly defined, may differ from the...
More information
Requires Sitecore 10.2
Requires .NET Framework 4.8
Constellation is a collection of utilities for .NET CMS implementers.
The Feature.ItemSorting library solves the frequently occurring problem of managing a collection of Items that users will not organize themselves, but which they
expect to be...
More information
Requires Sitecore 10.2
Requires .NET Framework 4.8
Constellation is a collection of utilities for .NET CMS implementers.
The Feature.Redirects namespace contains two discrete functional components:
Page Redirects: Items that are meant to be interspersed with Page type Items in the content tree so...
More information
Requires Sitecore 10.2
Requires .NET Framework 4.8
Constellation is a collection of utilities for .NET CMS implementers.
The Feature.PageAnalyticsScripts namespace contains controllers that will render 3rd party analytics and reporting
scripts to the page. To get the controllers and supporting...
More information
Requires Sitecore 10.2
Requires .NET Framework 4.8
Constellation is a collection of utilities for .NET CMS implementers.
The Feature.PageTagging.SitemapXml namespace is an extension of the base Feature that adds explicit support for
Foundation.SitemapXml, based upon the Page Search Engine...
More information
Constellation is a collection of utilities for .NET CMS implementers.
The Feature.SitemapXml namespace contains Http Handlers which intercept the request before it hits Sitecore. The /robots.txt handler returns
a basic document stating that all agents have access to the sitemap.xml file. (there is...
More information
This library supports a number of regularly-requested SEO features, implemented in Sitecore. Some of these have been implemented elsewhere, this approach
is stronger for multi-site, multi-language installations.
Features Included:
Browser-based language detection and setting of the context...
More information
Constellation.Html contains two useful features:
1. Extension methods for HtmlTextWriter. - Internally these methods use an IDisposable pattern to encapsulate the rather cumbersome code for adding attributes, rendering the begin tag, and rendering the end tag.
The extension methods should...
More information
Compatible with Sitecore 10.0
Requires Sitecore 10.0
Requires .NET Framework 4.8
Constellation is a collection of utilities for .NET CMS implementers.
This small Feature contains a Sitecore Rule Action which must be installed in order to take advantage
of this library. The package should...
More information
Requires Sitecore 10.2
Requires .NET Framework 4.8
Constellation is a collection of utilities for .NET CMS implementers.
The Foundation.Mvc.Patterns library is an opinionated library that provides some base Controller and Repository classes for jumpstarting
a Sitecore project. The purpose is to...
More information
Constellation.Sitecore.Items is a framework for Sitecore. It contains a few basic Interfaces and Classes that can be used to construct objects that represent Sitecore.Data.Items.Items but include a few features not found in the native Sitecore API.
This library is intended to be paired with a...
More information
Constellation.Foundation.Items is a framework for Sitecore. It contains a few basic Interfaces and Classes that can be used to construct objects
that represent Sitecore.Data.Items but include a few features not found in the native Sitecore API. For Example:
* Support for inheritance chains...
More information