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

Commit 83f2d68

Browse files
authored
Merge pull request #254 from KiLLeRRaT/dev-v9
Update package.manifest to be consistent file and directory name casing
2 parents c4ea893 + 46fa427 commit 83f2d68

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)