- Implemented the PortalSettings Web Part with a new manifest and TypeScript file. - Created SCSS styles for the Web Part, defining various UI elements and responsive design. - Added localization support for English and German languages. - Developed tests for Provider Registry and static assets validation. - Included PowerShell script for project validation.
14 lines
397 B
JSON
14 lines
397 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": "3.0.0.0",
|
|
"includeClientSideAssets": true,
|
|
"skipFeatureDeployment": false
|
|
},
|
|
"paths": {
|
|
"zippedPackage": "solution/portal-settings.sppkg"
|
|
}
|
|
}
|