Aktualisiere README.md und Konfigurationsdateien für Version 1.0.4; füge Elemente für Custom Branding Application Customizer hinzu

This commit is contained in:
Torsten Brendgen
2026-07-19 21:32:59 +02:00
parent 606e84c575
commit b99ac31f4d
7 changed files with 67 additions and 26 deletions

View File

@@ -3,11 +3,24 @@
"solution": {
"name": "custom-branding-client-side-solution",
"id": "03a7c4de-e031-4b83-a683-5ca5c364166e",
"version": "1.0.3.0",
"version": "1.0.4.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true
"skipFeatureDeployment": false,
"features": [
{
"title": "Custom Branding extension registration",
"description": "Registers the Custom Branding Application Customizer in the host web.",
"id": "2eb6deaa-a4a0-40c5-9f15-6bdaff36094f",
"version": "1.0.4.0",
"assets": {
"elementManifests": [
"elements.xml"
]
}
}
]
},
"paths": {
"zippedPackage": "solution/custom-branding.sppkg"
}
}
}