We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 828e524 + 757d1a9 commit 4c7f518Copy full SHA for 4c7f518
unicorn/SPE/Scripts/SPE/SPE/Core/Platform/Internal/Integrations/Content Editor Ribbon.yml
@@ -81,6 +81,9 @@ SharedFields:
81
Write-Host " - Adding Strip '$($scriptLibrary.Name)'." -f Green
82
$strip = New-Item -Path $stripsPath -Name $scriptLibrary.Name -ItemType "System/Ribbon/Strip"
83
$strip.Header = $scriptLibrary.Name
84
+ $strip.Editing.BeginEdit()
85
+ $strip.Fields["ID"].Value = $scriptLibrary.ID
86
+ $strip.Editing.EndEdit()
87
88
Write-Host " - Adding Strip Reference '$($scriptLibrary.Name)'." -f Green
89
$stripReference = New-Item -Path $ribbonPath -Name $scriptLibrary.Name -ItemType "System/Reference"
0 commit comments