Moving Shape snippet to Content group

Fixes #6624
This commit is contained in:
Sebastien Ros 2016-03-30 15:55:29 -07:00
parent 2ee299eb6c
commit 3568db209c

View File

@ -5,7 +5,7 @@ using Orchard.Localization;
namespace Orchard.Layouts.Elements {
public class Shape : Element {
public override string Category {
get { return "Snippets"; }
get { return "Content"; }
}
public override LocalizedString Description {