OPTEN / OP10.NewContentAtTopHandler

OP10 New Content At Top Handler alows you to add new content and media to the top of the tree on creation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OP10.NewContentAtTopHandler

OP10 New Content At Top Handler allows you to add new content and media to the top of the tree on creation

Installation

Download the Umbraco Package here: OP10 New Content At Top Handler

Installation via NuGet:

PM> Install-Package OP10.NewContentAtTopHandler

Configuration

Add a new AppSetting to the web.config file:

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:

Special aliases

  • Content Root: #ContentRoot
  • Media Root: #MediaRoot

About

OP10 New Content At Top Handler alows you to add new content and media to the top of the tree on creation

License:MIT License


Languages

Language:C# 54.1%Language:PowerShell 45.9%