mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 14:05:15 +00:00
* 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 * Updated to version 1.3.0
15 lines
422 B
JSON
15 lines
422 B
JSON
{
|
|
"$schema": "https://dev.office.com/json-schemas/spfx-build/config.2.0.schema.json",
|
|
"version": "2.0",
|
|
"bundles": {
|
|
"invitation-manager-bundle": {
|
|
"components": [
|
|
{
|
|
"entrypoint": "./lib/webparts/invitationManager/InvitationManagerWebPart.js",
|
|
"manifest": "./src/webparts/invitationManager/InvitationManagerWebPart.manifest.json"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|