2020-04-30 13:46:27 -04:00
{
"$schema" : "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json" ,
"solution" : {
"name" : "react-pages-hierarchy" ,
"id" : "89758fb6-85e2-4e2b-ac88-4f4e7e5f60cb" ,
2022-03-24 07:10:00 -04:00
"title" : "Pages Hierarchy" ,
2024-01-08 13:44:04 -05:00
"version" : "1.0.7.0" ,
2020-04-30 13:46:27 -04:00
"includeClientSideAssets" : true ,
2022-03-24 07:10:00 -04:00
"isDomainIsolated" : false ,
"developer" : {
"name" : "Bo George" ,
"privacyUrl" : "" ,
"termsOfUseUrl" : "" ,
"websiteUrl" : "https://github.com/bogeorge" ,
2024-01-08 13:44:04 -05:00
"mpnId" : "Undefined-1.18.2"
2022-03-24 07:10:00 -04:00
} ,
"metadata" : {
"shortDescription" : {
"default" : "This web part allows users to create a faux page hierarchy in their pages library and use it for page-to-page navigation"
} ,
"longDescription" : {
"default" : "This web part allows users to create a faux page hierarchy in their pages library and use it for page-to-page navigation. It will ask you to create a page parent property on first use which is then used by the web part to either show a breadcrumb of the current pages ancestors or buttons for the pages children."
} ,
"screenshotPaths" : [
"https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-pages-hierarchy/assets/PagesHierarchy.gif"
] ,
"videoUrl" : "" ,
"categories" : [ ]
} ,
"features" : [
{
"title" : "Breadcrumbs" ,
"description" : "Displays breadcrumbs to the current page" ,
"id" : "ce42762f-a823-4f12-80b2-b708cdebfaa4" ,
"version" : "1.0.2.0"
} ,
{
"title" : "Child Pages" ,
"description" : "Displays a list of child pages" ,
"id" : "ce42762f-a823-4f12-80b2-b708cdebfaa5" ,
"version" : "1.0.2.0"
2022-03-31 10:33:25 -04:00
} ,
{
"title" : "Tree" ,
"description" : "Displays a list of pages in a tree" ,
"id" : "ce42762f-a823-4f12-80b2-b708cdebfaa6" ,
"version" : "1.0.3.0"
2022-03-24 07:10:00 -04:00
}
]
2020-04-30 13:46:27 -04:00
} ,
"paths" : {
"zippedPackage" : "solution/react-pages-hierarchy.sppkg"
}
2023-03-28 03:56:03 -04:00
}