XperienceCommunity.ComponentRegistry.Admin 1.0.2

dotnet add package XperienceCommunity.ComponentRegistry.Admin --version 1.0.2
                    
NuGet\Install-Package XperienceCommunity.ComponentRegistry.Admin -Version 1.0.2
                    
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="XperienceCommunity.ComponentRegistry.Admin" Version="1.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="XperienceCommunity.ComponentRegistry.Admin" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="XperienceCommunity.ComponentRegistry.Admin" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add XperienceCommunity.ComponentRegistry.Admin --version 1.0.2
                    
#r "nuget: XperienceCommunity.ComponentRegistry.Admin, 1.0.2"
                    
#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.
#:package XperienceCommunity.ComponentRegistry.Admin@1.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=XperienceCommunity.ComponentRegistry.Admin&version=1.0.2
                    
Install as a Cake Addin
#tool nuget:?package=XperienceCommunity.ComponentRegistry.Admin&version=1.0.2
                    
Install as a Cake Tool

XperienceCommunity.ComponentRegistry

CI: Build and Test

Release: Publish to NuGet

NuGet Package

NuGet Package

Description

This project enables administrators to view all registered custom components in an Xperience by Kentico application, like Page Builder widgets, and explore which channels and web pages use those components all through a friendly user interface in the Xperience administration.

<div style="display: flex; gap: 1rem; flex-wrap: wrap"> <a href="https://raw.githubusercontent.com/seangwright/xperience-community-component-registry/main/images/component-registry-admin-page-builder.jpg"> <img src="https://raw.githubusercontent.com/seangwright/xperience-community-component-registry/main/images/component-registry-admin-page-builder.jpg" width="600" alt="Component registry for Page Builder in Xperience administration"> </a>

<a href="https://raw.githubusercontent.com/seangwright/xperience-community-component-registry/main/images/component-registry-admin-email-builder.jpg"> <img src="https://raw.githubusercontent.com/seangwright/xperience-community-component-registry/main/images/component-registry-admin-email-builder.jpg" width="600" alt="Component registry for Email Builder in Xperience administration"> </a>

<a href="https://raw.githubusercontent.com/seangwright/xperience-community-component-registry/main/images/component-registry-admin-form-builder.jpg"> <img src="https://raw.githubusercontent.com/seangwright/xperience-community-component-registry/main/images/component-registry-admin-form-builder.jpg" width="600" alt="Component registry for Form Builder in Xperience administration"> </a>

</div>

Requirements

Library Version Matrix

Xperience Version Library Version
>= 31.1.1 >= 1.0.0

Dependencies

Package Installation

Add the "Admin" package to your ASP.NET Core application using the .NET CLI. This includes the custom admin UI application and all required services.

dotnet add package XperienceCommunity.ComponentRegistry.Admin

If you wish to separately install just the registry services, you can use the following:

dotnet add package XperienceCommunity.ComponentRegistry

Quick Start

Register the library's services in your ASP.NET Core application:

// Program.cs

// ...

builder.Services.AddComponentRegistry();

Run the application and navigate to the "Component Registry" application in the Xperience administration under the "Development" category.

Full Instructions

View the Usage Guide for more detailed instructions on permission management and custom scenarios.

Contributing

To see the guidelines for Contributing to Kentico open source software, please see Kentico's CONTRIBUTING.md for more information and follow the Kentico's CODE_OF_CONDUCT.

Instructions and technical details for contributing to this project can be found in Contributing Setup.

License

Distributed under the MIT License. See LICENSE.md for more information.

Support

This project is provided freely to the Kentico community and has no guaranteed support policy. If updates to this repository are not made on timelines that meet your needs, you are welcome to fork it and customize your version to add features and resolve bugs 😄.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.0.2 89 2/3/2026
1.0.2-prerelease-6-1 74 2/3/2026
1.0.1 93 2/1/2026
1.0.1-prerelease-4-1 75 2/1/2026
1.0.1-prerelease-3-1 83 2/1/2026
1.0.0 89 2/1/2026
1.0.0-prerelease-2-1 83 2/1/2026