Files
PortalSettings/config/package-solution.json
Torsten Brendgen 4713299ce1 Enhance ExpiryIndicator binding dialog with status display and validation improvements
- Added a status display area in the ExpiryIndicator binding dialog to show messages related to binding actions.
- Cleared the status display when opening the binding dialog.
- Updated the binding registration function to normalize expiry bindings for better handling.
- Improved error handling and user feedback during the binding process.
- Adjusted the showStatus function to update the status in both the main status area and the binding dialog.
2026-07-18 22:23:01 +02:00

33 lines
919 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "portal-settings-client-side-solution",
"id": "1c98e32d-bb7b-43b7-9625-074d6e4ea286",
"version": "2.1.3.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": false,
"features": [
{
"title": "Portal Settings",
"description": "Provisioniert die zentrale Settings-Seite fuer aktive Portal-Erweiterungen.",
"id": "57bd9daf-48f9-49e2-aebd-11b15a0b5e93",
"version": "2.1.3.0",
"assets": {
"elementManifests": [
"elements-v2.xml"
],
"elementFiles": [
"PortalSettings.aspx"
],
"upgradeActions": [
"upgrade-actions-v2.xml"
]
}
}
]
},
"paths": {
"zippedPackage": "solution/portal-settings.sppkg"
}
}