Skip to content

Commit

Permalink
Merge pull request #1 from nvisionative/nvisionative-DNN_SPA_MVC
Browse files Browse the repository at this point in the history
Add support for SPA and MVC module development
  • Loading branch information
nvisionative committed Dec 3, 2015
2 parents e96ac80 + 47f6079 commit 7ed9707
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/DnnPackager/content/manifest.dnn
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<moduleControl>
<controlKey>
</controlKey>
<controlSrc>DesktopModules/[FolderName]/[YourPathToDefaultView].ascx</controlSrc>
<controlSrc>[YourControllerOrPathToView]/[YourViewFileName].[YourViewFileExtension]</controlSrc>
<supportsPartialRendering>False</supportsPartialRendering>
<controlTitle>[Default title when added to page]</controlTitle>
<controlType>View</controlType>
Expand All @@ -47,7 +47,7 @@
</moduleControl>
<moduleControl>
<controlKey>settings</controlKey>
<controlSrc>DesktopModules/[FolderName]/[YourPathToSettings].ascx</controlSrc>
<controlSrc>[YourControllerOrPathToSettings]/[YourSettingsFileName].[YourSettingsFileExtension]</controlSrc>
<supportsPartialRendering>False</supportsPartialRendering>
<controlTitle>[Default settings title]</controlTitle>
<controlType>View</controlType>
Expand Down Expand Up @@ -119,4 +119,4 @@
</package>-->

</packages>
</dotnetnuke>
</dotnetnuke>

0 comments on commit 7ed9707

Please sign in to comment.