Replies: 2 comments 4 replies
-
Does |
Beta Was this translation helpful? Give feedback.
3 replies
-
Does your Content Type include a Managed Metadata column? If so, you probably have to activate the hidden Taxonomy feature on the site first (Feature ID "73EF14B1-13A9-416b-A9B5-ECECA2B0604C").
…________________________________
From: Pieter Veenstra ***@***.***>
Sent: Tuesday, June 13, 2023 2:54:42 PM
To: pnp/powershell ***@***.***>
Cc: Jim Duncan ***@***.***>; Comment ***@***.***>
Subject: Re: [pnp/powershell] Invoke-PnPSiteDesign not working (Discussion #1688)
I've got the same issue. I've seen quite a few people complain about this on forums. It is always in relation to addContentTypesFromHub. Did any of you find a solution?
—
Reply to this email directly, view it on GitHub<#1688 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACGHYGAPPU2CVBL3WECC33LXLDOSFANCNFSM5QG2IOUA>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have created a custom SharePoint online site design. The design includes below actions,
Custom content type 'Intranet Page' is created in admin gallery and it should be synched from there to site.
I have written a PowerShell script that should apply above design to site and then the script updates some other settings in site and library that cannot be achieved from design template.
When I try to execute
Invoke-PnPSiteDesign -Identity $siteDesign.Id -WebUrl $siteUrl
the script just moves to next line without any error or warning, but when I refresh the site in browser design is not applied to SharePoint site. I tried it multiple times but still no luck.However if I apply the design from UI menu 'Apply a site template' the design is applied.
Is there any bug in Invoke-PnPSiteDesign? or I am missing something?
PS. I have PnP.Powershell version 1.9.0
Beta Was this translation helpful? Give feedback.
All reactions