Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 46fa427

Browse files
committed
Update package.manifest to be consistent file and directory name casing as the actual files on disk. Renamed doctypegrideditor.html to DocTypeGridEditor.html because Umbraco dynamically genereates my render view name from the view, so the case also needs to match.
1 parent c4ea893 commit 46fa427

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Our.Umbraco.DocTypeGridEditor/App_Plugins/DocTypeGridEditor/package.manifest

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
{
44
"name": "Doc Type",
55
"alias": "docType",
6-
"view": "/App_Plugins/DocTypeGridEditor/Views/doctypegrideditor.html",
6+
"view": "/App_Plugins/DocTypeGridEditor/Views/DocTypeGridEditor.html",
77
"render": "/App_Plugins/DocTypeGridEditor/Render/DocTypeGridEditor.cshtml",
88
"icon": "icon-science",
99
"config": {
1010
"allowedDocTypes": [],
1111
"nameTemplate": "",
1212
"enablePreview": true,
13-
"viewPath": "/Views/Partials/Grid/Editors/DocTypeGridEditor/",
14-
"previewViewPath": "/Views/Partials/Grid/Editors/DocTypeGridEditor/Previews/",
13+
"viewPath": "/Views/Partials/grid/editors/DocTypeGridEditor/",
14+
"previewViewPath": "/Views/Partials/grid/editors/DocTypeGridEditor/Previews/",
1515
"previewCssFilePath": "",
1616
"previewJsFilePath": ""
1717
}

0 commit comments

Comments
 (0)