TrueLime.Kentico.KenticoCloudAssetWidget

Widget to select and display Kentico Cloud asset.


Keywords
Kentico, Cloud, Asset, Widget
License
MIT
Install
Install-Package TrueLime.Kentico.KenticoCloudAssetWidget -Version 0.9.2

Documentation

TrueLime.Kentico.KenticoCloudAssetWidget

Contains a widget to select and display a Kentico Cloud asset.

Installation

In Controllers\Widgets\KenticoCloudAssetWidgetController.cs update the ApiKey and ProjectId.

Add the widget namespace to the list of area restrictions to be able to place the widget on the desired pages.

Note: Depending on where your data is hosted you will need to update the GetAssetUrl method with the corresponding data center Url:

Requirements

  • Works with Kentico v12.
  • This project references the KenticoCloud.ContentManagement API which requires .NET Standard version 2.0. You need to ensure that the project targets the 4.6.1 (or newer) .NET Framework.