Andrew Koltyakov 417376a1d4 Facebook Page Social Plugin web part sample (#607)
* Facebook plugin: initial commit

* Facebook plugin: TSLint config

* Facebook plugin: VSCode config

* Facebook plugin: webpart draft

* Facebook plugin: webpart settings

* Facebook plugin: webpart properties update

* Facebook plugin: readme
2018-09-10 13:11:45 +03:00

13 lines
373 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-facebook-plugin-client-side-solution",
"id": "a395e8a8-07fd-4a20-bc10-ad1cd91fb5b9",
"version": "1.0.0.0",
"includeClientSideAssets": true
},
"paths": {
"zippedPackage": "solution/react-facebook-plugin.sppkg"
}
}