Skip to content

Commit

Permalink
Merge pull request #23 from nvisionative/master
Browse files Browse the repository at this point in the history
Add support for SPA and MVC module development
  • Loading branch information
dazinator committed Dec 3, 2015
2 parents e96ac80 + 7ed9707 commit 7009a70
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>

4 comments on commit 7009a70

@dazinator
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity DnnPackager :: Continuos Build 28 is now running

@dazinator
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity DnnPackager :: Continuos Build 28 outcome was FAILURE
Summary: Exit code 1 Build time: 00:00:03

@dazinator
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity DnnPackager :: Continuos Build 35 is now running

@dazinator
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity DnnPackager :: Continuos Build 35 outcome was FAILURE
Summary: Exit code 1 Build time: 00:00:01

Please sign in to comment.