mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 05:58:36 +00:00
* Advanced comment box sample * Typo error Updated the SharePoint generator version info. Co-authored-by: Mikael Svenson <miksvenson@gmail.com> Co-authored-by: Laura Kokkarinen <41330990+LauraKokkarinen@users.noreply.github.com>
14 lines
383 B
JSON
14 lines
383 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
"solution": {
|
|
"name": "Advanced Comments Box",
|
|
"id": "cfa8dbcf-b32d-4de0-a6ba-af486007c2f2",
|
|
"version": "1.1.0.2",
|
|
"includeClientSideAssets": true,
|
|
"isDomainIsolated": false
|
|
},
|
|
"paths": {
|
|
"zippedPackage": "solution/advanced-comments-box.sppkg"
|
|
}
|
|
}
|