forked from pnp/sp-dev-fx-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-solution.json
More file actions
43 lines (43 loc) · 1.23 KB
/
Copy pathpackage-solution.json
File metadata and controls
43 lines (43 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "feedback-customizer-client-side-solution",
"id": "c66c6f38-3920-41b8-849d-3383aa467780",
"version": "1.2.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"developer": {
"name": "",
"websiteUrl": "",
"privacyUrl": "",
"termsOfUseUrl": "",
"mpnId": "Undefined-1.16.1"
},
"metadata": {
"shortDescription": {
"default": "feedback-customizer description"
},
"longDescription": {
"default": "feedback-customizer description"
},
"screenshotPaths": [],
"videoUrl": "",
"categories": []
},
"features": [
{
"title": "Application Extension - Deployment of custom action",
"description": "Deploys a custom action with ClientSideComponentId association",
"id": "062f8d82-ce8f-4035-b0ce-6cba7de74232",
"version": "1.2.0.0",
"assets": {
"elementManifests": ["elements.xml", "ClientSideInstance.xml"]
}
}
]
},
"paths": {
"zippedPackage": "solution/feedback-customizer.sppkg"
}
}