Infocaster.Umbraco.AlphabetFolders
9.0.18
Prefix Reserved
See the version list below for details.
dotnet add package Infocaster.Umbraco.AlphabetFolders --version 9.0.18
NuGet\Install-Package Infocaster.Umbraco.AlphabetFolders -Version 9.0.18
<PackageReference Include="Infocaster.Umbraco.AlphabetFolders" Version="9.0.18" />
paket add Infocaster.Umbraco.AlphabetFolders --version 9.0.18
#r "nuget: Infocaster.Umbraco.AlphabetFolders, 9.0.18"
// Install Infocaster.Umbraco.AlphabetFolders as a Cake Addin #addin nuget:?package=Infocaster.Umbraco.AlphabetFolders&version=9.0.18 // Install Infocaster.Umbraco.AlphabetFolders as a Cake Tool #tool nuget:?package=Infocaster.Umbraco.AlphabetFolders&version=9.0.18
Alphabetfolders
his package creates AlphabetFolders for the specified doctype for Umbraco 9. For umbraco 8 use v3, for older versions please use v2
Behavior
- When you create a document with doctype "itemDocType", this package will automatically create alphabet folders for it
- When you edit the name, the document is automatically moved to the correct alphabet folder
- Automatically cleans up empty alphabet folders
- Orders the alphabet folders and items inside the alphabet folders by with every action
Configuration
Add these keys/values to your appsettings.json in a new section:
<pre> "AlphabetFolders": { "AllowedParentIds": [], // List of parent ids to check. Folders wil only be created if parent matches any of the provided ids "OrderByDescending": true, // boolean indicating sort order for date folders (default: false) "FolderDocType": "dateFolder", // the doctype to use for creating the year/month/day folders (e.g "DateFolder") "ItemDocTypes": [ "contentPage" ] // the doctype alias to create datefolders for (e.g. "newsItem") - multiple doctype aliases are allowed } </pre>
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
-
net5.0
- Umbraco.Cms.Core (>= 9.1.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.