Info
Version: | 0.2.1 |
Author(s): | OPTEN AG |
Last Update: | Monday, July 23, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/OPTEN/OP10-New-Content-At-Top-Handler |
NuGet Url: | https://www.nuget.org/packages/OP10.NewContentAtTopHandler |
Install
Install-Package OP10.NewContentAtTopHandler
dotnet add package OP10.NewContentAtTopHandler
paket add OP10.NewContentAtTopHandler
OP10.NewContentAtTopHandler Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Installation:
Download the Umbraco Package here: [OP10 New Content At Top Handler](https://our.umbraco.org/projects/backoffice-extensions/op10-new-content-at-top-handler/)
Installation via NuGet: Install-Package OP10.NewContentAtTopHandler
Configuration:
Add a new AppSetting to the web.config file: <add key="OP10.NewContentAtTopHandler" value="" />
As value specify the ContentType aliases (semicolon separated) of the Content and/or Medias under which the inserted content needs to be added at the top.
Example: <add key="OP10.NewContentAtTopHandler" value="Homepage;Textpage;Folder" />
Special aliases:
- Content Root: #ContentRoot
- Media Root: #MediaRoot.