Skip to content

Instantly share code, notes, and snippets.

@leekelleher
Created March 16, 2011 12:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leekelleher/872401 to your computer and use it in GitHub Desktop.
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.
<?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