Updated readme and sample.json, fixed minor typo
This commit is contained in:
parent
b7d34c459e
commit
1d5488c422
|
@ -38,6 +38,7 @@ You'll need at least one application in Power Apps that you wish to embed in Sha
|
|||
## Contributors
|
||||
|
||||
* [Hugo Bernier](https://github.com/hugoabernier)
|
||||
* [Babak Danyal](https://github.com/babakdanyal)
|
||||
|
||||
## Version history
|
||||
|
||||
|
@ -46,6 +47,7 @@ Version|Date|Comments
|
|||
1.0|July 27, 2020|Initial release
|
||||
1.1|August 15, 2020|Added improved resize event handler
|
||||
1.2|January 20, 2022|Update to SPFx v1.13.1
|
||||
1.3|June 27, 2023|Added Hide web part on small devices
|
||||
|
||||
## Minimal Path to Awesome
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"Adds dynamic resizing, theme awareness, and dynamic data to embedded Power Apps"
|
||||
],
|
||||
"creationDateTime": "2020-07-26",
|
||||
"updateDateTime": "2022-01-29",
|
||||
"updateDateTime": "2023-06-27",
|
||||
"products": [
|
||||
"SharePoint"
|
||||
],
|
||||
|
@ -70,11 +70,15 @@
|
|||
"authors": [
|
||||
{
|
||||
"gitHubAccount": "hugoabernier",
|
||||
"company": "Tahoe Ninjas",
|
||||
"pictureUrl": "https://github.com/hugoabernier.png",
|
||||
"name": "Hugo Bernier",
|
||||
"twitter": "bernierh"
|
||||
},
|
||||
{
|
||||
"gitHubAccount": "babakdanyal",
|
||||
"pictureUrl": "https://github.com/babakdanyal.png",
|
||||
"name": "Babak Danyal"
|
||||
},
|
||||
{
|
||||
"gitHubAccount": "kunj-sangani",
|
||||
"pictureUrl": "https://github.com/kunj-sangani.png",
|
||||
|
|
|
@ -27,6 +27,6 @@ define([], function() {
|
|||
PropertyPaneDescription: "Add a custom business app by pasting its web link or ID below.",
|
||||
BasicGroupName: "Basic Configuration",
|
||||
AppWebLinkFieldLabel: "App web link or ID",
|
||||
IsWebPartHiddenOnSmallDevicesFieldLabel: "Hide webpart on mobile devices"
|
||||
IsWebPartHiddenOnSmallDevicesFieldLabel: "Hide on mobile devices"
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue