Initial commit
This commit is contained in:
29
config/package-solution.json
Normal file
29
config/package-solution.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user