fix to the documentation link in create packages opening in same window
This commit is contained in:
committed by
Sebastiaan Janssen
parent
24efa54481
commit
3d3a836c52
@@ -298,7 +298,7 @@
|
|||||||
description="Here you can add custom installer / uninstaller events to perform certain tasks during installation and uninstallation.
|
description="Here you can add custom installer / uninstaller events to perform certain tasks during installation and uninstallation.
|
||||||
All actions are formed as a xml node, containing data for the action to be performed.">
|
All actions are formed as a xml node, containing data for the action to be performed.">
|
||||||
<div>
|
<div>
|
||||||
<a ng-href="https://our.umbraco.com/documentation/Reference/Packaging/">Documentation</a>
|
<a target="_blank" ng-href="https://our.umbraco.com/documentation/Reference/Packaging/">Documentation</a>
|
||||||
<div>
|
<div>
|
||||||
<textarea class="umb-property-editor" rows="10" ng-model="vm.package.actions"></textarea>
|
<textarea class="umb-property-editor" rows="10" ng-model="vm.package.actions"></textarea>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user