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
48 lines (48 loc) · 1.4 KB
/
Copy pathpackage-solution.json
File metadata and controls
48 lines (48 loc) · 1.4 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
44
45
46
47
48
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-command-task-mgmt-client-side-solution",
"id": "71f9db24-0d1d-4659-a232-abc9ad718491",
"version": "1.0.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"developer": {
"name": "",
"websiteUrl": "",
"privacyUrl": "",
"termsOfUseUrl": "",
"mpnId": "Undefined-1.23.0"
},
"metadata": {
"shortDescription": {
"default": "Grouped Status/Share command set sample"
},
"longDescription": {
"default": "Demonstrates SPFx 1.23 grouping support for ListView Command Sets with Approve/Reject and Copy item link actions."
},
"screenshotPaths": [],
"videoUrl": "",
"categories": []
},
"features": [
{
"title": "Grouping Command Set - Deployment of grouped list view commands",
"description": "Deploys the grouped Status/Share List View Command Set",
"id": "b6c7d8e9-1a2b-3c4d-5e6f-7890abcdef12",
"version": "1.0.0.0",
"assets": {
"elementManifests": [
"elements.xml"
],
"elementFiles": [
"ClientSideInstance.xml"
]
}
}
]
},
"paths": {
"zippedPackage": "solution/react-command-task-mgmt.sppkg"
}
}