You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cognifide.PowerShell/Data/serialization/master/sitecore/system/Modules/PowerShell/Script Library/Platform/Content Editor/Context Menu/Create Module.item
Copy file name to clipboardExpand all lines: Cognifide.PowerShell/Data/serialization/master/sitecore/system/Modules/PowerShell/Script Library/Platform/Content Editor/Context Menu/Create libraries for integration points.item
Copy file name to clipboardExpand all lines: Cognifide.PowerShell/Data/serialization/master/sitecore/system/Modules/PowerShell/Script Library/Platform/Content Editor/Insert Item/Integration point Libraries.item
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
version: 1
3
3
id: {5945F6DC-A29D-4A8D-A29D-860693F08241}
4
4
database: master
5
-
path: /sitecore/system/Modules/PowerShell/Script Library/Platform/Content Editor/Insert Item/Libraries for integration points
5
+
path: /sitecore/system/Modules/PowerShell/Script Library/Platform/Content Editor/Insert Item/Integration point Libraries
Copy file name to clipboardExpand all lines: Cognifide.PowerShell/Data/serialization/master/sitecore/system/Modules/PowerShell/Script Library/Platform/Development/Integration points/Create Integration Points.item
@{ Name = "moduleName"; Title="Name of the module"; Root="/sitecore/system/Modules/PowerShell/Script Library" },
28
28
@{ Name = "moduleEnabled"; Title="Enable module" },
29
-
@{ Name = "pointsToCreate"; Title="Integration points to create"; Options=$options; Editor="checklist"; Tip="Select the integration points for which the Script Libraries should be created."} `
29
+
@{ Name = "pointsToCreate"; Title="Integration points to create"; Options=$options; Editor="checklist"; Tip="Select the integration points for which the Script Libraries should be created."; Height="330px"} `
30
30
-Description "Pick the settings for the module that you will be creating and the integration points to include in it." `
31
-
-Title "Create a new module" -Width 500 -Height 500 -OkButtonName "Proceed" -CancelButtonName "Abort" -ShowHints
31
+
-Title "Create a new module" -Width 500 -Height 630 -OkButtonName "Proceed" -CancelButtonName "Abort" -ShowHints
32
32
33
33
if($result -ne "ok")
34
34
{
@@ -63,7 +63,7 @@ foreach($pointToCreate in $pointsToCreate){
0 commit comments