Kentico.Xperience.AiraUnified
0.1.0-prerelease-1
Prefix Reserved
dotnet add package Kentico.Xperience.AiraUnified --version 0.1.0-prerelease-1
NuGet\Install-Package Kentico.Xperience.AiraUnified -Version 0.1.0-prerelease-1
<PackageReference Include="Kentico.Xperience.AiraUnified" Version="0.1.0-prerelease-1" />
paket add Kentico.Xperience.AiraUnified --version 0.1.0-prerelease-1
#r "nuget: Kentico.Xperience.AiraUnified, 0.1.0-prerelease-1"
// Install Kentico.Xperience.AiraUnified as a Cake Addin #addin nuget:?package=Kentico.Xperience.AiraUnified&version=0.1.0-prerelease-1&prerelease // Install Kentico.Xperience.AiraUnified as a Cake Tool #tool nuget:?package=Kentico.Xperience.AiraUnified&version=0.1.0-prerelease-1&prerelease
Xperience by Kentico Aira Unified
Description
Aira unified integration enabling for alternative administration UI and chatbot which can easily be added to an Xperience By Kentico project.
Screenshots
Library Version Matrix
Xperience Version | Library Version |
---|---|
>= 30.0.0 | >= 0.1.0-prerelase-1 |
Dependencies
Package Installation
Add the package to your application using the .NET CLI
dotnet add package Kentico.Xperience.AiraUnified
Quick Start
Include
Kentico.Xperience.AiraUnified
project in the solution.dotnet add package Kentico.Xperience.AiraUnified
Register required services into DI container.
// Program.cs var builder = WebApplication.CreateBuilder(args); // ... builder.Services.AddKenticoAiraUnified(); // ... var app = builder.Build(); // ... app.UseAiraUnifiedEndpoints(); app.Run();
In the administration go to UI application 'Aira Unified'.
Fill out the Aira Unified configuration form, populating the fields with your custom values.
- Relative Path Base - the relative path where the Aira Unified is available. The path is relative to the base url of your application.
- Logo - the asset selectable from Media Library shown in the top left corner of the Aira Unified pwa.
- Chat Title - the title displayed on top of the screen of the chat page and the text of chat option in Aira Unified menu.
- Chat Image - the asset selectable from Media library shown on top of the screen of the chat page and next to the chat option text in Aira Unified menu.
- Smart Upload Title - the title displayed on top of the screen of the smart upload page and the text of smart upload option in Aira Unified menu.
- Smart Upload Image - the asset selectable from Media library shown on top of the screen of the smart upload page and next to the smart upload option text in Aira Unified menu.
- Return to administration dashboard and select a
Content Type
used for Mass asset upload. Uploaded assets in the Smart upload page of this integration will be saved under thisContent type
in the Content hub. - The users can now visit the Aira Unified under the specified path.
Full Instructions
View the Usage Guide for more detailed instructions.
You can view and start the DancingGoat example project.
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 has Kentico Labs limited support.
See SUPPORT.md
for more information.
For any security issues see SECURITY.md
.
Product | Versions 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. |
-
net8.0
- Htmx (>= 1.8.1)
- Htmx.TagHelpers (>= 1.8.1)
- Kentico.Xperience.Admin (>= 30.0.0)
- Kentico.Xperience.WebApp (>= 30.0.0)
- Microsoft.AspNetCore.Components.Web (>= 8.0.11)
- Microsoft.Extensions.Configuration.UserSecrets (>= 6.0.1)
- Microsoft.Extensions.DependencyInjection (>= 8.0.1)
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 |
---|---|---|
0.1.0-prerelease-1 | 43 | 2/20/2025 |