dw235

Results 4 comments of dw235

Only just begun to use SharePoint Online PnP PowerShell. When I try the example above: `Add-PnPClientSideWebPart -Page $page -DefaultWebPartType Image` I see the same error as @ohaak. SharePointPnPPowerShellOnline version 3.26.2010.0

@dylanpinn How did you determine the resolvers (i.e. wordpress__POST, wordpress__PAGE, wordpress__wp_document)? I'm trying to implement the plugin using Drupal source data. I keep coming up with the same error @seanngpack...

@dylanpinn Very helpful! In my case, when using the [gatsby-source-drupal](https://www.gatsbyjs.org/packages/gatsby-source-drupal/) plugin, my working gatsby-config.js looks like this: ``` { resolve: `@gatsby-contrib/gatsby-plugin-elasticlunr-search`, options: { fields: [`title`], resolvers: { node__topic: { title:...