Giuliano De Luca 366c28a577 Added two samples (image magnifier and youtube webpart) furthermore react-peoplepicker is upgraded to drop 1.3.0 (#310)
* first commit

* configured the property pane

* readme updated and demo gif  uploaded

* correction

* added author

* add more descriptions

* Updated to GA Version, New properties that allow to specify the number of items to display and which entities retrieve (User, SharePoint Groups, Distribution Lists, Security Groups).

* First release

* readme changed

* release date modified

* readme updated
2017-10-09 04:48:46 -04:00

18 lines
600 B
JSON

{
"$schema": "https://dev.office.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"office-ui-fabric-people-picker-bundle": {
"components": [
{
"entrypoint": "./lib/webparts/officeUiFabricPeoplePicker/OfficeUiFabricPeoplePickerWebPart.js",
"manifest": "./src/webparts/officeUiFabricPeoplePicker/OfficeUiFabricPeoplePickerWebPart.manifest.json"
}
]
}
},
"localizedResources": {
"officeUiFabricPeoplePickerStrings": "lib/webparts/officeUiFabricPeoplePicker/loc/{locale}.js"
},
"externals": {}
}