Created
March 16, 2011 12:26
-
-
Save leekelleher/872401 to your computer and use it in GitHub Desktop.
Adds the uComponents installer (activator) as a dashboard control in the Umbraco back-office.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" ?> | |
<dashBoard> | |
<section alias="uComponentsInstaller"> | |
<areas> | |
<area>developer</area> | |
</areas> | |
<tab caption="uComponents: Activator"> | |
<control>/umbraco/plugins/uComponents/uComponentsInstaller.ascx</control> | |
</tab> | |
</section> | |
</dashBoard> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment