#2179 - Added metadata only mode for retrieving a modern page#2184
#2179 - Added metadata only mode for retrieving a modern page#2184
Conversation
|
That seems to me like a workaround though. If there is an issue with parsing |
|
We discussed it separately in more detail and arrived to the conclusion that this addition has its place, and we still need to fix the issue with parsing content with |
|
Ok @waldekmastykarz, like discussed, I updated the |
|
Awesome! Thank you! Let's get this in 👏 |
| request | ||
| .get(requestOptions) | ||
| .then((res: any): void => { | ||
| .then((res: any): Promise<any> => { |
There was a problem hiding this comment.
Let's avoid using any and instead specify the type we're expecting {CanvasContent1:string} | void
|
Merged manually. Thank you! 👏 |
Added an extra flag
--metadataOnlyflag to skip the control and section parsing which fails to depend on the contents of the web parts and sections.Here is an example:
Top is when using the
--metadataOnlyflag, bottom without it.