Last active
September 10, 2019 23:22
-
-
Save jcallaghan/c623075b1ddae1b3ab4131e8741678e0 to your computer and use it in GitHub Desktop.
See https://jcallaghan.com/2019/08/replicate-sharepoint-hub-site-navigation/ for more information. See https://gist.github.com/jcallaghan/c4da343cfd55c97a3592879199190dfb for full script. #Website
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"headerEmphasis":null, | |
"themeKey":null, | |
"name":"SharePoint Hub Site", | |
"url":"https://[tenant].sharepoint.com/sites/[site]", | |
"logoUrl":null, | |
"usesMetadataNavigation":false, | |
"megaMenuEnabled":true, | |
"navigation":[{ | |
"Id":2004, | |
"Title":"Heading", | |
"Url":"http://linkless.header/", | |
"IsDocLib":false, | |
"IsExternal":false, | |
"ParentId":1002, | |
"ListTemplateType":0, | |
"AudienceIds":null, | |
"Children":[] | |
}], | |
"isNavAudienceTargeted":false, | |
"siteDesignId":"00000000-0000-0000-0000-000000000000", | |
"requiresJoinApproval":false, | |
"hideNameInNavigation":false, | |
"parentHubSiteId":"00000000-0000-0000-0000-000000000000", | |
"relatedHubSiteIds":null | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment