Updated readme, sample.json
This commit is contained in:
parent
fff2757b99
commit
7079b986cc
|
@ -1,4 +1,5 @@
|
||||||
# Pages Hierarchy
|
|
||||||
|
(# Pages Hierarchy
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
|
|
||||||
|
@ -35,8 +36,8 @@ This web part allows users to create a faux page hierarchy in their pages librar
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
* [Bo George](https://github.com/bogeorge) ([@bo_george](https://twitter.com/bo_george))
|
* [Bo George](https://github.com/bogeorge)
|
||||||
* [Nick Brown](https://github.com/techienickb) ([@techienickb](https://twitter.com/techienickb))
|
* [Nick Brown](https://github.com/techienickb)
|
||||||
* [SlowRobot](https://github.com/SlowRobot)
|
* [SlowRobot](https://github.com/SlowRobot)
|
||||||
* [ruslan-s](https://github.com/ruslan-s)
|
* [ruslan-s](https://github.com/ruslan-s)
|
||||||
|
|
||||||
|
@ -49,6 +50,7 @@ Version|Date|Comments
|
||||||
1.3|March 31, 2022|Added a Tree View
|
1.3|March 31, 2022|Added a Tree View
|
||||||
1.4|July 29, 2022|Updated Tree View Functionality
|
1.4|July 29, 2022|Updated Tree View Functionality
|
||||||
1.5|March 29, 2023|Added support for non-English SitePages library paths
|
1.5|March 29, 2023|Added support for non-English SitePages library paths
|
||||||
|
1.6|May 11, Uses treeFrom/expandTo web part properties
|
||||||
|
|
||||||
## Minimal path to awesome
|
## Minimal path to awesome
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"This web part allows users to create a faux page hierarchy in their pages library and use it for page-to-page navigation."
|
"This web part allows users to create a faux page hierarchy in their pages library and use it for page-to-page navigation."
|
||||||
],
|
],
|
||||||
"creationDateTime": "2020-04-30",
|
"creationDateTime": "2020-04-30",
|
||||||
"updateDateTime": "2023-03-29",
|
"updateDateTime": "2023-05-11",
|
||||||
"products": [
|
"products": [
|
||||||
"SharePoint"
|
"SharePoint"
|
||||||
],
|
],
|
||||||
|
@ -53,7 +53,12 @@
|
||||||
"gitHubAccount": "ruslan-s",
|
"gitHubAccount": "ruslan-s",
|
||||||
"name": "ruslan-s",
|
"name": "ruslan-s",
|
||||||
"pictureUrl": "https://github.com/ruslan-s.png"
|
"pictureUrl": "https://github.com/ruslan-s.png"
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"gitHubAccount": "SlowRobot",
|
||||||
|
"name": "SlowRobot",
|
||||||
|
"pictureUrl": "https://github.com/SlowRobot.png"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"references": [
|
"references": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue