sp-dev-fx-webparts/samples/react-advanced-page-properties/config/package-solution.json

43 lines
1.2 KiB
JSON
Raw Normal View History

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "Advanced Page Properties",
"id": "daae06a2-8599-445c-93c0-3bd739305f56",
2023-03-06 08:24:47 -05:00
"version": "1.0.4.0",
"includeClientSideAssets": true,
"isDomainIsolated": false,
"developer": {
"name": "Mike Homol",
"websiteUrl": "homol.work",
"privacyUrl": "",
"termsOfUseUrl": "",
"mpnId": "990019737"
},
"metadata": {
"shortDescription": {
"default": "advanced-page-properties description"
},
"longDescription": {
"default": "advanced-page-properties description"
},
"screenshotPaths": [],
"videoUrl": "",
"categories": []
},
"features": [
{
"title": "advanced-page-properties AdvancedPagePropertiesWebPart Feature",
"description": "The feature that activates AdvancedPagePropertiesWebPart from the advanced-page-properties solution.",
"id": "bdbcb04e-9c90-4adb-b0f0-d025e4eb6cb5",
"version": "1.0.3.0",
"componentIds": [
"bdbcb04e-9c90-4adb-b0f0-d025e4eb6cb5"
]
}
]
},
"paths": {
"zippedPackage": "solution/advanced-page-properties.sppkg"
}
}