feat: enable registration of new bindings via PortalSettings popup without PowerShell and update ClassicScriptUrl path

This commit is contained in:
Torsten Brendgen
2026-07-18 21:02:33 +02:00
parent 0b8b752837
commit 2a642766d1
3 changed files with 8 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ param(
[Guid]$FieldCustomizerComponentId = 'a555f4fc-d6a6-4421-8189-457449d9bbde',
[string]$ClassicScriptUrl = '~site/SiteAssets/ExpiryIndicator/ExpiryIndicatorClassic.js',
[string]$ClassicScriptUrl = '~sitecollection/SiteAssets/ExpiryIndicator/ExpiryIndicatorClassic.js',
[switch]$SkipClassic
)