mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 21:48:24 +00:00
afbd7595a8
* New sample - PnP ListView with PnP Field Controls * console.log removed * small fix
15 lines
467 B
JSON
15 lines
467 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
"solution": {
|
|
"name": "react-pnp-controls-list-view-fields-client-side-solution",
|
|
"id": "c44d7aff-0bf4-4dbd-b126-49c5d0a277a0",
|
|
"version": "1.0.0.0",
|
|
"includeClientSideAssets": true,
|
|
"skipFeatureDeployment": true,
|
|
"isDomainIsolated": false
|
|
},
|
|
"paths": {
|
|
"zippedPackage": "solution/react-pnp-controls-list-view-fields.sppkg"
|
|
}
|
|
}
|