Initial commit

This commit is contained in:
Torsten Brendgen
2026-04-13 10:22:03 +02:00
commit 3b9edbc6d5
19 changed files with 17930 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
{
"$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": "1.0.0.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": "1.0.0.0",
"assets": {
"elementManifests": [
"elements.xml"
],
"elementFiles": [
"PortalSettings.aspx"
]
}
}
]
},
"paths": {
"zippedPackage": "solution/portal-settings.sppkg"
}
}