Skip to content

Commit 328b72c

Browse files
authored
Merge pull request #35 from solidify-project/feature/custom-page-attributes
minor fix
2 parents eefef7b + 8f711ff commit 328b72c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/SolidifyProject.Engine.Infrastructure/Models

src/SolidifyProject.Engine.Infrastructure/Models/PageModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public sealed class PageModel : TextContentModel
1616
private static readonly string[] TITLE_ATTRIBUTE = {"Title"};
1717
private static readonly string[] URL_ATTRIBUTE = {"Url"};
1818
private static readonly string[] TEMPLATE_TYPE = {"TemplateType"};
19-
private static readonly string[] TEMPLATE_ID_ATTRIBUTE = {"TemplateId", "Template", "LayoutÏd", "Layout"};
19+
private static readonly string[] TEMPLATE_ID_ATTRIBUTE = {"TemplateId", "Template", "LayoutId", "Layout"};
2020

2121
private static readonly string[] CUSTOM_ATTRIBUTE_PREFIX_SEPARATOR = {"."};
2222
private static readonly string[] CUSTOM_ATTRIBUTE_PREFIX = {"Custom"};

0 commit comments

Comments
 (0)