Alex Terentiev 060dd3438a Page Sections Navigation (#797)
* basic interaction between web parts

* final desktop-ready version

* web parts icons

* readme

* configuration gif in readme

* custom css updates and example
2019-03-09 12:59:15 +02:00

27 lines
885 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"page-sections-navigation-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/pageSectionsNavigation/PageSectionsNavigationWebPart.js",
"manifest": "./src/webparts/pageSectionsNavigation/PageSectionsNavigationWebPart.manifest.json"
}
]
},
"page-sections-navigation-anchor-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/pageSectionsNavigationAnchor/PageSectionsNavigationAnchorWebPart.js",
"manifest": "./src/webparts/pageSectionsNavigationAnchor/PageSectionsNavigationAnchorWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"PageSectionsNavigationStrings": "lib/loc/{locale}.js"
}
}