28 lines
828 B
JSON
28 lines
828 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
"solution": {
|
|
"name": "react-add-js-css-ref-client-side-solution",
|
|
"id": "d9c30e1a-bf06-46fa-807d-ce5182d9c91c",
|
|
"version": "1.0.0.0",
|
|
"includeClientSideAssets": true,
|
|
"isDomainIsolated": false,
|
|
"features": [
|
|
{
|
|
"title": "Application Extension - Deployment of custom action.",
|
|
"description": "Deploys a custom action with ClientSideComponentId association",
|
|
"id": "201c7969-a60d-492a-83d2-db3088515c51",
|
|
"version": "1.0.0.0",
|
|
"assets": {
|
|
"elementManifests": [
|
|
"elements.xml",
|
|
"clientsideinstance.xml"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"paths": {
|
|
"zippedPackage": "solution/react-add-js-css-ref.sppkg"
|
|
}
|
|
}
|