XperienceCommunity.AdminExtensions 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package XperienceCommunity.AdminExtensions --version 1.1.0
                    
NuGet\Install-Package XperienceCommunity.AdminExtensions -Version 1.1.0
                    
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.AdminExtensions" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="XperienceCommunity.AdminExtensions" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="XperienceCommunity.AdminExtensions" />
                    
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.AdminExtensions --version 1.1.0
                    
#r "nuget: XperienceCommunity.AdminExtensions, 1.1.0"
                    
#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.AdminExtensions@1.1.0
                    
#: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.AdminExtensions&version=1.1.0
                    
Install as a Cake Addin
#tool nuget:?package=XperienceCommunity.AdminExtensions&version=1.1.0
                    
Install as a Cake Tool

Xperience Community: Admin Extensions

Nuget

Description

This package provides useful extensions to the Kentico Xperience administration interface. The extensions are automatically registered once the package is installed, enhancing the admin experience with additional functionality and improved workflows.

Library Version Matrix

Xperience Version Library Version
>= 30.6.0 >= 1.0.0

Note: The latest version that has been tested is 30.6.0

⚙️ Package Installation

Add the package to your application using the .NET CLI

dotnet add package XperienceCommunity.AdminExtensions

🚀 Quick Start

No additional configuration is required! Once the package is installed, the admin extensions will be automatically registered and available in your Kentico Xperience administration interface.

⚙️ Configuration

The package supports optional configuration to customize certain features. Add the following section to your appsettings.json:

{
  "XperienceCommunityAdminExtensions": {
    "ContentHubListPageSize": 100
  }
}

Configuration Options

Setting Description Default Value
ContentHubListPageSize Sets the number of items displayed per page in the Content Hub list 50

✨ Features

Event Log Enhancements

Clear Event Log Button: Adds a convenient "Clear" button to the Event Log page header, allowing administrators to quickly clear all event log entries with a single click.

Content Hub Enhancements

Custom Page Size: Allows configuration of the number of items displayed per page in the Content Hub list. This helps administrators manage large content repositories more efficiently by customizing the page size to their preference.

Content Type List Enhancements

Content Type Filtering: Adds advanced filtering capabilities to the Content Type list page, allowing administrators to filter content types by their usage:

  • Website - Content types used for website pages
  • Reusable - Content types used for reusable content items
  • Email - Content types used for email campaigns
  • Headless - Content types used for headless/API content delivery

The filter supports multi-selection, enabling administrators to view content types across multiple usage categories simultaneously.

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

📄 License

This project is licensed under the MIT License.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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.2.0 224 11/3/2025
1.1.0 206 7/31/2025
1.0.0 198 7/1/2025