Replies: 1 comment
-
Not all web parts can be translated to modern equivalents, see https://docs.microsoft.com/en-us/sharepoint/dev/transform/modernize-userinterface-site-pages-webparts for a list of mappings. When transformation happens and there's a web part that cannot be mapped then the default behavior is to put that place holder. When you're transforming a custom web part you do have some options by configuring the web part mapping file (see https://github.com/pnp/pnpframework/blob/dev/src/lib/PnP.Framework/Modernization/webpartmapping.xml). You can either:
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Getting this message when I try to transform a custom webpart. How can I skip and not get this message when I do a transform with a custom webpart.
anyone getting this issue with custom webparts?
Beta Was this translation helpful? Give feedback.
All reactions