sitecorerocks - Workpanel 1.0.0
Opens a work panel in the Item Editor where items can be put for easy reference. Shows how to do customizations and docking panels in the Item Editor.
PM> Install-Package Workpanel -Version 1.0.0 -Source https://www.myget.org/F/sitecorerocks/api/v3/index.json
> nuget.exe install Workpanel -Version 1.0.0 -Source https://www.myget.org/F/sitecorerocks/api/v3/index.json
> dotnet add package Workpanel --version 1.0.0 --source https://www.myget.org/F/sitecorerocks/api/v3/index.json
source https://www.myget.org/F/sitecorerocks/api/v3/index.json
nuget Workpanel ~> 1.0.0
Copy to clipboard
> choco install Workpanel --version 1.0.0 --source https://www.myget.org/F/sitecorerocks/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "sitecorerocks" -SourceLocation "https://www.myget.org/F/sitecorerocks/api/v2"
Install-Module -Name "Workpanel" -RequiredVersion "1.0.0" -Repository "sitecorerocks"
Copy to clipboard
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
1.0.0 | 10.17 KB | Mon, 19 Aug 2013 06:47:33 GMT | 416 |
|