Bump version to 2.0.0, update component ID, and enhance central configuration for MegaMenu
This commit is contained in:
@@ -113,7 +113,7 @@ Use one of these methods:
|
||||
````powershell
|
||||
# Connect to SharePoint site
|
||||
Add-PnPCustomAction -Name "MegaMenuConfig" -Location "ClientSideExtension.ApplicationCustomizer" `
|
||||
-ClientSideComponentId "abc3361f-bb2d-491f-aba3-cd51c19a299b" `
|
||||
-ClientSideComponentId "c0abbffb-355d-4d4e-bd38-9e15fb811506" `
|
||||
-ClientSideComponentProperties '{"termSetName":"Your Navigation Termset","cssUrl":"/SiteAssets/custom-menu.css"}'
|
||||
````
|
||||
|
||||
@@ -269,4 +269,4 @@ Write-Host "✓ Same CSS as SPFx version" -ForegroundColor Green
|
||||
Write-Host "✓ Same service logic (extracted to standalone)" -ForegroundColor Green
|
||||
Write-Host "✓ Same configuration system" -ForegroundColor Green
|
||||
Write-Host "✓ Same menu rendering output" -ForegroundColor Green
|
||||
Write-Host "✓ No SPFx dependencies in classic version" -ForegroundColor Green
|
||||
Write-Host "✓ No SPFx dependencies in classic version" -ForegroundColor Green
|
||||
|
||||
Reference in New Issue
Block a user