mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#19916: Fixing raw Projector layout typo
Work Item: 19916 --HG-- branch : 1.x
This commit is contained in:
@@ -44,7 +44,7 @@ namespace Orchard.Projections.Providers.Layouts {
|
|||||||
_ItemTag: Shape.TextBox(
|
_ItemTag: Shape.TextBox(
|
||||||
Id: "item-tag", Name: "ItemTag",
|
Id: "item-tag", Name: "ItemTag",
|
||||||
Title: T("Item tag"),
|
Title: T("Item tag"),
|
||||||
Description: T("The tag of each item. Leave empty for tag."),
|
Description: T("The tag of each item. Leave empty for no tag."),
|
||||||
Classes: new[] { "textMedium", "tokenized" }
|
Classes: new[] { "textMedium", "tokenized" }
|
||||||
),
|
),
|
||||||
_ItemClass: Shape.TextBox(
|
_ItemClass: Shape.TextBox(
|
||||||
|
Reference in New Issue
Block a user