diff --git a/.eslintignore b/.eslintignore
index 46426f55e2387..7710f0da72918 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -6,6 +6,7 @@ packages/*/dist/**
packages/*/lib/**
packages/*/scripts/**
**/dist/*
+**/public/*
**/__testfixtures__/**
**/__tests__/fixtures/**
peril
@@ -24,3 +25,7 @@ packages/gatsby-image/withIEPolyfill/index.js
packages/gatsby/cache-dir/commonjs/**/*
packages/gatsby-admin/public
packages/gatsby/gatsby-admin-public
+
+packages/gatsby-source-wordpress/test-site/**
+!packages/gatsby-source-wordpress/test-site/__tests__
+!packages/gatsby-source-wordpress/test-site/test-utils
diff --git a/.prettierignore b/.prettierignore
index 9b2b8447c2cb4..74c609d5c08fe 100644
--- a/.prettierignore
+++ b/.prettierignore
@@ -23,6 +23,7 @@ packages/gatsby-plugin-mdx/node_modules/**/*.js
packages/gatsby/cache-dir/commonjs/**/*.js
packages/gatsby-admin/public/styles.*
packages/gatsby/gatsby-admin-public/styles.*
+packages/gatsby-source-wordpress/test-site/**
# fixtures
**/__testfixtures__/**
diff --git a/benchmarks/source-wordpress/gatsby-config.js b/benchmarks/source-wordpress/gatsby-config.js
index 18756833d2749..c361ca5875566 100644
--- a/benchmarks/source-wordpress/gatsby-config.js
+++ b/benchmarks/source-wordpress/gatsby-config.js
@@ -18,7 +18,7 @@ module.exports = {
},
},
{
- resolve: `gatsby-source-wordpress-experimental`,
+ resolve: `gatsby-source-wordpress`,
options: {
url: process.env.BENCHMARK_WPGRAPHQL_URL,
type: {
diff --git a/benchmarks/source-wordpress/package.json b/benchmarks/source-wordpress/package.json
index 6aa3ad5d20e35..3de6f14f19e1d 100644
--- a/benchmarks/source-wordpress/package.json
+++ b/benchmarks/source-wordpress/package.json
@@ -23,7 +23,7 @@
"gatsby-plugin-benchmark-reporting": "*",
"gatsby-plugin-sharp": "^2.6.2",
"gatsby-source-filesystem": "^2.1.48",
- "gatsby-source-wordpress-experimental": "^5.0.0",
+ "gatsby-source-wordpress": "^4.0.0",
"gatsby-transformer-sharp": "^2.5.2",
"react": "^16.12.0",
"react-dom": "^16.12.0"
diff --git a/benchmarks/source-wordpress/scripts/updater.js b/benchmarks/source-wordpress/scripts/updater.js
index 653d4f469435f..8705ff6aaf340 100644
--- a/benchmarks/source-wordpress/scripts/updater.js
+++ b/benchmarks/source-wordpress/scripts/updater.js
@@ -1,4 +1,4 @@
-const fetchGraphql = require(`gatsby-source-wordpress-experimental/dist/utils/fetch-graphql`)
+const fetchGraphql = require(`gatsby-source-wordpress/dist/utils/fetch-graphql`)
.default
const faker = require(`faker`)
diff --git a/dictionary.txt b/dictionary.txt
index e12020c82264e..a9854b19476ed 100644
--- a/dictionary.txt
+++ b/dictionary.txt
@@ -407,7 +407,7 @@ gatsby-source-flotiq
gatsby-source-graphql
gatsby-source-sanity
gatsby-source-tmdb
-gatsby-source-wordpress-experimental
+gatsby-source-wordpress
gatsby-source-x-cms
gatsby-starter-blog
gatsby-starter-buttercms
diff --git a/docs/docs/how-to/sourcing-data/headless-cms.md b/docs/docs/how-to/sourcing-data/headless-cms.md
index 6c03583784e23..5377bb67277e6 100644
--- a/docs/docs/how-to/sourcing-data/headless-cms.md
+++ b/docs/docs/how-to/sourcing-data/headless-cms.md
@@ -21,34 +21,34 @@ The guides in this section will walk through the process of setting up content s
Here are more resources for guides, plugins, and starters for CMS systems you can connect to:
-| CMS | Guides | Plugin Docs | Official Starter |
-| --------------------------------------------- | -------------------------------------------------------------------------------- | ----------------------------------------------------- | -------------------------------------------------------------------- |
-| [Contentful](https://www.contentful.com/) | [guide](/docs/how-to/sourcing-data/sourcing-from-contentful/) | [docs](/plugins/gatsby-source-contentful) | [starter](/starters/contentful/starter-gatsby-blog/) |
-| [NetlifyCMS](https://www.netlifycms.org/) | [guide](/docs/how-to/sourcing-data/sourcing-from-netlify-cms/) | [docs](/plugins/gatsby-plugin-netlify-cms) | [starter](/starters/netlify-templates/gatsby-starter-netlify-cms/) |
-| [WordPress](https://www.wordpress.com/) | [guide](/docs/how-to/sourcing-data/sourcing-from-wordpress/) | [docs](/plugins/gatsby-source-wordpress-experimental) | |
-| [Prismic](https://www.prismic.io/) | [guide](/docs/how-to/sourcing-data/sourcing-from-prismic/) | [docs](/plugins/gatsby-source-prismic) | |
-| [Strapi](https://strapi.io/) | [guide](/blog/2018-1-18-strapi-and-gatsby/) | [docs](/plugins/gatsby-source-strapi) | |
-| [DatoCMS](https://www.datocms.com/) | [guide](https://www.gatsbyjs.com/guides/datocms/) | [docs](/plugins/gatsby-source-datocms) | [starter](/starters/datocms/gatsby-portfolio/) |
-| [Sanity](https://www.sanity.io/) | [guide](/docs/sourcing-from-sanity) | [docs](/plugins/gatsby-source-sanity/) | |
-| [Drupal](https://www.drupal.com/) | [guide](/docs/how-to/sourcing-data/sourcing-from-drupal/) | [docs](/plugins/gatsby-source-drupal) | |
-| [Shopify](https://www.shopify.com/) | | [docs](/plugins/gatsby-source-shopify) | |
-| [Cosmic](https://cosmicjs.com/) | [guide](/blog/2018-06-07-build-a-gatsby-blog-using-the-cosmic-js-source-plugin/) | [docs](/plugins/gatsby-source-cosmicjs) | [starters](/starters/?s=cosmic&v=2) |
-| [Contentstack](https://www.contentstack.com/) | [guide](/docs/sourcing-from-contentstack) | [docs](/plugins/gatsby-source-contentstack) | [starter](/starters/contentstack/gatsby-starter-contentstack/) |
-| [ButterCMS](https://buttercms.com/) | [guide](/docs/sourcing-from-buttercms/) | [docs](/plugins/gatsby-source-buttercms) | [starter](/starters/ButterCMS/gatsby-starter-buttercms/) |
-| [Ghost](https://ghost.org/) | [guide](/docs/sourcing-from-ghost/) | [docs](/plugins/gatsby-source-ghost/) | [starter](/starters/TryGhost/gatsby-starter-ghost/) |
-| [Kentico Kontent](https://kontent.ai/) | [guide](/docs/sourcing-from-kentico-kontent) | [docs](/plugins/@kentico/gatsby-source-kontent) | [starter](/starters/Kentico/gatsby-starter-kontent-lumen/) |
-| [Directus](https://directus.io/) | | [docs](/plugins/gatsby-source-directus) | |
-| [GraphCMS](https://graphcms.com/) | [guide](/docs/sourcing-from-graphcms) | [docs](/plugins/gatsby-source-graphql) | [starter](/starters/GraphCMS/gatsby-graphcms-tailwindcss-example/) |
-| [Storyblok](https://www.storyblok.com/) | [guide](https://www.storyblok.com/tp/gatsby-multilanguage-website-tutorial) | [docs](/plugins/gatsby-source-storyblok) | [starter](https://github.com/storyblok/gatsby-storyblok-boilerplate) |
-| [Cockpit](https://getcockpit.com/) | | [docs](/plugins/gatsby-plugin-cockpit) | |
-| [CraftCMS](https://craftcms.com/) | | [docs](/plugins/gatsby-source-craftcms) | |
-| [Agility CMS](https://agilitycms.com/) | [guide](/docs/sourcing-from-agilitycms/) | [docs](/plugins/@agility/gatsby-source-agilitycms/) | [starter](/starters/agility/agility-gatsby-starter/) |
-| [Forestry](https://forestry.io/) | [guide](/docs/sourcing-from-forestry/) | | |
-| [Gentics Mesh](https://getmesh.io) | [guide](/docs/sourcing-from-gentics-mesh) | | |
-| [Seams-CMS](https://seams-cms.com/) | [guide](/docs/sourcing-from-seams-cms) | | |
-| [Builder.io](https://www.builder.io/) | [guide](/docs/sourcing-from-builder-io/) | [docs](/plugins/@builder.io/gatsby/) | [starter](https://github.com/BuilderIO/gatsby-starter-builder) |
-| [Flotiq](https://flotiq.com/) | [guide](/docs/sourcing-from-flotiq/) | [docs](/plugins/gatsby-source-flotiq) | [starter](https://github.com/flotiq/gatsby-starter-blog) |
-| [Tina](https://tina.io) | [guide](https://tina.io/guides/#gatsby) | [docs](https://tina.io/docs/integrations/gatsby/) | |
+| CMS | Guides | Plugin Docs | Official Starter |
+| --------------------------------------------- | -------------------------------------------------------------------------------- | --------------------------------------------------- | -------------------------------------------------------------------- |
+| [Contentful](https://www.contentful.com/) | [guide](/docs/how-to/sourcing-data/sourcing-from-contentful/) | [docs](/plugins/gatsby-source-contentful) | [starter](/starters/contentful/starter-gatsby-blog/) |
+| [NetlifyCMS](https://www.netlifycms.org/) | [guide](/docs/how-to/sourcing-data/sourcing-from-netlify-cms/) | [docs](/plugins/gatsby-plugin-netlify-cms) | [starter](/starters/netlify-templates/gatsby-starter-netlify-cms/) |
+| [WordPress](https://www.wordpress.com/) | [guide](/docs/how-to/sourcing-data/sourcing-from-wordpress/) | [docs](/plugins/gatsby-source-wordpress) | |
+| [Prismic](https://www.prismic.io/) | [guide](/docs/how-to/sourcing-data/sourcing-from-prismic/) | [docs](/plugins/gatsby-source-prismic) | |
+| [Strapi](https://strapi.io/) | [guide](/blog/2018-1-18-strapi-and-gatsby/) | [docs](/plugins/gatsby-source-strapi) | |
+| [DatoCMS](https://www.datocms.com/) | [guide](https://www.gatsbyjs.com/guides/datocms/) | [docs](/plugins/gatsby-source-datocms) | [starter](/starters/datocms/gatsby-portfolio/) |
+| [Sanity](https://www.sanity.io/) | [guide](/docs/sourcing-from-sanity) | [docs](/plugins/gatsby-source-sanity/) | |
+| [Drupal](https://www.drupal.com/) | [guide](/docs/how-to/sourcing-data/sourcing-from-drupal/) | [docs](/plugins/gatsby-source-drupal) | |
+| [Shopify](https://www.shopify.com/) | | [docs](/plugins/gatsby-source-shopify) | |
+| [Cosmic](https://cosmicjs.com/) | [guide](/blog/2018-06-07-build-a-gatsby-blog-using-the-cosmic-js-source-plugin/) | [docs](/plugins/gatsby-source-cosmicjs) | [starters](/starters/?s=cosmic&v=2) |
+| [Contentstack](https://www.contentstack.com/) | [guide](/docs/sourcing-from-contentstack) | [docs](/plugins/gatsby-source-contentstack) | [starter](/starters/contentstack/gatsby-starter-contentstack/) |
+| [ButterCMS](https://buttercms.com/) | [guide](/docs/sourcing-from-buttercms/) | [docs](/plugins/gatsby-source-buttercms) | [starter](/starters/ButterCMS/gatsby-starter-buttercms/) |
+| [Ghost](https://ghost.org/) | [guide](/docs/sourcing-from-ghost/) | [docs](/plugins/gatsby-source-ghost/) | [starter](/starters/TryGhost/gatsby-starter-ghost/) |
+| [Kentico Kontent](https://kontent.ai/) | [guide](/docs/sourcing-from-kentico-kontent) | [docs](/plugins/@kentico/gatsby-source-kontent) | [starter](/starters/Kentico/gatsby-starter-kontent-lumen/) |
+| [Directus](https://directus.io/) | | [docs](/plugins/gatsby-source-directus) | |
+| [GraphCMS](https://graphcms.com/) | [guide](/docs/sourcing-from-graphcms) | [docs](/plugins/gatsby-source-graphql) | [starter](/starters/GraphCMS/gatsby-graphcms-tailwindcss-example/) |
+| [Storyblok](https://www.storyblok.com/) | [guide](https://www.storyblok.com/tp/gatsby-multilanguage-website-tutorial) | [docs](/plugins/gatsby-source-storyblok) | [starter](https://github.com/storyblok/gatsby-storyblok-boilerplate) |
+| [Cockpit](https://getcockpit.com/) | | [docs](/plugins/gatsby-plugin-cockpit) | |
+| [CraftCMS](https://craftcms.com/) | | [docs](/plugins/gatsby-source-craftcms) | |
+| [Agility CMS](https://agilitycms.com/) | [guide](/docs/sourcing-from-agilitycms/) | [docs](/plugins/@agility/gatsby-source-agilitycms/) | [starter](/starters/agility/agility-gatsby-starter/) |
+| [Forestry](https://forestry.io/) | [guide](/docs/sourcing-from-forestry/) | | |
+| [Gentics Mesh](https://getmesh.io) | [guide](/docs/sourcing-from-gentics-mesh) | | |
+| [Seams-CMS](https://seams-cms.com/) | [guide](/docs/sourcing-from-seams-cms) | | |
+| [Builder.io](https://www.builder.io/) | [guide](/docs/sourcing-from-builder-io/) | [docs](/plugins/@builder.io/gatsby/) | [starter](https://github.com/BuilderIO/gatsby-starter-builder) |
+| [Flotiq](https://flotiq.com/) | [guide](/docs/sourcing-from-flotiq/) | [docs](/plugins/gatsby-source-flotiq) | [starter](https://github.com/flotiq/gatsby-starter-blog) |
+| [Tina](https://tina.io) | [guide](https://tina.io/guides/#gatsby) | [docs](https://tina.io/docs/integrations/gatsby/) | |
## How to add new guides to this section
diff --git a/docs/docs/how-to/sourcing-data/sourcing-from-wordpress.md b/docs/docs/how-to/sourcing-data/sourcing-from-wordpress.md
index 7036d0047908d..b5efc76929609 100644
--- a/docs/docs/how-to/sourcing-data/sourcing-from-wordpress.md
+++ b/docs/docs/how-to/sourcing-data/sourcing-from-wordpress.md
@@ -4,16 +4,16 @@ title: Sourcing from WordPress
This guide will walk you through the process of using Gatsby with WordPress and [WPGraphQL](https://www.wpgraphql.com/).
-WordPress is a free and open-source content management system (CMS). Let's say you have a site built with WordPress and you want to pull the existing data into your static Gatsby site. You can do that with [gatsby-source-wordpress-experimental](/plugins/gatsby-source-wordpress-experimental/?=wordpress). Let's begin!
+WordPress is a free and open-source content management system (CMS). Let's say you have a site built with WordPress and you want to pull the existing data into your static Gatsby site. You can do that with [gatsby-source-wordpress](/plugins/gatsby-source-wordpress/?=wordpress). Let's begin!
_Note: this guide uses the `gatsby-starter-default` to provide you with the knowledge necessary to start working with WordPress but if you get stuck at some point of the guide feel free to use
-[this example](https://github.com/TylerBarnes/using-gatsby-source-wordpress-experimental) to gain extra insights._
+[this example](https://github.com/gatsbyjs/gatsby/blob/master/starters/gatsby-starter-wordpress-blog) to gain extra insights._
## Setup
### Quick start
-This guide assumes that you have a Gatsby project set up along with a WordPress instance with the [appropriate plugins](https://github.com/gatsbyjs/gatsby-source-wordpress-experimental/blob/master/docs/getting-started.md#required-wordpress-dependencies). If you need to set up a Gatsby project, head to the [Quick Start guide](/docs/quick-start), then come back. For information on configuring your WordPress instance, checkout the [docs](https://github.com/gatsbyjs/gatsby-source-wordpress-experimental/blob/master/docs/getting-started.md#required-wordpress-dependencies) before continuing.
+This guide assumes that you have a Gatsby project set up along with a WordPress instance with the [appropriate plugins](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-wordpress/docs/getting-started.md#required-wordpress-dependencies). If you need to set up a Gatsby project, head to the [Quick Start guide](/docs/quick-start), then come back. For information on configuring your WordPress instance, checkout the [docs](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-wordpress/docs/getting-started.md#required-wordpress-dependencies) before continuing.
### gatsby-config.js
@@ -29,12 +29,12 @@ module.exports = {
}
```
-### Gatsby Plugin: gatsby-source-wordpress-experimental
+### Gatsby Plugin: gatsby-source-wordpress
-Now that you have some understanding of project structure let's add fetching WordPress data functionality. There's a plugin for that. [`gatsby-source-wordpress-experimental`](https://github.com/gatsbyjs/gatsby-source-wordpress-experimental) is Gatsby's plugin for sourcing data from WordPress sites using the WPGraphQL API. You can install it by running the following command:
+Now that you have some understanding of project structure let's add fetching WordPress data functionality. There's a plugin for that. [`gatsby-source-wordpress`](https://github.com/gatsbyjs/gatsby-source-wordpress) is Gatsby's plugin for sourcing data from WordPress sites using the WPGraphQL API. You can install it by running the following command:
```shell
-npm install gatsby-source-wordpress-experimental
+npm install gatsby-source-wordpress
```
### Configuring the plugin
@@ -47,7 +47,7 @@ module.exports = {
plugins: [
...,
{
- resolve: `gatsby-source-wordpress-experimental`,
+ resolve: `gatsby-source-wordpress`,
options: {
url:
// allows a fallback url if WPGRAPHQL_URL is not set in the env, this may be a local or remote WP instance.
@@ -77,17 +77,17 @@ module.exports = {
}
```
-**Note**: If your config varies from what it shown above, for instance, if you are securing your WordPress instance with Basic Auth, please refer to the [plugin docs](https://github.com/gatsbyjs/gatsby-source-wordpress-experimental/blob/master/docs/plugin-options.md) for more information on how to setup other options required for your use case.
+**Note**: If your config varies from what it shown above, for instance, if you are securing your WordPress instance with Basic Auth, please refer to the [plugin docs](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-wordpress/docs/plugin-options.md) for more information on how to setup other options required for your use case.
## Using WordPress data
-Once your source plugin is pulling data, you can construct your site pages by implementing the `createPages` API in `gatsby-node.js`. When this is called, your data has already been fetched and is available to query with GraphQL. Gatsby uses [GraphQL at build time](/docs/conceptual/graphql-concepts/#how-do-graphql-and-gatsby-work-together); Your source plugin (in this case, `gatsby-source-wordpress-experimental`) fetches your data, and Gatsby uses that data to "[automatically _infer_ a GraphQL schema](/docs/conceptual/graphql-concepts/#how-does-graphql-and-gatsby-work-together)" that you can query against.
+Once your source plugin is pulling data, you can construct your site pages by implementing the `createPages` API in `gatsby-node.js`. When this is called, your data has already been fetched and is available to query with GraphQL. Gatsby uses [GraphQL at build time](/docs/conceptual/graphql-concepts/#how-do-graphql-and-gatsby-work-together); Your source plugin (in this case, `gatsby-source-wordpress`) fetches your data, and Gatsby uses that data to "[automatically _infer_ a GraphQL schema](/docs/conceptual/graphql-concepts/#how-does-graphql-and-gatsby-work-together)" that you can query against.
The `createPages` API exposes the `graphql` function:
-> The GraphQL function allows us to run arbitrary queries against the local WordPress GraphQL schema... like the site has a built-in database constructed from the fetched data that you can run queries against. ([Source](https://github.com/TylerBarnes/using-gatsby-source-wordpress-experimental/blob/master/gatsby-node.js#L21))
+> The GraphQL function allows us to run arbitrary queries against the local WordPress GraphQL schema... like the site has a built-in database constructed from the fetched data that you can run queries against. ([Source](https://github.com/gatsbyjs/gatsby/blob/master/starters/gatsby-starter-wordpress-blog/gatsby-node.js#L21))
-You can use the [`gatsby-node.js`](https://github.com/TylerBarnes/using-gatsby-source-wordpress-experimental/blob/master/gatsby-node.js) from the plugin demo to get started. For the purpose of this guide, the code to construct posts works out of the box. It queries your local WordPress GraphQL schema for all Posts, [iterates through each Post node](/docs/programmatically-create-pages-from-data/) and constructs a static page for each, [based on the defined template](/docs/how-to/routing/layout-components/).
+You can use the [`gatsby-node.js`](https://github.com/gatsbyjs/gatsby/blob/master/starters/gatsby-starter-wordpress-blog/gatsby-node.js) from the plugin demo to get started. For the purpose of this guide, the code to construct posts works out of the box. It queries your local WordPress GraphQL schema for all Posts, [iterates through each Post node](/docs/programmatically-create-pages-from-data/) and constructs a static page for each, [based on the defined template](/docs/how-to/routing/layout-components/).
For example:
@@ -143,7 +143,7 @@ In the GraphiQL IDE at `http://localhost:8000/__graphql` you should now see quer
## Wrapping up
This was a very basic example meant to help you understand how you can fetch data from WordPress and use it with Gatsby. As
-the guide mentioned already, if you got stuck, you can have a look at [example repo](https://github.com/TylerBarnes/using-gatsby-source-wordpress-experimental), which is a working example
+the guide mentioned already, if you got stuck, you can have a look at [example repo](https://github.com/gatsbyjs/gatsby/blob/master/starters/gatsby-starter-wordpress-blog), which is a working example
created to support this guide.
## Other resources
diff --git a/docs/docs/sourcing-from-woocommerce.md b/docs/docs/sourcing-from-woocommerce.md
index de05f6d68b50d..8841a3bb992b2 100644
--- a/docs/docs/sourcing-from-woocommerce.md
+++ b/docs/docs/sourcing-from-woocommerce.md
@@ -86,5 +86,5 @@ The WPGraphQL plugin is also undergoing significant changes. It has not yet hit
- [`gatsby-source-woocommerce`](/plugins/@pasdo501/gatsby-source-woocommerce/)
- [`gatsby-theme-woocommerce`](/plugins/@ccerda0520/gatsby-theme-woocommerce/)
- [`wp-graphql-woocommerce` plugin](https://github.com/wp-graphql/wp-graphql-woocommerce)
-- [experimental `gatsby-source-wordpress` starter](https://github.com/TylerBarnes/using-gatsby-source-wordpress-experimental)
+- [`gatsby-source-wordpress` starter](https://github.com/gatsbyjs/gatsby/blob/master/starters/gatsby-starter-wordpress-blog)
- [Sourcing from WordPress](/docs/how-to/sourcing-data/sourcing-from-wordpress/)
diff --git a/docs/tutorial/wordpress-image-tutorial.md b/docs/tutorial/wordpress-image-tutorial.md
index 1907e7c6bf653..08b393760db3d 100644
--- a/docs/tutorial/wordpress-image-tutorial.md
+++ b/docs/tutorial/wordpress-image-tutorial.md
@@ -6,7 +6,7 @@ title: "Adding Images to a WordPress Site"
The version of `gatsby-source-wordpress` that this tutorial uses will soon be deprecated and replaced with a complete rewrite in the next major version (v4). The reason for this is that we've adopted the use of WPGraphQL to support Preview and incremental builds as well as to make the schema generally more stable and consistent.
-Please follow the tutorial on [creating a new site with `gatsby-source-wordpress-experimental`](https://github.com/gatsbyjs/gatsby-source-wordpress-experimental/blob/master/docs/tutorials/building-a-new-site-wordpress-and-gatsby.md) instead, as that package is a beta of the next major version of `gatsby-source-wordpress`.
+Please follow the tutorial on [creating a new site with `gatsby-source-wordpress`](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-wordpress/docs/tutorials/building-a-new-site-wordpress-and-gatsby.md) instead, as that package is a beta of the next major version of `gatsby-source-wordpress`.
## What this tutorial covers:
diff --git a/docs/tutorial/wordpress-source-plugin-tutorial.md b/docs/tutorial/wordpress-source-plugin-tutorial.md
index 4625102d52bd0..7afb8838e1254 100644
--- a/docs/tutorial/wordpress-source-plugin-tutorial.md
+++ b/docs/tutorial/wordpress-source-plugin-tutorial.md
@@ -8,7 +8,7 @@ title: "WordPress Source Plugin Tutorial"
The version of `gatsby-source-wordpress` that this tutorial uses will soon be deprecated and replaced with a complete rewrite in the next major version (v4). The reason for this is that we've adopted the use of WPGraphQL to support Preview and incremental builds as well as to make the schema generally more stable and consistent.
-Please follow the tutorial on [creating a new site with `gatsby-source-wordpress-experimental`](https://github.com/gatsbyjs/gatsby-source-wordpress-experimental/blob/master/docs/tutorials/building-a-new-site-wordpress-and-gatsby.md) instead, as that package is a beta of the next major version of `gatsby-source-wordpress`.
+Please follow the tutorial on [creating a new site with `gatsby-source-wordpress`](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-wordpress/docs/tutorials/building-a-new-site-wordpress-and-gatsby.md) instead, as that package is a beta of the next major version of `gatsby-source-wordpress`.
### What this tutorial covers:
diff --git a/packages/create-gatsby/src/__tests__/plugin-options-form.ts b/packages/create-gatsby/src/__tests__/plugin-options-form.ts
index 58d5d5c6ec10f..9130a5cf0b2a3 100644
--- a/packages/create-gatsby/src/__tests__/plugin-options-form.ts
+++ b/packages/create-gatsby/src/__tests__/plugin-options-form.ts
@@ -13,13 +13,13 @@ describe(`plugin-options-form`, () => {
})
it(`returns an array containing only the wordpress options (choices are included)`, () => {
- const plugins = [`gatsby-source-wordpress-experimental`]
+ const plugins = [`gatsby-source-wordpress`]
expect(makePluginConfigQuestions(plugins)).toEqual([
{
type: `forminput`,
- name: `gatsby-source-wordpress-experimental`,
+ name: `gatsby-source-wordpress`,
multiple: true,
- message: `Configure the WordPress plugin.\nSee \u001b[94mhttps://www.gatsbyjs.com/plugins/gatsby-source-wordpress-experimental/\u001b[39m for help.`,
+ message: `Configure the WordPress plugin.\nSee \u001b[94mhttps://www.gatsbyjs.com/plugins/gatsby-source-wordpress/\u001b[39m for help.`,
choices: [
{
name: `url`,
@@ -35,9 +35,9 @@ describe(`plugin-options-form`, () => {
expect(makePluginConfigQuestions(Object.keys(pluginSchemas))).toEqual([
{
type: `forminput`,
- name: `gatsby-source-wordpress-experimental`,
+ name: `gatsby-source-wordpress`,
multiple: true,
- message: `Configure the WordPress plugin.\nSee \u001b[94mhttps://www.gatsbyjs.com/plugins/gatsby-source-wordpress-experimental/\u001b[39m for help.`,
+ message: `Configure the WordPress plugin.\nSee \u001b[94mhttps://www.gatsbyjs.com/plugins/gatsby-source-wordpress/\u001b[39m for help.`,
choices: [
{
name: `url`,
diff --git a/packages/create-gatsby/src/cmses.json b/packages/create-gatsby/src/cmses.json
index 292b8234ba7b5..376975793a8fd 100644
--- a/packages/create-gatsby/src/cmses.json
+++ b/packages/create-gatsby/src/cmses.json
@@ -1,8 +1,11 @@
{
- "gatsby-source-wordpress-experimental": { "message": "WordPress" },
+ "gatsby-source-wordpress": { "message": "WordPress" },
"gatsby-source-contentful": { "message": "Contentful" },
"gatsby-source-sanity": { "message": "Sanity" },
"gatsby-source-datocms": { "message": "DatoCMS" },
"gatsby-source-shopify": { "message": "Shopify" },
- "gatsby-plugin-netlify-cms": {"message": "Netlify CMS", "dependencies": ["netlify-cms-app"]}
+ "gatsby-plugin-netlify-cms": {
+ "message": "Netlify CMS",
+ "dependencies": ["netlify-cms-app"]
+ }
}
diff --git a/packages/create-gatsby/src/plugin-schemas.json b/packages/create-gatsby/src/plugin-schemas.json
index 26285c5a06597..b54be1ad6ac77 100644
--- a/packages/create-gatsby/src/plugin-schemas.json
+++ b/packages/create-gatsby/src/plugin-schemas.json
@@ -1,5 +1,5 @@
{
- "gatsby-source-wordpress-experimental": {
+ "gatsby-source-wordpress": {
"type": "object",
"keys": {
"url": {
diff --git a/packages/gatsby-recipes/recipes/wordpress.mdx b/packages/gatsby-recipes/recipes/wordpress.mdx
deleted file mode 100644
index 799a23b172a93..0000000000000
--- a/packages/gatsby-recipes/recipes/wordpress.mdx
+++ /dev/null
@@ -1,93 +0,0 @@
-# Setup Gatsby with WordPress REST API
-
-This recipes sets up and configures `gatsby-source-wordpress` and starter page templates for a WordPress-powered Gatsby site.
-
-This recipe:
-
----
-
-Installs necessary NPM packages.
-
-
+ + + + + + + + + + + + + + + + + + +
+ +# gatsby-source-wordpress v4 + +Source data from WordPress in a scaleable and efficient way with WPGraphQL 🚀 + +This plugin works by merging the [WPGraphQL schema & data](https://docs.wpgraphql.com/guides/about-wpgraphql/) with the [Gatsby schema & Node model](https://www.gatsbyjs.com/docs/node-model/) which allows us to efficiently cache WP data in Gatsby. What this means is that incremental builds, fast builds, and CMS Previews work beautifully! 💅 + +# Docs 📖 + +- 👩🎤 [Why use this plugin?](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-wordpress/docs/why-use-this-plugin.md) +- 🏃 [Installation & Getting started](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-wordpress/docs/getting-started.md) +- 🏫 [Tutorials](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-wordpress/docs/tutorials/index.md) +- 🐾 [Features](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-wordpress/docs/features/index.md) +- 🔌 [Plugin options](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-wordpress/docs/plugin-options.md) +- ⛵️ [Migrating from other WP source plugins](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-wordpress/docs/migrating-from-other-wp-source-plugins.md) +- 💻 [Using Data](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-wordpress/docs/using-data.md) +- 🏠 [Hosting WordPress](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-wordpress/docs/hosting.md) +- 👟 [Themes, Starters, and Examples](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-wordpress/docs/themes-starters-examples.md) +- 🏅 [Usage with popular WPGraphQL extensions](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-wordpress/docs/usage-with-popular-wp-graphql-extensions.md) +- 🛠 [Debugging and troubleshooting](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-wordpress/docs/debugging-and-troubleshooting.md) +- 🏞 [Community and Support](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-wordpress/docs/community-and-support.md) +- 💡 [Contribution](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-wordpress/docs/contribution.md) + +## Relevant Links 🔗 + +- [WPGatsby](https://github.com/gatsbyjs/wp-gatsby) +- [WPGraphQL](https://github.com/wp-graphql/wp-graphql) +- [Gatsby](https://www.gatsbyjs.com/) +- [WordPress](https://wordpress.com/) diff --git a/packages/gatsby-source-wordpress/docker-compose.yml b/packages/gatsby-source-wordpress/docker-compose.yml new file mode 100644 index 0000000000000..6cbdfac1cf725 --- /dev/null +++ b/packages/gatsby-source-wordpress/docker-compose.yml @@ -0,0 +1,59 @@ +version: "3.8" + +services: + db: + image: mysql:8 + environment: + MYSQL_ROOT_PASSWORD: gtsb-wp-dckr + MYSQL_DATABASE: wordpress + MYSQL_USER: wordpress + MYSQL_PASSWORD: gtsb-wp-dckr-user + restart: always + volumes: + - "db_data:/var/lib/mysql" + - "./docker/seed:/docker-entrypoint-initdb.d" + + docker-host: + image: qoomon/docker-host + cap_add: ["NET_ADMIN", "NET_RAW"] + mem_limit: 8M + restart: on-failure + + wordpress: + depends_on: + - db + env_file: + - ./test-site/.env.test + - ./test-site/.env.plugins + build: + context: ./docker/wordpress + ports: + - "8001:8001" + environment: + WORDPRESS_DB_PASSWORD: gtsb-wp-dckr-user + WORDPRESS_DB_NAME: wordpress + WORDPRESS_DB_USER: wordpress + WORDPRESS_DB_HOST: db:3306 + WORDPRESS_DEBUG: 1 + restart: always + volumes: + - wp_data:/var/www/html + + wordpress-cli: + depends_on: + - db + - wordpress + # Specify versions for wp cli or composer here + environment: + CPT_UI_VERSION: 1.8.1 + env_file: + - ./test-site/.env.test + - ./test-site/.env.plugins + build: + context: ./docker/wp-cli + volumes: + - wp_data:/var/www/html + +volumes: + db_data: + wp_data: diff --git a/packages/gatsby-source-wordpress/docker/rebuild.sh b/packages/gatsby-source-wordpress/docker/rebuild.sh new file mode 100755 index 0000000000000..fd8265c3abada --- /dev/null +++ b/packages/gatsby-source-wordpress/docker/rebuild.sh @@ -0,0 +1,15 @@ +#!/bin/bash + +function log () { + echo -e "\n\n[gatsby-source-wordpress] ${1}\n\n" +} + +log 'Rebuilding test docker-compose' + +docker-compose rm -fsv && \ +docker volume rm gatsby-source-wordpress_db_data gatsby-source-wordpress_wp_data && \ +docker-compose up --force-recreate --build -V --remove-orphans -d && \ + +log 'Successfully rebuilt test docker-compose. \n\nContainers are now running in detached mode & next the script will follow logs for wordpress & wp-cli.\nIf you press ctrl/cmd+C to exit the log follow process, the containers will remain running.\nYou can use docker-compose stop to stop them.' && \ + +docker-compose logs -f wordpress wordpress-cli; diff --git a/packages/gatsby-source-wordpress/docker/seed/backup.sql b/packages/gatsby-source-wordpress/docker/seed/backup.sql new file mode 100644 index 0000000000000..65c698b832899 --- /dev/null +++ b/packages/gatsby-source-wordpress/docker/seed/backup.sql @@ -0,0 +1,6642 @@ +-- phpMyAdmin SQL Dump +-- version 4.9.5 +-- https://www.phpmyadmin.net/ +-- +-- Host: pod-154453.wpengine.com:13306 +-- Generation Time: Oct 17, 2020 at 02:23 PM +-- Server version: 5.7.29-32-log +-- PHP Version: 7.2.24-0ubuntu0.18.04.7 + +SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; +SET AUTOCOMMIT = 0; +START TRANSACTION; +SET time_zone = "+00:00"; + + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8mb4 */; + +-- +-- Database: `wp_devgatsbyint` +-- + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_actionscheduler_actions` +-- + +CREATE TABLE `wp_actionscheduler_actions` ( + `action_id` bigint(20) UNSIGNED NOT NULL, + `hook` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, + `scheduled_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `scheduled_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `args` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, + `schedule` longtext COLLATE utf8mb4_unicode_520_ci, + `group_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0', + `attempts` int(11) NOT NULL DEFAULT '0', + `last_attempt_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `last_attempt_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `claim_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0', + `extended_args` varchar(8000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +-- +-- Dumping data for table `wp_actionscheduler_actions` +-- + +INSERT INTO `wp_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES +(8450, 'action_scheduler/migration_hook', 'complete', '2020-09-19 00:09:57', '2020-09-19 00:09:57', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1600474197;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1600474197;}', 1, 1, '2020-09-19 00:10:28', '2020-09-19 00:10:28', 0, NULL), +(8451, 'woocommerce_update_marketplace_suggestions', 'complete', '2020-09-19 00:12:34', '2020-09-19 00:12:34', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1600474354;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1600474354;}', 0, 1, '2020-09-19 00:12:59', '2020-09-19 00:12:59', 0, NULL), +(8452, 'action_scheduler/migration_hook', 'complete', '2020-09-24 22:48:39', '2020-09-24 22:48:39', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1600987719;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1600987719;}', 1, 1, '2020-09-24 22:51:32', '2020-09-24 22:51:32', 0, NULL), +(8453, 'action_scheduler/migration_hook', 'complete', '2020-09-24 22:52:32', '2020-09-24 22:52:32', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1600987952;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1600987952;}', 1, 1, '2020-09-24 22:53:15', '2020-09-24 22:53:15', 0, NULL), +(8454, 'action_scheduler/migration_hook', 'complete', '2020-09-24 23:02:42', '2020-09-24 23:02:42', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1600988562;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1600988562;}', 1, 1, '2020-09-24 23:02:55', '2020-09-24 23:02:55', 0, NULL), +(8455, 'action_scheduler/migration_hook', 'complete', '2020-09-24 23:03:55', '2020-09-24 23:03:55', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1600988635;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1600988635;}', 1, 1, '2020-09-24 23:06:38', '2020-09-24 23:06:38', 0, NULL), +(8456, 'action_scheduler/migration_hook', 'complete', '2020-09-24 23:07:38', '2020-09-24 23:07:38', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1600988858;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1600988858;}', 1, 1, '2020-09-24 23:07:53', '2020-09-24 23:07:53', 0, NULL), +(8457, 'action_scheduler/migration_hook', 'complete', '2020-09-24 23:08:55', '2020-09-24 23:08:55', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1600988935;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1600988935;}', 1, 1, '2020-09-24 23:09:03', '2020-09-24 23:09:03', 0, NULL), +(8458, 'action_scheduler/migration_hook', 'complete', '2020-09-24 23:10:03', '2020-09-24 23:10:03', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1600989003;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1600989003;}', 1, 1, '2020-09-24 23:11:44', '2020-09-24 23:11:44', 0, NULL), +(8459, 'action_scheduler/migration_hook', 'complete', '2020-09-24 23:12:44', '2020-09-24 23:12:44', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1600989164;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1600989164;}', 1, 1, '2020-09-24 23:12:54', '2020-09-24 23:12:54', 0, NULL), +(8460, 'action_scheduler/migration_hook', 'complete', '2020-09-24 23:13:54', '2020-09-24 23:13:54', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1600989234;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1600989234;}', 1, 1, '2020-09-24 23:14:54', '2020-09-24 23:14:54', 0, NULL), +(8461, 'action_scheduler/migration_hook', 'complete', '2020-09-24 23:15:54', '2020-09-24 23:15:54', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1600989354;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1600989354;}', 1, 1, '2020-09-24 23:15:57', '2020-09-24 23:15:57', 0, NULL), +(8462, 'action_scheduler/migration_hook', 'complete', '2020-09-24 23:16:57', '2020-09-24 23:16:57', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1600989417;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1600989417;}', 1, 1, '2020-09-24 23:18:16', '2020-09-24 23:18:16', 0, NULL), +(8463, 'action_scheduler/migration_hook', 'complete', '2020-09-24 23:19:16', '2020-09-24 23:19:16', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1600989556;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1600989556;}', 1, 1, '2020-09-24 23:20:28', '2020-09-24 23:20:28', 0, NULL), +(8464, 'action_scheduler/migration_hook', 'complete', '2020-09-24 23:21:28', '2020-09-24 23:21:28', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1600989688;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1600989688;}', 1, 1, '2020-09-24 23:21:59', '2020-09-24 23:21:59', 0, NULL), +(8465, 'action_scheduler/migration_hook', 'complete', '2020-09-24 23:22:59', '2020-09-24 23:22:59', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1600989779;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1600989779;}', 1, 1, '2020-09-24 23:26:27', '2020-09-24 23:26:27', 0, NULL), +(8466, 'action_scheduler/migration_hook', 'complete', '2020-09-24 23:45:24', '2020-09-24 23:45:24', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1600991124;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1600991124;}', 1, 1, '2020-09-24 23:47:38', '2020-09-24 23:47:38', 0, NULL), +(8467, 'action_scheduler/migration_hook', 'complete', '2020-09-24 23:48:38', '2020-09-24 23:48:38', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1600991318;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1600991318;}', 1, 1, '2020-09-24 23:50:09', '2020-09-24 23:50:09', 0, NULL), +(8468, 'action_scheduler/migration_hook', 'complete', '2020-09-25 22:44:31', '2020-09-25 22:44:31', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1601073871;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1601073871;}', 1, 1, '2020-09-25 22:44:40', '2020-09-25 22:44:40', 0, NULL), +(8469, 'action_scheduler/migration_hook', 'complete', '2020-09-25 22:47:13', '2020-09-25 22:47:13', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1601074033;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1601074033;}', 1, 1, '2020-09-25 22:47:16', '2020-09-25 22:47:16', 0, NULL), +(8470, 'action_scheduler/migration_hook', 'complete', '2020-10-01 00:34:29', '2020-10-01 00:34:29', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1601512469;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1601512469;}', 1, 1, '2020-10-01 00:35:34', '2020-10-01 00:35:34', 0, NULL), +(8471, 'action_scheduler/migration_hook', 'complete', '2020-10-01 00:36:34', '2020-10-01 00:36:34', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1601512594;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1601512594;}', 1, 1, '2020-10-01 00:36:47', '2020-10-01 00:36:47', 0, NULL), +(8472, 'action_scheduler/migration_hook', 'complete', '2020-10-02 18:52:00', '2020-10-02 18:52:00', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1601664720;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1601664720;}', 1, 1, '2020-10-02 18:52:06', '2020-10-02 18:52:06', 0, NULL), +(8473, 'action_scheduler/migration_hook', 'complete', '2020-10-15 21:00:49', '2020-10-15 21:00:49', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1602795649;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1602795649;}', 1, 1, '2020-10-15 21:04:44', '2020-10-15 21:04:44', 0, NULL), +(8474, 'action_scheduler/migration_hook', 'complete', '2020-10-15 21:05:44', '2020-10-15 21:05:44', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1602795944;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1602795944;}', 1, 1, '2020-10-15 21:05:57', '2020-10-15 21:05:57', 0, NULL), +(8475, 'action_scheduler/migration_hook', 'complete', '2020-10-15 21:29:19', '2020-10-15 21:29:19', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1602797359;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1602797359;}', 1, 1, '2020-10-15 21:29:33', '2020-10-15 21:29:33', 0, NULL), +(8476, 'action_scheduler/migration_hook', 'complete', '2020-10-15 21:30:33', '2020-10-15 21:30:33', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1602797433;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1602797433;}', 1, 1, '2020-10-15 21:31:00', '2020-10-15 21:31:00', 0, NULL), +(8477, 'action_scheduler/migration_hook', 'complete', '2020-10-15 21:40:34', '2020-10-15 21:40:34', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1602798034;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1602798034;}', 1, 1, '2020-10-15 23:34:08', '2020-10-15 23:34:08', 0, NULL), +(8478, 'action_scheduler/migration_hook', 'complete', '2020-10-15 23:35:08', '2020-10-15 23:35:08', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1602804908;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1602804908;}', 1, 1, '2020-10-15 23:38:56', '2020-10-15 23:38:56', 0, NULL), +(8479, 'action_scheduler/migration_hook', 'complete', '2020-10-15 23:39:56', '2020-10-15 23:39:56', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1602805196;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1602805196;}', 1, 1, '2020-10-15 23:47:03', '2020-10-15 23:47:03', 0, NULL), +(8480, 'action_scheduler/migration_hook', 'complete', '2020-10-15 23:48:03', '2020-10-15 23:48:03', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1602805683;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1602805683;}', 1, 1, '2020-10-15 23:54:29', '2020-10-15 23:54:29', 0, NULL), +(8481, 'action_scheduler/migration_hook', 'pending', '2020-10-17 13:51:12', '2020-10-17 13:51:12', '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1602942672;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1602942672;}', 1, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_actionscheduler_claims` +-- + +CREATE TABLE `wp_actionscheduler_claims` ( + `claim_id` bigint(20) UNSIGNED NOT NULL, + `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_actionscheduler_groups` +-- + +CREATE TABLE `wp_actionscheduler_groups` ( + `group_id` bigint(20) UNSIGNED NOT NULL, + `slug` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +-- +-- Dumping data for table `wp_actionscheduler_groups` +-- + +INSERT INTO `wp_actionscheduler_groups` (`group_id`, `slug`) VALUES +(1, 'action-scheduler-migration'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_actionscheduler_logs` +-- + +CREATE TABLE `wp_actionscheduler_logs` ( + `log_id` bigint(20) UNSIGNED NOT NULL, + `action_id` bigint(20) UNSIGNED NOT NULL, + `message` text COLLATE utf8mb4_unicode_520_ci NOT NULL, + `log_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `log_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; + +-- +-- Dumping data for table `wp_actionscheduler_logs` +-- + +INSERT INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES +(1, 8450, 'action created', '2020-09-19 00:08:57', '2020-09-19 00:08:57'), +(2, 8450, 'action started via Async Request', '2020-09-19 00:10:28', '2020-09-19 00:10:28'), +(3, 8450, 'action complete via Async Request', '2020-09-19 00:10:28', '2020-09-19 00:10:28'), +(4, 8451, 'action created', '2020-09-19 00:12:34', '2020-09-19 00:12:34'), +(5, 8451, 'action started via WP Cron', '2020-09-19 00:12:59', '2020-09-19 00:12:59'), +(6, 8451, 'action complete via WP Cron', '2020-09-19 00:12:59', '2020-09-19 00:12:59'), +(7, 8452, 'action created', '2020-09-24 22:47:39', '2020-09-24 22:47:39'), +(8, 8452, 'action started via WP Cron', '2020-09-24 22:51:32', '2020-09-24 22:51:32'), +(9, 8452, 'action complete via WP Cron', '2020-09-24 22:51:32', '2020-09-24 22:51:32'), +(10, 8453, 'action created', '2020-09-24 22:51:32', '2020-09-24 22:51:32'), +(11, 8453, 'action started via WP Cron', '2020-09-24 22:53:15', '2020-09-24 22:53:15'), +(12, 8453, 'action complete via WP Cron', '2020-09-24 22:53:15', '2020-09-24 22:53:15'), +(13, 8454, 'action created', '2020-09-24 23:01:42', '2020-09-24 23:01:42'), +(14, 8454, 'action started via WP Cron', '2020-09-24 23:02:55', '2020-09-24 23:02:55'), +(15, 8454, 'action complete via WP Cron', '2020-09-24 23:02:55', '2020-09-24 23:02:55'), +(16, 8455, 'action created', '2020-09-24 23:02:55', '2020-09-24 23:02:55'), +(17, 8455, 'action started via WP Cron', '2020-09-24 23:06:38', '2020-09-24 23:06:38'), +(18, 8455, 'action complete via WP Cron', '2020-09-24 23:06:38', '2020-09-24 23:06:38'), +(19, 8456, 'action created', '2020-09-24 23:06:38', '2020-09-24 23:06:38'), +(20, 8456, 'action started via Async Request', '2020-09-24 23:07:53', '2020-09-24 23:07:53'), +(21, 8456, 'action complete via Async Request', '2020-09-24 23:07:53', '2020-09-24 23:07:53'), +(22, 8457, 'action created', '2020-09-24 23:07:55', '2020-09-24 23:07:55'), +(23, 8457, 'action started via WP Cron', '2020-09-24 23:09:03', '2020-09-24 23:09:03'), +(24, 8457, 'action complete via WP Cron', '2020-09-24 23:09:03', '2020-09-24 23:09:03'), +(25, 8458, 'action created', '2020-09-24 23:09:03', '2020-09-24 23:09:03'), +(26, 8458, 'action started via WP Cron', '2020-09-24 23:11:44', '2020-09-24 23:11:44'), +(27, 8458, 'action complete via WP Cron', '2020-09-24 23:11:44', '2020-09-24 23:11:44'), +(28, 8459, 'action created', '2020-09-24 23:11:44', '2020-09-24 23:11:44'), +(29, 8459, 'action started via WP Cron', '2020-09-24 23:12:54', '2020-09-24 23:12:54'), +(30, 8459, 'action complete via WP Cron', '2020-09-24 23:12:54', '2020-09-24 23:12:54'), +(31, 8460, 'action created', '2020-09-24 23:12:54', '2020-09-24 23:12:54'), +(32, 8460, 'action started via WP Cron', '2020-09-24 23:14:54', '2020-09-24 23:14:54'), +(33, 8460, 'action complete via WP Cron', '2020-09-24 23:14:54', '2020-09-24 23:14:54'), +(34, 8461, 'action created', '2020-09-24 23:14:54', '2020-09-24 23:14:54'), +(35, 8461, 'action started via WP Cron', '2020-09-24 23:15:57', '2020-09-24 23:15:57'), +(36, 8461, 'action complete via WP Cron', '2020-09-24 23:15:57', '2020-09-24 23:15:57'), +(37, 8462, 'action created', '2020-09-24 23:15:57', '2020-09-24 23:15:57'), +(38, 8462, 'action started via WP Cron', '2020-09-24 23:18:16', '2020-09-24 23:18:16'), +(39, 8462, 'action complete via WP Cron', '2020-09-24 23:18:16', '2020-09-24 23:18:16'), +(40, 8463, 'action created', '2020-09-24 23:18:16', '2020-09-24 23:18:16'), +(41, 8463, 'action started via WP Cron', '2020-09-24 23:20:28', '2020-09-24 23:20:28'), +(42, 8463, 'action complete via WP Cron', '2020-09-24 23:20:28', '2020-09-24 23:20:28'), +(43, 8464, 'action created', '2020-09-24 23:20:28', '2020-09-24 23:20:28'), +(44, 8464, 'action started via WP Cron', '2020-09-24 23:21:59', '2020-09-24 23:21:59'), +(45, 8464, 'action complete via WP Cron', '2020-09-24 23:21:59', '2020-09-24 23:21:59'), +(46, 8465, 'action created', '2020-09-24 23:21:59', '2020-09-24 23:21:59'), +(47, 8465, 'action started via WP Cron', '2020-09-24 23:26:27', '2020-09-24 23:26:27'), +(48, 8465, 'action complete via WP Cron', '2020-09-24 23:26:27', '2020-09-24 23:26:27'), +(49, 8466, 'action created', '2020-09-24 23:44:24', '2020-09-24 23:44:24'), +(50, 8466, 'action started via WP Cron', '2020-09-24 23:47:38', '2020-09-24 23:47:38'), +(51, 8466, 'action complete via WP Cron', '2020-09-24 23:47:38', '2020-09-24 23:47:38'), +(52, 8467, 'action created', '2020-09-24 23:47:38', '2020-09-24 23:47:38'), +(53, 8467, 'action started via WP Cron', '2020-09-24 23:50:09', '2020-09-24 23:50:09'), +(54, 8467, 'action complete via WP Cron', '2020-09-24 23:50:09', '2020-09-24 23:50:09'), +(55, 8468, 'action created', '2020-09-25 22:43:31', '2020-09-25 22:43:31'), +(56, 8468, 'action started via Async Request', '2020-09-25 22:44:40', '2020-09-25 22:44:40'), +(57, 8468, 'action complete via Async Request', '2020-09-25 22:44:40', '2020-09-25 22:44:40'), +(58, 8469, 'action created', '2020-09-25 22:46:13', '2020-09-25 22:46:13'), +(59, 8469, 'action started via Async Request', '2020-09-25 22:47:16', '2020-09-25 22:47:16'), +(60, 8469, 'action complete via Async Request', '2020-09-25 22:47:16', '2020-09-25 22:47:16'), +(61, 8470, 'action created', '2020-10-01 00:33:29', '2020-10-01 00:33:29'), +(62, 8470, 'action started via WP Cron', '2020-10-01 00:35:34', '2020-10-01 00:35:34'), +(63, 8470, 'action complete via WP Cron', '2020-10-01 00:35:34', '2020-10-01 00:35:34'), +(64, 8471, 'action created', '2020-10-01 00:35:34', '2020-10-01 00:35:34'), +(65, 8471, 'action started via Async Request', '2020-10-01 00:36:47', '2020-10-01 00:36:47'), +(66, 8471, 'action complete via Async Request', '2020-10-01 00:36:47', '2020-10-01 00:36:47'), +(67, 8472, 'action created', '2020-10-02 18:51:00', '2020-10-02 18:51:00'), +(68, 8472, 'action started via Async Request', '2020-10-02 18:52:06', '2020-10-02 18:52:06'), +(69, 8472, 'action complete via Async Request', '2020-10-02 18:52:06', '2020-10-02 18:52:06'), +(70, 8473, 'action created', '2020-10-15 20:59:49', '2020-10-15 20:59:49'), +(71, 8473, 'action started via WP Cron', '2020-10-15 21:04:44', '2020-10-15 21:04:44'), +(72, 8473, 'action complete via WP Cron', '2020-10-15 21:04:44', '2020-10-15 21:04:44'), +(73, 8474, 'action created', '2020-10-15 21:04:44', '2020-10-15 21:04:44'), +(74, 8474, 'action started via WP Cron', '2020-10-15 21:05:57', '2020-10-15 21:05:57'), +(75, 8474, 'action complete via WP Cron', '2020-10-15 21:05:57', '2020-10-15 21:05:57'), +(76, 8475, 'action created', '2020-10-15 21:28:19', '2020-10-15 21:28:19'), +(77, 8475, 'action started via WP Cron', '2020-10-15 21:29:33', '2020-10-15 21:29:33'), +(78, 8475, 'action complete via WP Cron', '2020-10-15 21:29:33', '2020-10-15 21:29:33'), +(79, 8476, 'action created', '2020-10-15 21:29:33', '2020-10-15 21:29:33'), +(80, 8476, 'action started via WP Cron', '2020-10-15 21:31:00', '2020-10-15 21:31:00'), +(81, 8476, 'action complete via WP Cron', '2020-10-15 21:31:00', '2020-10-15 21:31:00'), +(82, 8477, 'action created', '2020-10-15 21:39:34', '2020-10-15 21:39:34'), +(83, 8477, 'action started via WP Cron', '2020-10-15 23:34:08', '2020-10-15 23:34:08'), +(84, 8477, 'action complete via WP Cron', '2020-10-15 23:34:08', '2020-10-15 23:34:08'), +(85, 8478, 'action created', '2020-10-15 23:34:08', '2020-10-15 23:34:08'), +(86, 8478, 'action started via WP Cron', '2020-10-15 23:38:56', '2020-10-15 23:38:56'), +(87, 8478, 'action complete via WP Cron', '2020-10-15 23:38:56', '2020-10-15 23:38:56'), +(88, 8479, 'action created', '2020-10-15 23:38:56', '2020-10-15 23:38:56'), +(89, 8479, 'action started via WP Cron', '2020-10-15 23:47:03', '2020-10-15 23:47:03'), +(90, 8479, 'action complete via WP Cron', '2020-10-15 23:47:03', '2020-10-15 23:47:03'), +(91, 8480, 'action created', '2020-10-15 23:47:03', '2020-10-15 23:47:03'), +(92, 8480, 'action started via WP Cron', '2020-10-15 23:54:29', '2020-10-15 23:54:29'), +(93, 8480, 'action complete via WP Cron', '2020-10-15 23:54:29', '2020-10-15 23:54:29'), +(94, 8481, 'action created', '2020-10-17 13:50:12', '2020-10-17 13:50:12'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_commentmeta` +-- + +CREATE TABLE `wp_commentmeta` ( + `meta_id` bigint(20) UNSIGNED NOT NULL, + `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0', + `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, + `meta_value` longtext COLLATE utf8mb4_unicode_ci +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_comments` +-- + +CREATE TABLE `wp_comments` ( + `comment_ID` bigint(20) UNSIGNED NOT NULL, + `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT '0', + `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, + `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', + `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', + `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', + `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, + `comment_karma` int(11) NOT NULL DEFAULT '0', + `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', + `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', + `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment', + `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0', + `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0' +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; + +-- +-- Dumping data for table `wp_comments` +-- + +INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES +(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2020-02-25 17:54:21', '2020-02-25 17:54:21', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from Gravatar.', 0, '1', '', 'comment', 0, 0); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_links` +-- + +CREATE TABLE `wp_links` ( + `link_id` bigint(20) UNSIGNED NOT NULL, + `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', + `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', + `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', + `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', + `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', + `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', + `link_owner` bigint(20) UNSIGNED NOT NULL DEFAULT '1', + `link_rating` int(11) NOT NULL DEFAULT '0', + `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', + `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, + `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_options` +-- + +CREATE TABLE `wp_options` ( + `option_id` bigint(20) UNSIGNED NOT NULL, + `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', + `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, + `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes' +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; + +-- +-- Dumping data for table `wp_options` +-- + +INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES +(1, 'siteurl', 'https://devgatsbyint.wpengine.com', 'yes'), +(2, 'home', 'https://devgatsbyint.wpengine.com', 'yes'), +(3, 'blogname', 'Automated testing for Gatsby source WordPress V4', 'yes'), +(4, 'blogdescription', 'Just another WordPress site', 'yes'), +(5, 'users_can_register', '0', 'yes'), +(6, 'admin_email', 'tyler@gatsbyjs.com', 'yes'), +(7, 'start_of_week', '1', 'yes'), +(8, 'use_balanceTags', '0', 'yes'), +(9, 'use_smilies', '1', 'yes'), +(10, 'require_name_email', '1', 'yes'), +(11, 'comments_notify', '1', 'yes'), +(12, 'posts_per_rss', '10', 'yes'), +(13, 'rss_use_excerpt', '0', 'yes'), +(14, 'mailserver_url', 'mail.example.com', 'yes'), +(15, 'mailserver_login', 'login@example.com', 'yes'), +(16, 'mailserver_pass', 'password', 'yes'), +(17, 'mailserver_port', '110', 'yes'), +(18, 'default_category', '23', 'yes'), +(19, 'default_comment_status', 'open', 'yes'), +(20, 'default_ping_status', 'open', 'yes'), +(21, 'default_pingback_flag', '0', 'yes'), +(22, 'posts_per_page', '10', 'yes'), +(23, 'date_format', 'F j, Y', 'yes'), +(24, 'time_format', 'g:i a', 'yes'), +(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'), +(26, 'comment_moderation', '0', 'yes'), +(27, 'moderation_notify', '1', 'yes'), +(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'), +(30, 'hack_file', '0', 'yes'), +(31, 'blog_charset', 'UTF-8', 'yes'), +(32, 'moderation_keys', '', 'no'), +(33, 'active_plugins', 'a:8:{i:1;s:32:\"Basic-Auth-master/basic-auth.php\";i:2;s:55:\"acf-gatsby-google-api-key/acf-gatsby-google-api-key.php\";i:3;s:41:\"advanced-custom-fields-pro-master/acf.php\";i:4;s:43:\"custom-post-type-ui/custom-post-type-ui.php\";i:8;s:23:\"wp-gatsby/wp-gatsby.php\";i:10;s:32:\"wp-graphql-0.13.1/wp-graphql.php\";i:11;s:41:\"wp-graphql-acf-develop/wp-graphql-acf.php\";i:12;s:72:\"wp-graphql-custom-post-type-ui-master/wp-graphql-custom-post-type-ui.php\";}', 'yes'), +(34, 'category_base', '', 'yes'), +(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'), +(36, 'comment_max_links', '2', 'yes'), +(37, 'gmt_offset', '0', 'yes'), +(38, 'default_email_category', '1', 'yes'), +(39, 'recently_edited', '', 'no'), +(40, 'template', 'twentytwenty', 'yes'), +(41, 'stylesheet', 'twentytwenty', 'yes'), +(44, 'comment_registration', '0', 'yes'), +(45, 'html_type', 'text/html', 'yes'), +(46, 'use_trackback', '0', 'yes'), +(47, 'default_role', 'subscriber', 'yes'), +(48, 'db_version', '48748', 'yes'), +(49, 'uploads_use_yearmonth_folders', '1', 'yes'), +(50, 'upload_path', '', 'yes'), +(51, 'blog_public', '0', 'yes'), +(52, 'default_link_category', '2', 'yes'), +(53, 'show_on_front', 'page', 'yes'), +(54, 'tag_base', '', 'yes'), +(55, 'show_avatars', '1', 'yes'), +(56, 'avatar_rating', 'G', 'yes'), +(57, 'upload_url_path', '', 'yes'), +(58, 'thumbnail_size_w', '150', 'yes'), +(59, 'thumbnail_size_h', '150', 'yes'), +(60, 'thumbnail_crop', '1', 'yes'), +(61, 'medium_size_w', '300', 'yes'), +(62, 'medium_size_h', '300', 'yes'), +(63, 'avatar_default', 'mystery', 'yes'), +(64, 'large_size_w', '1024', 'yes'), +(65, 'large_size_h', '1024', 'yes'), +(66, 'image_default_link_type', 'none', 'yes'), +(67, 'image_default_size', '', 'yes'), +(68, 'image_default_align', '', 'yes'), +(69, 'close_comments_for_old_posts', '0', 'yes'), +(70, 'close_comments_days_old', '14', 'yes'), +(71, 'thread_comments', '1', 'yes'), +(72, 'thread_comments_depth', '5', 'yes'), +(73, 'page_comments', '0', 'yes'), +(74, 'comments_per_page', '50', 'yes'), +(75, 'default_comments_page', 'newest', 'yes'), +(76, 'comment_order', 'asc', 'yes'), +(77, 'sticky_posts', 'a:0:{}', 'yes'), +(78, 'widget_categories', 'a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'), +(79, 'widget_text', 'a:0:{}', 'yes'), +(80, 'widget_rss', 'a:0:{}', 'yes'), +(81, 'uninstall_plugins', 'a:1:{s:28:\"wp-site-migrate/wpengine.php\";a:2:{i:0;s:11:\"WPEWPAction\";i:1;s:9:\"uninstall\";}}', 'no'), +(82, 'timezone_string', '', 'yes'), +(83, 'page_for_posts', '0', 'yes'), +(84, 'page_on_front', '17', 'yes'), +(85, 'default_post_format', '0', 'yes'), +(86, 'link_manager_enabled', '0', 'yes'), +(87, 'finished_splitting_shared_terms', '1', 'yes'), +(88, 'site_icon', '0', 'yes'), +(89, 'medium_large_size_w', '768', 'yes'), +(90, 'medium_large_size_h', '0', 'yes'), +(91, 'wp_page_for_privacy_policy', '3', 'yes'), +(92, 'show_comments_cookies_opt_in', '1', 'yes'), +(93, 'admin_email_lifespan', '1615848750', 'yes'), +(94, 'initial_db_version', '45805', 'yes'), +(95, 'wp_user_roles', 'a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:115:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:12:\"manage_polls\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}}', 'yes'), +(96, 'fresh_site', '0', 'yes'), +(97, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'), +(98, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'), +(99, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'), +(100, 'widget_archives', 'a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'), +(101, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'), +(102, 'sidebars_widgets', 'a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}s:13:\"array_version\";i:3;}', 'yes'), +(103, 'cron', 'a:18:{i:1602945015;a:1:{s:10:\"polls_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1602946463;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1602947336;a:1:{s:33:\"wc_admin_process_orders_milestone\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1602947342;a:1:{s:29:\"wc_admin_unsnooze_admin_notes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1602951311;a:1:{s:46:\"WPEngineSecurityAuditor_Scans_fingerprint_core\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1602957262;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1602957263;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1602957268;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1602957269;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1602961110;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1602962914;a:1:{s:17:\"gravityforms_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1602969665;a:1:{s:49:\"WPEngineSecurityAuditor_Scans_fingerprint_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1602970723;a:1:{s:16:\"backupbuddy_cron\";a:1:{s:32:\"b2d6f4df5dfc2b203ff6fc9b49103fdc\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:2:{i:0;s:12:\"housekeeping\";i:1;a:0:{}}s:8:\"interval\";i:86400;}}}i:1602977617;a:1:{s:39:\"WPEngineSecurityAuditor_Scans_scheduler\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1602979736;a:1:{s:14:\"wc_admin_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1602985651;a:1:{s:48:\"WPEngineSecurityAuditor_Scans_fingerprint_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1603322864;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}', 'yes'), +(104, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), +(105, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), +(106, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), +(107, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), +(108, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), +(109, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), +(110, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), +(111, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), +(112, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), +(114, 'theme_mods_twentytwenty', 'a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:5:{s:7:\"primary\";i:0;s:8:\"expanded\";i:0;s:6:\"mobile\";i:0;s:6:\"footer\";i:0;s:6:\"social\";i:17;}s:16:\"background_color\";s:3:\"fff\";}', 'yes'), +(115, 'recovery_keys', 'a:0:{}', 'yes'), +(143, 'recently_activated', 'a:11:{s:41:\"wordpress-importer/wordpress-importer.php\";i:1602944377;s:29:\"wp-sync-db-1.5/wp-sync-db.php\";i:1602944377;s:56:\"wp-sync-db-media-files-master/wp-sync-db-media-files.php\";i:1602944377;s:34:\"wp-graphiql-master/wp-graphiql.php\";i:1602942694;s:37:\"wp-graphql-gutenberg-0.3.4/plugin.php\";i:1602942677;s:50:\"wp-graphql-polylang-master/wp-graphql-polylang.php\";i:1602942658;s:55:\"wp-graphql-woocommerce-0.5.1/wp-graphql-woocommerce.php\";i:1602942639;s:24:\"wordpress-seo/wp-seo.php\";i:1602942635;s:27:\"woocommerce/woocommerce.php\";i:1602942628;s:21:\"polylang/polylang.php\";i:1602942624;s:45:\"wp-graphql-yoast-seo/wp-graphql-yoast-seo.php\";i:1602942611;}', 'yes'), +(171, 'acf_version', '5.8.7', 'yes'), +(180, 'cptui_new_install', 'false', 'yes'), +(183, 'cptui_post_types', 'a:6:{s:11:\"team_member\";a:33:{s:4:\"name\";s:11:\"team_member\";s:5:\"label\";s:12:\"Team Members\";s:14:\"singular_label\";s:11:\"Team Member\";s:11:\"description\";s:0:\"\";s:6:\"public\";s:4:\"true\";s:18:\"publicly_queryable\";s:4:\"true\";s:7:\"show_ui\";s:4:\"true\";s:17:\"show_in_nav_menus\";s:4:\"true\";s:16:\"delete_with_user\";s:5:\"false\";s:12:\"show_in_rest\";s:4:\"true\";s:9:\"rest_base\";s:0:\"\";s:21:\"rest_controller_class\";s:0:\"\";s:11:\"has_archive\";s:4:\"true\";s:18:\"has_archive_string\";s:4:\"team\";s:19:\"exclude_from_search\";s:5:\"false\";s:15:\"capability_type\";s:4:\"post\";s:12:\"hierarchical\";s:5:\"false\";s:7:\"rewrite\";s:4:\"true\";s:12:\"rewrite_slug\";s:0:\"\";s:17:\"rewrite_withfront\";s:4:\"true\";s:9:\"query_var\";s:4:\"true\";s:14:\"query_var_slug\";s:0:\"\";s:13:\"menu_position\";s:0:\"\";s:12:\"show_in_menu\";s:4:\"true\";s:19:\"show_in_menu_string\";s:0:\"\";s:9:\"menu_icon\";s:0:\"\";s:8:\"supports\";a:11:{i:0;s:5:\"title\";i:1;s:6:\"editor\";i:2;s:9:\"thumbnail\";i:3;s:7:\"excerpt\";i:4;s:10:\"trackbacks\";i:5;s:13:\"custom-fields\";i:6;s:8:\"comments\";i:7;s:9:\"revisions\";i:8;s:6:\"author\";i:9;s:15:\"page-attributes\";i:10;s:12:\"post-formats\";}s:10:\"taxonomies\";a:2:{i:0;s:8:\"category\";i:1;s:8:\"post_tag\";}s:6:\"labels\";a:29:{s:9:\"menu_name\";s:0:\"\";s:9:\"all_items\";s:0:\"\";s:7:\"add_new\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:8:\"new_item\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:10:\"view_items\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:18:\"not_found_in_trash\";s:0:\"\";s:17:\"parent_item_colon\";s:0:\"\";s:14:\"featured_image\";s:0:\"\";s:18:\"set_featured_image\";s:0:\"\";s:21:\"remove_featured_image\";s:0:\"\";s:18:\"use_featured_image\";s:0:\"\";s:8:\"archives\";s:0:\"\";s:16:\"insert_into_item\";s:0:\"\";s:21:\"uploaded_to_this_item\";s:0:\"\";s:17:\"filter_items_list\";s:0:\"\";s:21:\"items_list_navigation\";s:0:\"\";s:10:\"items_list\";s:0:\"\";s:10:\"attributes\";s:0:\"\";s:14:\"name_admin_bar\";s:0:\"\";s:14:\"item_published\";s:0:\"\";s:24:\"item_published_privately\";s:0:\"\";s:22:\"item_reverted_to_draft\";s:0:\"\";s:14:\"item_scheduled\";s:0:\"\";s:12:\"item_updated\";s:0:\"\";}s:15:\"custom_supports\";s:0:\"\";s:15:\"show_in_graphql\";s:1:\"1\";s:19:\"graphql_single_name\";s:10:\"teamMember\";s:19:\"graphql_plural_name\";s:11:\"TeamMembers\";}s:7:\"project\";a:33:{s:4:\"name\";s:7:\"project\";s:5:\"label\";s:7:\"Project\";s:14:\"singular_label\";s:8:\"Projects\";s:11:\"description\";s:0:\"\";s:6:\"public\";s:4:\"true\";s:18:\"publicly_queryable\";s:4:\"true\";s:7:\"show_ui\";s:4:\"true\";s:17:\"show_in_nav_menus\";s:4:\"true\";s:16:\"delete_with_user\";s:5:\"false\";s:12:\"show_in_rest\";s:4:\"true\";s:9:\"rest_base\";s:0:\"\";s:21:\"rest_controller_class\";s:0:\"\";s:11:\"has_archive\";s:5:\"false\";s:18:\"has_archive_string\";s:0:\"\";s:19:\"exclude_from_search\";s:5:\"false\";s:15:\"capability_type\";s:4:\"post\";s:12:\"hierarchical\";s:5:\"false\";s:7:\"rewrite\";s:4:\"true\";s:12:\"rewrite_slug\";s:0:\"\";s:17:\"rewrite_withfront\";s:4:\"true\";s:9:\"query_var\";s:4:\"true\";s:14:\"query_var_slug\";s:0:\"\";s:13:\"menu_position\";s:0:\"\";s:12:\"show_in_menu\";s:4:\"true\";s:19:\"show_in_menu_string\";s:0:\"\";s:9:\"menu_icon\";s:0:\"\";s:8:\"supports\";a:4:{i:0;s:5:\"title\";i:1;s:6:\"editor\";i:2;s:9:\"thumbnail\";i:3;s:6:\"author\";}s:10:\"taxonomies\";a:0:{}s:6:\"labels\";a:29:{s:9:\"menu_name\";s:0:\"\";s:9:\"all_items\";s:0:\"\";s:7:\"add_new\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:8:\"new_item\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:10:\"view_items\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:18:\"not_found_in_trash\";s:0:\"\";s:17:\"parent_item_colon\";s:0:\"\";s:14:\"featured_image\";s:0:\"\";s:18:\"set_featured_image\";s:0:\"\";s:21:\"remove_featured_image\";s:0:\"\";s:18:\"use_featured_image\";s:0:\"\";s:8:\"archives\";s:0:\"\";s:16:\"insert_into_item\";s:0:\"\";s:21:\"uploaded_to_this_item\";s:0:\"\";s:17:\"filter_items_list\";s:0:\"\";s:21:\"items_list_navigation\";s:0:\"\";s:10:\"items_list\";s:0:\"\";s:10:\"attributes\";s:0:\"\";s:14:\"name_admin_bar\";s:0:\"\";s:14:\"item_published\";s:0:\"\";s:24:\"item_published_privately\";s:0:\"\";s:22:\"item_reverted_to_draft\";s:0:\"\";s:14:\"item_scheduled\";s:0:\"\";s:12:\"item_updated\";s:0:\"\";}s:15:\"custom_supports\";s:0:\"\";s:15:\"show_in_graphql\";s:1:\"1\";s:19:\"graphql_single_name\";s:7:\"project\";s:19:\"graphql_plural_name\";s:8:\"projects\";}s:15:\"type_limit_test\";a:33:{s:4:\"name\";s:15:\"type_limit_test\";s:5:\"label\";s:15:\"Type Limit Test\";s:14:\"singular_label\";s:15:\"Type limit Test\";s:11:\"description\";s:0:\"\";s:6:\"public\";s:4:\"true\";s:18:\"publicly_queryable\";s:4:\"true\";s:7:\"show_ui\";s:4:\"true\";s:17:\"show_in_nav_menus\";s:4:\"true\";s:16:\"delete_with_user\";s:5:\"false\";s:12:\"show_in_rest\";s:4:\"true\";s:9:\"rest_base\";s:0:\"\";s:21:\"rest_controller_class\";s:0:\"\";s:11:\"has_archive\";s:5:\"false\";s:18:\"has_archive_string\";s:0:\"\";s:19:\"exclude_from_search\";s:5:\"false\";s:15:\"capability_type\";s:4:\"post\";s:12:\"hierarchical\";s:5:\"false\";s:7:\"rewrite\";s:4:\"true\";s:12:\"rewrite_slug\";s:0:\"\";s:17:\"rewrite_withfront\";s:4:\"true\";s:9:\"query_var\";s:4:\"true\";s:14:\"query_var_slug\";s:0:\"\";s:13:\"menu_position\";s:0:\"\";s:12:\"show_in_menu\";s:4:\"true\";s:19:\"show_in_menu_string\";s:0:\"\";s:9:\"menu_icon\";s:0:\"\";s:8:\"supports\";a:4:{i:0;s:5:\"title\";i:1;s:6:\"editor\";i:2;s:9:\"thumbnail\";i:3;s:6:\"author\";}s:10:\"taxonomies\";a:0:{}s:6:\"labels\";a:29:{s:9:\"menu_name\";s:0:\"\";s:9:\"all_items\";s:0:\"\";s:7:\"add_new\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:8:\"new_item\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:10:\"view_items\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:18:\"not_found_in_trash\";s:0:\"\";s:17:\"parent_item_colon\";s:0:\"\";s:14:\"featured_image\";s:0:\"\";s:18:\"set_featured_image\";s:0:\"\";s:21:\"remove_featured_image\";s:0:\"\";s:18:\"use_featured_image\";s:0:\"\";s:8:\"archives\";s:0:\"\";s:16:\"insert_into_item\";s:0:\"\";s:21:\"uploaded_to_this_item\";s:0:\"\";s:17:\"filter_items_list\";s:0:\"\";s:21:\"items_list_navigation\";s:0:\"\";s:10:\"items_list\";s:0:\"\";s:10:\"attributes\";s:0:\"\";s:14:\"name_admin_bar\";s:0:\"\";s:14:\"item_published\";s:0:\"\";s:24:\"item_published_privately\";s:0:\"\";s:22:\"item_reverted_to_draft\";s:0:\"\";s:14:\"item_scheduled\";s:0:\"\";s:12:\"item_updated\";s:0:\"\";}s:15:\"custom_supports\";s:0:\"\";s:15:\"show_in_graphql\";s:1:\"1\";s:19:\"graphql_single_name\";s:13:\"typeLimitTest\";s:19:\"graphql_plural_name\";s:14:\"typeLimitTests\";}s:17:\"type_limit_0_test\";a:33:{s:4:\"name\";s:17:\"type_limit_0_test\";s:5:\"label\";s:17:\"Type Limit 0 Test\";s:14:\"singular_label\";s:17:\"Type Limit 0 Test\";s:11:\"description\";s:0:\"\";s:6:\"public\";s:4:\"true\";s:18:\"publicly_queryable\";s:4:\"true\";s:7:\"show_ui\";s:4:\"true\";s:17:\"show_in_nav_menus\";s:4:\"true\";s:16:\"delete_with_user\";s:5:\"false\";s:12:\"show_in_rest\";s:4:\"true\";s:9:\"rest_base\";s:0:\"\";s:21:\"rest_controller_class\";s:0:\"\";s:11:\"has_archive\";s:5:\"false\";s:18:\"has_archive_string\";s:0:\"\";s:19:\"exclude_from_search\";s:5:\"false\";s:15:\"capability_type\";s:4:\"post\";s:12:\"hierarchical\";s:5:\"false\";s:7:\"rewrite\";s:4:\"true\";s:12:\"rewrite_slug\";s:0:\"\";s:17:\"rewrite_withfront\";s:4:\"true\";s:9:\"query_var\";s:4:\"true\";s:14:\"query_var_slug\";s:0:\"\";s:13:\"menu_position\";s:0:\"\";s:12:\"show_in_menu\";s:4:\"true\";s:19:\"show_in_menu_string\";s:0:\"\";s:9:\"menu_icon\";s:0:\"\";s:8:\"supports\";a:4:{i:0;s:5:\"title\";i:1;s:6:\"editor\";i:2;s:9:\"thumbnail\";i:3;s:6:\"author\";}s:10:\"taxonomies\";a:0:{}s:6:\"labels\";a:29:{s:9:\"menu_name\";s:0:\"\";s:9:\"all_items\";s:0:\"\";s:7:\"add_new\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:8:\"new_item\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:10:\"view_items\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:18:\"not_found_in_trash\";s:0:\"\";s:17:\"parent_item_colon\";s:0:\"\";s:14:\"featured_image\";s:0:\"\";s:18:\"set_featured_image\";s:0:\"\";s:21:\"remove_featured_image\";s:0:\"\";s:18:\"use_featured_image\";s:0:\"\";s:8:\"archives\";s:0:\"\";s:16:\"insert_into_item\";s:0:\"\";s:21:\"uploaded_to_this_item\";s:0:\"\";s:17:\"filter_items_list\";s:0:\"\";s:21:\"items_list_navigation\";s:0:\"\";s:10:\"items_list\";s:0:\"\";s:10:\"attributes\";s:0:\"\";s:14:\"name_admin_bar\";s:0:\"\";s:14:\"item_published\";s:0:\"\";s:24:\"item_published_privately\";s:0:\"\";s:22:\"item_reverted_to_draft\";s:0:\"\";s:14:\"item_scheduled\";s:0:\"\";s:12:\"item_updated\";s:0:\"\";}s:15:\"custom_supports\";s:0:\"\";s:15:\"show_in_graphql\";s:1:\"1\";s:19:\"graphql_single_name\";s:14:\"typeLimit0Test\";s:19:\"graphql_plural_name\";s:15:\"typeLimit0Tests\";}s:20:\"translation_filter_t\";a:33:{s:4:\"name\";s:20:\"translation_filter_t\";s:5:\"label\";s:23:\"Translation Filter Test\";s:14:\"singular_label\";s:23:\"Translation Filter Test\";s:11:\"description\";s:0:\"\";s:6:\"public\";s:4:\"true\";s:18:\"publicly_queryable\";s:4:\"true\";s:7:\"show_ui\";s:4:\"true\";s:17:\"show_in_nav_menus\";s:4:\"true\";s:16:\"delete_with_user\";s:5:\"false\";s:12:\"show_in_rest\";s:4:\"true\";s:9:\"rest_base\";s:0:\"\";s:21:\"rest_controller_class\";s:0:\"\";s:11:\"has_archive\";s:5:\"false\";s:18:\"has_archive_string\";s:0:\"\";s:19:\"exclude_from_search\";s:5:\"false\";s:15:\"capability_type\";s:4:\"page\";s:12:\"hierarchical\";s:5:\"false\";s:7:\"rewrite\";s:4:\"true\";s:12:\"rewrite_slug\";s:0:\"\";s:17:\"rewrite_withfront\";s:4:\"true\";s:9:\"query_var\";s:4:\"true\";s:14:\"query_var_slug\";s:0:\"\";s:13:\"menu_position\";s:0:\"\";s:12:\"show_in_menu\";s:4:\"true\";s:19:\"show_in_menu_string\";s:0:\"\";s:9:\"menu_icon\";s:0:\"\";s:8:\"supports\";a:4:{i:0;s:5:\"title\";i:1;s:6:\"editor\";i:2;s:9:\"thumbnail\";i:3;s:6:\"author\";}s:10:\"taxonomies\";a:0:{}s:6:\"labels\";a:29:{s:9:\"menu_name\";s:0:\"\";s:9:\"all_items\";s:0:\"\";s:7:\"add_new\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:8:\"new_item\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:10:\"view_items\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:18:\"not_found_in_trash\";s:0:\"\";s:17:\"parent_item_colon\";s:0:\"\";s:14:\"featured_image\";s:0:\"\";s:18:\"set_featured_image\";s:0:\"\";s:21:\"remove_featured_image\";s:0:\"\";s:18:\"use_featured_image\";s:0:\"\";s:8:\"archives\";s:0:\"\";s:16:\"insert_into_item\";s:0:\"\";s:21:\"uploaded_to_this_item\";s:0:\"\";s:17:\"filter_items_list\";s:0:\"\";s:21:\"items_list_navigation\";s:0:\"\";s:10:\"items_list\";s:0:\"\";s:10:\"attributes\";s:0:\"\";s:14:\"name_admin_bar\";s:0:\"\";s:14:\"item_published\";s:0:\"\";s:24:\"item_published_privately\";s:0:\"\";s:22:\"item_reverted_to_draft\";s:0:\"\";s:14:\"item_scheduled\";s:0:\"\";s:12:\"item_updated\";s:0:\"\";}s:15:\"custom_supports\";s:0:\"\";s:15:\"show_in_graphql\";s:1:\"1\";s:19:\"graphql_single_name\";s:21:\"translationFilterTest\";s:19:\"graphql_plural_name\";s:22:\"translationFilterTests\";}s:20:\"acf custom post type\";a:33:{s:4:\"name\";s:20:\"acf custom post type\";s:5:\"label\";s:26:\"ACF Custom post type posts\";s:14:\"singular_label\";s:25:\"ACF Custom post type post\";s:11:\"description\";s:0:\"\";s:6:\"public\";s:4:\"true\";s:18:\"publicly_queryable\";s:4:\"true\";s:7:\"show_ui\";s:4:\"true\";s:17:\"show_in_nav_menus\";s:4:\"true\";s:16:\"delete_with_user\";s:5:\"false\";s:12:\"show_in_rest\";s:4:\"true\";s:9:\"rest_base\";s:0:\"\";s:21:\"rest_controller_class\";s:0:\"\";s:11:\"has_archive\";s:5:\"false\";s:18:\"has_archive_string\";s:0:\"\";s:19:\"exclude_from_search\";s:5:\"false\";s:15:\"capability_type\";s:4:\"post\";s:12:\"hierarchical\";s:5:\"false\";s:7:\"rewrite\";s:4:\"true\";s:12:\"rewrite_slug\";s:0:\"\";s:17:\"rewrite_withfront\";s:4:\"true\";s:9:\"query_var\";s:4:\"true\";s:14:\"query_var_slug\";s:0:\"\";s:13:\"menu_position\";s:0:\"\";s:12:\"show_in_menu\";s:4:\"true\";s:19:\"show_in_menu_string\";s:0:\"\";s:9:\"menu_icon\";s:0:\"\";s:8:\"supports\";a:3:{i:0;s:5:\"title\";i:1;s:6:\"editor\";i:2;s:9:\"thumbnail\";}s:10:\"taxonomies\";a:0:{}s:6:\"labels\";a:30:{s:9:\"menu_name\";s:29:\"My ACF Custom post type posts\";s:9:\"all_items\";s:30:\"All ACF Custom post type posts\";s:7:\"add_new\";s:7:\"Add new\";s:12:\"add_new_item\";s:33:\"Add new ACF Custom post type post\";s:9:\"edit_item\";s:30:\"Edit ACF Custom post type post\";s:8:\"new_item\";s:29:\"New ACF Custom post type post\";s:9:\"view_item\";s:30:\"View ACF Custom post type post\";s:10:\"view_items\";s:31:\"View ACF Custom post type posts\";s:12:\"search_items\";s:33:\"Search ACF Custom post type posts\";s:9:\"not_found\";s:35:\"No ACF Custom post type posts found\";s:18:\"not_found_in_trash\";s:44:\"No ACF Custom post type posts found in trash\";s:6:\"parent\";s:33:\"Parent ACF Custom post type post:\";s:14:\"featured_image\";s:49:\"Featured image for this ACF Custom post type post\";s:18:\"set_featured_image\";s:53:\"Set featured image for this ACF Custom post type post\";s:21:\"remove_featured_image\";s:56:\"Remove featured image for this ACF Custom post type post\";s:18:\"use_featured_image\";s:56:\"Use as featured image for this ACF Custom post type post\";s:8:\"archives\";s:34:\"ACF Custom post type post archives\";s:16:\"insert_into_item\";s:37:\"Insert into ACF Custom post type post\";s:21:\"uploaded_to_this_item\";s:40:\"Upload to this ACF Custom post type post\";s:17:\"filter_items_list\";s:38:\"Filter ACF Custom post type posts list\";s:21:\"items_list_navigation\";s:42:\"ACF Custom post type posts list navigation\";s:10:\"items_list\";s:31:\"ACF Custom post type posts list\";s:10:\"attributes\";s:37:\"ACF Custom post type posts attributes\";s:14:\"name_admin_bar\";s:25:\"ACF Custom post type post\";s:14:\"item_published\";s:35:\"ACF Custom post type post published\";s:24:\"item_published_privately\";s:46:\"ACF Custom post type post published privately.\";s:22:\"item_reverted_to_draft\";s:44:\"ACF Custom post type post reverted to draft.\";s:14:\"item_scheduled\";s:35:\"ACF Custom post type post scheduled\";s:12:\"item_updated\";s:34:\"ACF Custom post type post updated.\";s:17:\"parent_item_colon\";s:33:\"Parent ACF Custom post type post:\";}s:15:\"custom_supports\";s:0:\"\";s:15:\"show_in_graphql\";s:1:\"0\";s:19:\"graphql_single_name\";s:6:\"acfCPT\";s:19:\"graphql_plural_name\";s:7:\"acfCPTs\";}}', 'yes'), +(203, 'wpseo', 'a:30:{s:8:\"tracking\";b:0;s:22:\"license_server_version\";s:1:\"2\";s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:1;s:25:\"ignore_indexation_warning\";b:0;s:29:\"indexation_warning_hide_until\";b:0;s:18:\"indexation_started\";b:0;s:28:\"indexables_indexation_reason\";s:0:\"\";s:31:\"indexables_indexation_completed\";b:1;s:7:\"version\";s:4:\"14.9\";s:16:\"previous_version\";s:6:\"14.8.1\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1582657110;s:13:\"myyoast-oauth\";b:0;}', 'yes'), +(204, 'wpseo_titles', 'a:77:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:0;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:14:\"person_logo_id\";i:0;s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:15:\"company_logo_id\";i:0;s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:17:\"title-team_member\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:20:\"metadesc-team_member\";s:0:\"\";s:19:\"noindex-team_member\";b:0;s:20:\"showdate-team_member\";b:0;s:30:\"display-metabox-pt-team_member\";b:1;s:30:\"post_types-team_member-maintax\";i:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;}', 'yes'), +(205, 'wpseo_social', 'a:19:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}', 'yes'), +(206, 'wpseo_flush_rewrite', '1', 'yes'), +(245, 'bp-deactivated-components', 'a:0:{}', 'yes'), +(246, 'bp-xprofile-base-group-name', 'Base', 'yes'), +(247, 'bp-xprofile-fullname-field-name', 'Name', 'yes'), +(248, 'bp-blogs-first-install', '', 'yes'), +(249, 'bp-disable-profile-sync', '', 'yes'), +(250, 'hide-loggedout-adminbar', '', 'yes'), +(251, 'bp-disable-avatar-uploads', '', 'yes'), +(252, 'bp-disable-cover-image-uploads', '', 'yes'), +(253, 'bp-disable-group-avatar-uploads', '', 'yes'), +(254, 'bp-disable-group-cover-image-uploads', '', 'yes'), +(255, 'bp-disable-account-deletion', '', 'yes'), +(256, 'bp-disable-blogforum-comments', '1', 'yes'), +(257, '_bp_theme_package_id', 'nouveau', 'yes'), +(258, 'bp-emails-unsubscribe-salt', 'U2EuZFVlUTJfTzg1aGZDMiAqaWsgTmI6XmAhd2xWJUNpUTRKdnxbYzZlMlVqIXAoTVpUUGZ3dFo4L2xsZCBoNQ==', 'yes'), +(259, 'bp_restrict_group_creation', '', 'yes'), +(260, '_bp_enable_akismet', '1', 'yes'), +(261, '_bp_enable_heartbeat_refresh', '1', 'yes'), +(262, '_bp_force_buddybar', '', 'yes'), +(263, '_bp_retain_bp_default', '', 'yes'), +(264, '_bp_ignore_deprecated_code', '1', 'yes'), +(265, 'widget_bp_core_login_widget', '', 'yes'), +(266, 'widget_bp_core_members_widget', '', 'yes'), +(267, 'widget_bp_core_whos_online_widget', '', 'yes'), +(268, 'widget_bp_core_recently_active_widget', '', 'yes'), +(269, 'widget_bp_groups_widget', '', 'yes'), +(270, 'widget_bp_messages_sitewide_notices_widget', '', 'yes'), +(275, 'widget_bp_nouveau_sidebar_object_nav_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), +(276, 'bp-active-components', 'a:5:{s:8:\"activity\";i:1;s:7:\"members\";i:1;s:8:\"settings\";i:1;s:8:\"xprofile\";i:1;s:13:\"notifications\";i:1;}', 'yes'), +(277, 'bp-pages', 'a:2:{s:8:\"activity\";i:16;s:7:\"members\";i:17;}', 'yes'), +(278, '_bp_db_version', '12385', 'yes'), +(279, 'widget_bp_latest_activities', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), +(287, 'polylang', 'a:15:{s:7:\"browser\";i:1;s:7:\"rewrite\";i:1;s:12:\"hide_default\";i:1;s:10:\"force_lang\";i:1;s:13:\"redirect_lang\";i:0;s:13:\"media_support\";i:1;s:9:\"uninstall\";i:0;s:4:\"sync\";a:0:{}s:10:\"post_types\";a:1:{i:0;s:20:\"translation_filter_t\";}s:10:\"taxonomies\";a:0:{}s:7:\"domains\";a:0:{}s:7:\"version\";s:6:\"2.6.10\";s:16:\"first_activation\";i:1582658887;s:12:\"default_lang\";s:2:\"en\";s:9:\"nav_menus\";a:1:{s:12:\"twentytwenty\";a:5:{s:7:\"primary\";a:2:{s:2:\"fr\";i:0;s:2:\"en\";i:0;}s:8:\"expanded\";a:2:{s:2:\"fr\";i:0;s:2:\"en\";i:0;}s:6:\"mobile\";a:2:{s:2:\"fr\";i:0;s:2:\"en\";i:0;}s:6:\"footer\";a:2:{s:2:\"fr\";i:0;s:2:\"en\";i:0;}s:6:\"social\";a:2:{s:2:\"fr\";i:0;s:2:\"en\";i:17;}}}}', 'yes'), +(288, 'polylang_wpml_strings', 'a:0:{}', 'yes'), +(289, 'widget_polylang', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), +(293, 'gf_db_version', '2.4.17', 'no'), +(294, 'rg_form_version', '2.4.17', 'no'), +(295, 'gform_enable_background_updates', '1', 'yes'), +(296, 'gform_pending_installation', '1', 'yes'), +(297, 'widget_gform_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), +(298, 'gravityformsaddon_gravityformswebapi_version', '1.0', 'yes'), +(299, 'gform_version_info', 'a:6:{s:12:\"is_valid_key\";s:1:\"0\";s:15:\"expiration_time\";i:0;s:7:\"version\";s:5:\"1.7.9\";s:3:\"url\";s:0:\"\";s:9:\"offerings\";a:0:{}s:9:\"timestamp\";i:1583181700;}', 'no'), +(346, 'poll_template_pollarchivepagingheader', '', 'yes'), +(347, 'poll_template_pollarchivepagingfooter', '', 'yes'), +(371, 'wpgraphql_settings_basics', '', 'yes'), +(695, 'wpsdb_settings', 'a:7:{s:11:\"max_request\";i:1048576;s:3:\"key\";s:32:\"BZLvH/SezHJiJW43ZrvIeXXmlOgAm0Us\";s:10:\"allow_pull\";b:1;s:10:\"allow_push\";b:1;s:8:\"profiles\";a:0:{}s:10:\"verify_ssl\";b:0;s:17:\"blacklist_plugins\";a:0:{}}', 'yes'), +(752, 'wpsdb_error_log', '********************************************\n****** Log date: 2020/03/03 00:33:47 ******\n********************************************\n\nWPSDB Error: Invalid content verification signature, please verify the connection information on the remote site and try again. (#123)\n\nArray\n(\n [action] => wpsdb_remote_finalize_migration\n [intent] => pull\n [url] => https://devgatsbyint.wpengine.com\n [key] => qAGLW3Wdd1B9xZmenH6IyJXYbNQLZV1N\n [form_data] => save_computer=1&gzip_file=1&action=push&connection_info=https%3A%2F%2Fdevgatsbyint.wpengine.com%0D%0AqAGLW3Wdd1B9xZmenH6IyJXYbNQLZV1N&auth_username=&auth_password=&replace_old%5B%5D=&replace_new%5B%5D=&replace_old%5B%5D=http%3A%2F%2Fautomatedtestinggatsbysourcewordpresswpgraphql.local&replace_new%5B%5D=https%3A%2F%2Fdevgatsbyint.wpengine.com&replace_old%5B%5D=%2FUsers%2Ftyler%2FLocal+Sites%2Fautomated-testing-gatsby-source-wordpress-wpgraphql%2Fapp%2Fpublic&replace_new%5B%5D=%2Fsrv%2Fbindings%2F91fa00e23cd24d43b6375dec520d48fb%2Fcode&table_migrate_option=migrate_only_with_prefix&replace_guids=1&exclude_transients=1&backup_option=backup_only_with_prefix&media_files=1&save_migration_profile=1&save_migration_profile_option=new&create_new_profile=dev-automated-testing-gatsby-source-wordpress-wpgraphql.pantheonsite.io&remote_json_data=\n [prefix] => wp_\n [temp_prefix] => _mig_\n [tables] => wp_bp_activity,wp_bp_activity_meta,wp_bp_invitations,wp_bp_notifications,wp_bp_notifications_meta,wp_bp_xprofile_data,wp_bp_xprofile_fields,wp_bp_xprofile_groups,wp_bp_xprofile_meta,wp_commentmeta,wp_comments,wp_gf_draft_submissions,wp_gf_entry,wp_gf_entry_meta,wp_gf_entry_notes,wp_gf_form,wp_gf_form_meta,wp_gf_form_revisions,wp_gf_form_view,wp_links,wp_options,wp_pollsa,wp_pollsip,wp_pollsq,wp_postmeta,wp_posts,wp_signups,wp_term_relationships,wp_term_taxonomy,wp_termmeta,wp_terms,wp_usermeta,wp_users,wp_yoast_seo_links,wp_yoast_seo_meta\n [type] => push\n [location] => http://automatedtestinggatsbysourcewordpresswpgraphql.local\n [sig] => eHHNaMogkv+5hlgTprFHi2jS+/c=\n)\n\n\n********************************************\n****** Log date: 2020/03/03 00:34:42 ******\n********************************************\n\nWPSDB Error: Invalid content verification signature, please verify the connection information on the remote site and try again. (#123)\n\nArray\n(\n [action] => wpsdb_remote_finalize_migration\n [intent] => pull\n [url] => https://devgatsbyint.wpengine.com\n [key] => BZLvH/SezHJiJW43ZrvIeXXmlOgAm0Us\n [form_data] => save_computer=1&gzip_file=1&action=push&connection_info=https%3A%2F%2Fdevgatsbyint.wpengine.com%0D%0ABZLvH%2FSezHJiJW43ZrvIeXXmlOgAm0Us&auth_username=&auth_password=&replace_old%5B%5D=&replace_new%5B%5D=&replace_old%5B%5D=http%3A%2F%2Fautomatedtestinggatsbysourcewordpresswpgraphql.local&replace_new%5B%5D=https%3A%2F%2Fdevgatsbyint.wpengine.com&replace_old%5B%5D=%2FUsers%2Ftyler%2FLocal+Sites%2Fautomated-testing-gatsby-source-wordpress-wpgraphql%2Fapp%2Fpublic&replace_new%5B%5D=%2Fsrv%2Fbindings%2F91fa00e23cd24d43b6375dec520d48fb%2Fcode&table_migrate_option=migrate_only_with_prefix&replace_guids=1&exclude_transients=1&backup_option=backup_only_with_prefix&media_files=1&save_migration_profile=1&save_migration_profile_option=0&create_new_profile=dev-automated-testing-gatsby-source-wordpress-wpgraphql.pantheonsite.io&remote_json_data=\n [prefix] => wp_\n [temp_prefix] => _mig_\n [tables] => wp_bp_activity,wp_bp_activity_meta,wp_bp_invitations,wp_bp_notifications,wp_bp_notifications_meta,wp_bp_xprofile_data,wp_bp_xprofile_fields,wp_bp_xprofile_groups,wp_bp_xprofile_meta,wp_commentmeta,wp_comments,wp_gf_draft_submissions,wp_gf_entry,wp_gf_entry_meta,wp_gf_entry_notes,wp_gf_form,wp_gf_form_meta,wp_gf_form_revisions,wp_gf_form_view,wp_links,wp_options,wp_pollsa,wp_pollsip,wp_pollsq,wp_postmeta,wp_posts,wp_signups,wp_term_relationships,wp_term_taxonomy,wp_termmeta,wp_terms,wp_usermeta,wp_users,wp_yoast_seo_links,wp_yoast_seo_meta\n [type] => push\n [location] => http://automatedtestinggatsbysourcewordpresswpgraphql.local\n [sig] => 82taPsby4mczKgpknedd2K8O39s=\n)\n\n\n', 'yes'), +(840, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'), +(1705, 'wpgatsby_settings', 'a:5:{s:18:\"builds_api_webhook\";b:0;s:21:\"enable_gatsby_preview\";s:2:\"on\";s:20:\"preview_instance_url\";s:30:\"https://b911b322d94d.ngrok.io/\";s:19:\"preview_api_webhook\";s:39:\"https://b911b322d94d.ngrok.io/__refresh\";s:18:\"preview_jwt_secret\";s:50:\"Svx7Ps4S0CqAoeHNUpyZmuUVtxJukoyP1P3LeruTaOG3N1VWe8\";}', 'yes'), +(2975, 'pantheon-cache', 'a:1:{s:11:\"default_ttl\";i:0;}', 'yes'); +INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES +(3588, 'pb_backupbuddy', 'a:109:{s:12:\"data_version\";s:2:\"18\";s:21:\"importbuddy_pass_hash\";s:0:\"\";s:23:\"importbuddy_pass_length\";i:0;s:16:\"backup_reminders\";i:1;s:16:\"edits_since_last\";a:4:{s:3:\"all\";i:0;s:4:\"post\";i:0;s:6:\"plugin\";i:0;s:6:\"option\";i:0;}s:12:\"recent_edits\";a:0:{}s:19:\"edits_tracking_mode\";s:5:\"basic\";s:17:\"last_backup_start\";d:1592595891.282742;s:18:\"last_backup_finish\";d:1592595879.663283;s:18:\"last_backup_serial\";s:10:\"7r7gwpcf3r\";s:17:\"last_backup_stats\";a:10:{s:11:\"archiveFile\";s:115:\"backup-dev-automated-testing-gatsby-source-wordpress-wpgraphql_pantheonsite_io-2020_06_19-07_42pm-db-0t48bvq2b2.zip\";s:10:\"archiveURL\";s:188:\"https://devgatsbyint.wpengine.com/wp-content/uploads/backupbuddy_backups/backup-dev-automated-testing-gatsby-source-wordpress-wpgraphql_pantheonsite_io-2020_06_19-07_42pm-db-0t48bvq2b2.zip\";s:11:\"archiveSize\";i:91167;s:5:\"start\";d:1592595765.844207;s:6:\"finish\";d:1592595879.663283;s:4:\"type\";s:2:\"db\";s:12:\"profileTitle\";s:13:\"Database Only\";s:13:\"scheduleTitle\";s:0:\"\";s:15:\"integrityStatus\";b:1;s:12:\"destinations\";a:0:{}}s:21:\"last_error_email_time\";i:0;s:19:\"force_compatibility\";i:0;s:29:\"force_mysqldump_compatibility\";i:0;s:9:\"schedules\";a:0:{}s:9:\"log_level\";s:1:\"1\";s:13:\"high_security\";i:0;s:19:\"next_schedule_index\";i:100;s:13:\"archive_limit\";i:0;s:18:\"archive_limit_full\";i:0;s:16:\"archive_limit_db\";i:0;s:19:\"archive_limit_files\";i:0;s:18:\"archive_limit_size\";i:0;s:22:\"archive_limit_size_big\";i:50000;s:17:\"archive_limit_age\";i:0;s:26:\"delete_archives_pre_backup\";i:0;s:23:\"lock_archives_directory\";s:1:\"0\";s:25:\"set_greedy_execution_time\";i:0;s:28:\"email_notify_scheduled_start\";s:0:\"\";s:36:\"email_notify_scheduled_start_subject\";s:49:\"BackupBuddy Scheduled Backup Started - {home_url}\";s:33:\"email_notify_scheduled_start_body\";s:140:\"A scheduled backup has started with BackupBuddy v{backupbuddy_version} on {current_datetime} for the site {home_url}.\n\nDetails:\r\n\r\n{message}\";s:31:\"email_notify_scheduled_complete\";s:0:\"\";s:39:\"email_notify_scheduled_complete_subject\";s:50:\"BackupBuddy Scheduled Backup Complete - {home_url}\";s:36:\"email_notify_scheduled_complete_body\";s:142:\"A scheduled backup has completed with BackupBuddy v{backupbuddy_version} on {current_datetime} for the site {home_url}.\n\nDetails:\r\n\r\n{message}\";s:24:\"email_notify_send_finish\";s:0:\"\";s:32:\"email_notify_send_finish_subject\";s:43:\"BackupBuddy File Send Finished - {home_url}\";s:29:\"email_notify_send_finish_body\";s:168:\"A destination file send of file {backup_file} has finished with BackupBuddy v{backupbuddy_version} on {current_datetime} for the site {home_url}.\n\nDetails:\r\n\r\n{message}\";s:18:\"email_notify_error\";s:18:\"tyler@gatsbyjs.com\";s:26:\"email_notify_error_subject\";s:37:\"BackupBuddy Server Error - {home_url}\";s:23:\"email_notify_error_body\";s:136:\"BackupBuddy v{backupbuddy_version} encountered a server error on {current_datetime} for the site {home_url}. Error details:\r\n\r\n{message}\";s:12:\"email_return\";s:0:\"\";s:19:\"remote_destinations\";a:0:{}s:27:\"remote_send_timeout_retries\";s:1:\"1\";s:11:\"role_access\";s:16:\"activate_plugins\";s:16:\"dropboxtemptoken\";s:0:\"\";s:16:\"multisite_export\";s:1:\"0\";s:16:\"backup_directory\";s:0:\"\";s:14:\"temp_directory\";s:0:\"\";s:13:\"log_directory\";s:0:\"\";s:10:\"log_serial\";s:15:\"e51oedj6rbsjhep\";s:13:\"notifications\";a:0:{}s:19:\"zip_method_strategy\";s:1:\"1\";s:24:\"database_method_strategy\";s:3:\"php\";s:17:\"alternative_zip_2\";s:1:\"0\";s:19:\"ignore_zip_warnings\";s:1:\"1\";s:19:\"ignore_zip_symlinks\";s:1:\"1\";s:18:\"zip_build_strategy\";s:1:\"3\";s:15:\"zip_step_period\";s:2:\"30\";s:13:\"zip_burst_gap\";s:1:\"2\";s:21:\"zip_min_burst_content\";s:2:\"10\";s:21:\"zip_max_burst_content\";s:3:\"100\";s:25:\"disable_zipmethod_caching\";s:1:\"0\";s:19:\"archive_name_format\";s:8:\"datetime\";s:20:\"archive_name_profile\";s:1:\"0\";s:30:\"disable_https_local_ssl_verify\";s:1:\"0\";s:17:\"save_comment_meta\";s:1:\"1\";s:27:\"ignore_command_length_check\";s:1:\"0\";s:18:\"default_backup_tab\";s:1:\"0\";s:18:\"deployment_allowed\";s:1:\"0\";s:9:\"hide_live\";s:1:\"0\";s:21:\"hide_dashboard_widget\";s:1:\"0\";s:16:\"deploy_sslverify\";s:1:\"1\";s:10:\"remote_api\";a:2:{s:4:\"keys\";a:0:{}s:3:\"ips\";a:0:{}}s:20:\"skip_spawn_cron_call\";s:1:\"0\";s:5:\"stats\";a:6:{s:9:\"site_size\";i:0;s:18:\"site_size_excluded\";i:0;s:17:\"site_size_updated\";i:0;s:7:\"db_size\";i:0;s:16:\"db_size_excluded\";i:0;s:15:\"db_size_updated\";i:0;}s:9:\"disalerts\";a:0:{}s:15:\"breakout_tables\";s:1:\"1\";s:19:\"include_importbuddy\";s:1:\"1\";s:17:\"max_site_log_size\";s:1:\"3\";s:11:\"compression\";s:1:\"1\";s:25:\"no_new_backups_error_days\";s:2:\"10\";s:15:\"skip_quicksetup\";s:1:\"1\";s:13:\"prevent_flush\";s:1:\"0\";s:17:\"rollback_cleanups\";a:0:{}s:20:\"phpmysqldump_maxrows\";s:0:\"\";s:20:\"disable_localization\";s:1:\"0\";s:18:\"max_execution_time\";s:0:\"\";s:24:\"backup_cron_rescheduling\";s:1:\"0\";s:29:\"backup_cron_passed_force_time\";s:0:\"\";s:20:\"force_single_db_file\";s:1:\"0\";s:11:\"deployments\";a:0:{}s:19:\"max_send_stats_days\";s:1:\"7\";s:20:\"max_send_stats_count\";s:1:\"6\";s:26:\"max_notifications_age_days\";s:2:\"21\";s:19:\"save_backup_sum_log\";s:1:\"1\";s:26:\"limit_single_cron_per_pass\";s:1:\"1\";s:18:\"tested_php_runtime\";i:0;s:17:\"tested_php_memory\";i:0;s:23:\"last_tested_php_runtime\";i:0;s:22:\"last_tested_php_memory\";i:0;s:17:\"use_internal_cron\";s:1:\"0\";s:11:\"umask_check\";b:0;s:28:\"default_restores_permissions\";s:8:\"standard\";s:25:\"disable_dat_file_creation\";i:0;s:33:\"php_runtime_test_minimum_interval\";s:6:\"604800\";s:32:\"php_memory_test_minimum_interval\";s:6:\"604800\";s:29:\"cron_request_timeout_override\";s:0:\"\";s:8:\"profiles\";a:6:{i:2;a:2:{s:4:\"type\";s:4:\"full\";s:5:\"title\";s:15:\"Complete Backup\";}i:1;a:3:{s:4:\"type\";s:2:\"db\";s:5:\"title\";s:13:\"Database Only\";s:3:\"tip\";s:49:\"Just your database. I like your minimalist style.\";}i:-3;a:3:{s:4:\"type\";s:6:\"themes\";s:5:\"title\";s:11:\"Themes Only\";s:3:\"tip\";s:17:\"Just your themes.\";}i:-2;a:3:{s:4:\"type\";s:7:\"plugins\";s:5:\"title\";s:12:\"Plugins Only\";s:3:\"tip\";s:18:\"Just your plugins.\";}i:-1;a:3:{s:4:\"type\";s:5:\"media\";s:5:\"title\";s:10:\"Media Only\";s:3:\"tip\";s:16:\"WordPress Media.\";}i:0;a:14:{s:4:\"type\";s:8:\"defaults\";s:5:\"title\";s:15:\"Global Defaults\";s:18:\"skip_database_dump\";s:1:\"0\";s:19:\"backup_nonwp_tables\";s:1:\"0\";s:15:\"integrity_check\";s:1:\"1\";s:29:\"mysqldump_additional_includes\";s:0:\"\";s:29:\"mysqldump_additional_excludes\";s:0:\"\";s:8:\"excludes\";s:0:\"\";s:11:\"custom_root\";s:0:\"\";s:11:\"backup_mode\";s:1:\"2\";s:13:\"exclude_media\";s:1:\"0\";s:14:\"exclude_themes\";s:1:\"0\";s:15:\"exclude_plugins\";s:1:\"0\";s:19:\"active_plugins_only\";s:1:\"0\";}}s:23:\"show_all_cron_schedules\";i:0;}', 'no'), +(3606, 'ithemes-updater-cache', 'a:9:{s:18:\"timeout-multiplier\";i:1;s:10:\"expiration\";i:0;s:9:\"timestamp\";i:0;s:8:\"packages\";a:0:{}s:14:\"update_plugins\";a:0:{}s:13:\"update_themes\";a:0:{}s:12:\"use_ca_patch\";b:0;s:7:\"use_ssl\";b:1;s:14:\"quick_releases\";b:0;}', 'no'), +(3620, 'pb_backupbuddy_notifications', 'a:1:{i:0;a:7:{s:4:\"time\";i:1592595881;s:4:\"slug\";s:14:\"backup_success\";s:5:\"title\";s:30:\"Backup completed successfully.\";s:7:\"message\";s:56:\"A manual backup has completed successfully on your site.\";s:4:\"data\";a:3:{s:6:\"serial\";s:10:\"0t48bvq2b2\";s:4:\"type\";s:2:\"db\";s:13:\"profile_title\";s:13:\"Database Only\";}s:6:\"urgent\";b:0;s:8:\"syncSent\";b:0;}}', 'no'), +(3868, 'db_upgraded', '', 'yes'), +(5067, 'wperedirect', 'no', 'no'), +(5068, 'bvActivateTime', '1597964512', 'no'), +(5069, 'bvSecretKey', 'ruOpTrs6GkEIWlLXTEj8nWJ68LodcP4E', 'no'), +(5072, 'bvAccountsList', 'a:1:{s:32:\"fcec3ddcb404067eb6ffb3d34be3911c\";a:5:{s:6:\"secret\";s:32:\"5643dbe6c5b70e688d67171815df75c6\";s:14:\"lastbackuptime\";i:1597965139;s:8:\"wpengine\";b:1;s:3:\"url\";s:33:\"https://devgatsbyint.wpengine.com\";s:5:\"email\";s:22:\"tyl******@gatsbyjs.com\";}}', 'no'), +(5073, 'bvLastRecvTime', '1597965196', 'no'), +(5074, 'bvApiPublic', 'fcec3ddcb404067eb6ffb3d34be3911c', 'no'), +(5077, 'widget_wpe_powered_by_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), +(5078, 'wpe_notices', 'a:1:{s:4:\"read\";s:0:\"\";}', 'yes'), +(5079, 'wpe_notices_ttl', '1602946159', 'yes'), +(5092, 'yoast_migrations_free', 'a:1:{s:7:\"version\";s:4:\"14.9\";}', 'yes'); +INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES +(5102, 'wp_graphql_gutenberg_block_types', 'a:105:{s:23:\"woocommerce/all-reviews\";a:12:{s:4:\"name\";s:23:\"woocommerce/all-reviews\";s:8:\"keywords\";a:1:{i:0;s:11:\"WooCommerce\";}s:10:\"attributes\";a:15:{s:8:\"editMode\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"imageType\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:8:\"reviewer\";}s:7:\"orderby\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:11:\"most-recent\";}s:17:\"reviewsOnLoadMore\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:10;}s:17:\"reviewsOnPageLoad\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:10;}s:12:\"showLoadMore\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:11:\"showOrderby\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:14:\"showReviewDate\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:16:\"showReviewerName\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:15:\"showReviewImage\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:16:\"showReviewRating\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:17:\"showReviewContent\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:14:\"previewReviews\";a:2:{s:4:\"type\";s:5:\"array\";s:7:\"default\";N;}s:15:\"showProductName\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:4:\"html\";b:0;}s:6:\"styles\";a:0:{}s:5:\"title\";s:11:\"All Reviews\";s:11:\"description\";s:35:\"Show a list of all product reviews.\";s:8:\"category\";s:11:\"woocommerce\";s:7:\"example\";a:1:{s:10:\"attributes\";a:14:{s:8:\"editMode\";b:0;s:9:\"imageType\";s:8:\"reviewer\";s:7:\"orderby\";s:11:\"most-recent\";s:17:\"reviewsOnLoadMore\";i:10;s:17:\"reviewsOnPageLoad\";i:10;s:12:\"showLoadMore\";b:1;s:11:\"showOrderby\";b:1;s:14:\"showReviewDate\";b:1;s:16:\"showReviewerName\";b:1;s:15:\"showReviewImage\";b:1;s:16:\"showReviewRating\";b:1;s:17:\"showReviewContent\";b:1;s:14:\"previewReviews\";a:2:{i:0;a:12:{s:2:\"id\";i:1;s:12:\"date_created\";s:19:\"2019-07-15T17:05:04\";s:22:\"formatted_date_created\";s:13:\"July 15, 2019\";s:16:\"date_created_gmt\";s:19:\"2019-07-15T15:05:04\";s:10:\"product_id\";i:0;s:12:\"product_name\";s:17:\"WordPress Pennant\";s:17:\"product_permalink\";s:1:\"#\";s:8:\"reviewer\";s:5:\"Alice\";s:6:\"review\";s:67:\"I bought this product last week and I\'m very happy with it.
\n\";s:20:\"reviewer_avatar_urls\";a:2:{i:48;s:114:\"https://devgatsbyint.wpengine.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/img/avatar.jpg\";i:96;s:114:\"https://devgatsbyint.wpengine.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/img/avatar.jpg\";}s:6:\"rating\";i:5;s:8:\"verified\";b:1;}i:1;a:12:{s:2:\"id\";i:2;s:12:\"date_created\";s:19:\"2019-07-12T12:39:39\";s:22:\"formatted_date_created\";s:13:\"July 12, 2019\";s:16:\"date_created_gmt\";s:19:\"2019-07-12T10:39:39\";s:10:\"product_id\";i:0;s:12:\"product_name\";s:17:\"WordPress Pennant\";s:17:\"product_permalink\";s:1:\"#\";s:8:\"reviewer\";s:3:\"Bob\";s:6:\"review\";s:43:\"This product is awesome, I love it!
\n\";s:20:\"reviewer_avatar_urls\";a:2:{i:48;s:114:\"https://devgatsbyint.wpengine.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/img/avatar.jpg\";i:96;s:114:\"https://devgatsbyint.wpengine.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/img/avatar.jpg\";}s:6:\"rating\";N;s:8:\"verified\";b:0;}}s:15:\"showProductName\";b:1;}}s:10:\"variations\";a:0:{}}s:29:\"woocommerce/featured-category\";a:12:{s:4:\"name\";s:29:\"woocommerce/featured-category\";s:8:\"keywords\";a:1:{i:0;s:11:\"WooCommerce\";}s:10:\"attributes\";a:15:{s:12:\"contentAlign\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:6:\"center\";}s:8:\"dimRatio\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:50;}s:8:\"editMode\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"focalPoint\";a:1:{s:4:\"type\";s:6:\"object\";}s:6:\"height\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:500;}s:7:\"mediaId\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:8:\"mediaSrc\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:0:\"\";}s:12:\"overlayColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:18:\"customOverlayColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"linkText\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:8:\"Shop now\";}s:10:\"categoryId\";a:1:{s:4:\"type\";s:6:\"number\";}s:8:\"showDesc\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:15:\"previewCategory\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";N;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:2:{s:5:\"align\";a:2:{i:0;s:4:\"wide\";i:1;s:4:\"full\";}s:4:\"html\";b:0;}s:6:\"styles\";a:0:{}s:5:\"title\";s:17:\"Featured Category\";s:11:\"description\";s:66:\"Visually highlight a product category and encourage prompt action.\";s:8:\"category\";s:11:\"woocommerce\";s:7:\"example\";a:1:{s:10:\"attributes\";a:8:{s:12:\"contentAlign\";s:6:\"center\";s:8:\"dimRatio\";i:50;s:8:\"editMode\";b:0;s:6:\"height\";i:500;s:8:\"mediaSrc\";s:0:\"\";s:8:\"showDesc\";b:1;s:10:\"categoryId\";s:7:\"preview\";s:15:\"previewCategory\";a:8:{s:2:\"id\";i:1;s:4:\"name\";s:8:\"Clothing\";s:4:\"slug\";s:8:\"clothing\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:11:\"description\";s:50:\"Branded t-shirts, jumpers, pants and more!
\n\";s:5:\"image\";a:8:{s:2:\"id\";i:1;s:12:\"date_created\";s:19:\"2019-07-15T17:05:04\";s:16:\"date_created_gmt\";s:19:\"2019-07-15T17:05:04\";s:13:\"date_modified\";s:19:\"2019-07-15T17:05:04\";s:17:\"date_modified_gmt\";s:19:\"2019-07-15T17:05:04\";s:3:\"src\";s:118:\"https://devgatsbyint.wpengine.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/img/collection.jpg\";s:4:\"name\";s:0:\"\";s:3:\"alt\";s:0:\"\";}s:9:\"permalink\";s:1:\"#\";}}}s:10:\"variations\";a:0:{}}s:28:\"woocommerce/featured-product\";a:12:{s:4:\"name\";s:28:\"woocommerce/featured-product\";s:8:\"keywords\";a:1:{i:0;s:11:\"WooCommerce\";}s:10:\"attributes\";a:16:{s:12:\"contentAlign\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:6:\"center\";}s:8:\"dimRatio\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:50;}s:8:\"editMode\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"focalPoint\";a:1:{s:4:\"type\";s:6:\"object\";}s:6:\"height\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:500;}s:7:\"mediaId\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:8:\"mediaSrc\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:0:\"\";}s:12:\"overlayColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:18:\"customOverlayColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"linkText\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:8:\"Shop now\";}s:9:\"productId\";a:1:{s:4:\"type\";s:6:\"number\";}s:8:\"showDesc\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"showPrice\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:14:\"previewProduct\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";N;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:2:{s:5:\"align\";a:2:{i:0;s:4:\"wide\";i:1;s:4:\"full\";}s:4:\"html\";b:0;}s:6:\"styles\";a:0:{}s:5:\"title\";s:16:\"Featured Product\";s:11:\"description\";s:70:\"Visually highlight a product or variation and encourage prompt action.\";s:8:\"category\";s:11:\"woocommerce\";s:7:\"example\";a:1:{s:10:\"attributes\";a:8:{s:12:\"contentAlign\";s:6:\"center\";s:8:\"dimRatio\";i:50;s:8:\"editMode\";b:0;s:6:\"height\";i:500;s:8:\"mediaSrc\";s:0:\"\";s:8:\"showDesc\";b:1;s:9:\"productId\";s:7:\"preview\";s:14:\"previewProduct\";a:18:{s:2:\"id\";i:1;s:4:\"name\";s:17:\"WordPress Pennant\";s:9:\"variation\";s:0:\"\";s:9:\"permalink\";s:19:\"https://example.org\";s:3:\"sku\";s:10:\"wp-pennant\";s:17:\"short_description\";s:150:\"Fly your WordPress banner with this beauty! Deck out your office space or add it to your kids walls. This banner will spruce up any space it’s hung!\";s:11:\"description\";s:278:\"Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.\";s:5:\"price\";s:4:\"7.99\";s:10:\"price_html\";s:112:\"$7.99\";s:6:\"images\";a:1:{i:0;a:7:{s:2:\"id\";i:1;s:3:\"src\";s:115:\"https://devgatsbyint.wpengine.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/img/pennant.jpg\";s:9:\"thumbnail\";s:115:\"https://devgatsbyint.wpengine.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/img/pennant.jpg\";s:4:\"name\";s:13:\"pennant-1.jpg\";s:3:\"alt\";s:17:\"WordPress Pennant\";s:6:\"srcset\";s:0:\"\";s:5:\"sizes\";s:0:\"\";}}s:14:\"average_rating\";i:5;s:12:\"review_count\";i:1;s:6:\"prices\";a:10:{s:13:\"currency_code\";s:3:\"GBP\";s:17:\"decimal_separator\";s:1:\".\";s:18:\"thousand_separator\";s:1:\",\";s:8:\"decimals\";i:2;s:12:\"price_prefix\";s:2:\"£\";s:12:\"price_suffix\";s:0:\"\";s:5:\"price\";s:4:\"7.99\";s:13:\"regular_price\";s:4:\"9.99\";s:10:\"sale_price\";s:4:\"7.99\";s:11:\"price_range\";N;}s:11:\"add_to_cart\";a:2:{s:4:\"text\";s:11:\"Add to cart\";s:11:\"description\";s:11:\"Add to cart\";}s:11:\"has_options\";b:0;s:14:\"is_purchasable\";b:1;s:11:\"is_in_stock\";b:1;s:7:\"on_sale\";b:1;}}}s:10:\"variations\";a:0:{}}s:31:\"woocommerce/handpicked-products\";a:13:{s:4:\"name\";s:31:\"woocommerce/handpicked-products\";s:8:\"keywords\";a:2:{i:0;s:19:\"Handpicked Products\";i:1;s:11:\"WooCommerce\";}s:10:\"attributes\";a:9:{s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"columns\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:3;}s:8:\"editMode\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:17:\"contentVisibility\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:4:{s:5:\"title\";b:1;s:5:\"price\";b:1;s:6:\"rating\";b:1;s:6:\"button\";b:1;}}s:7:\"orderby\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:4:\"date\";}s:8:\"products\";a:2:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}s:12:\"alignButtons\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:9:\"isPreview\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:2:{s:5:\"align\";a:2:{i:0;s:4:\"wide\";i:1;s:4:\"full\";}s:4:\"html\";b:0;}s:6:\"styles\";a:0:{}s:5:\"title\";s:20:\"Hand-picked Products\";s:11:\"description\";s:54:\"Display a selection of hand-picked products in a grid.\";s:8:\"category\";s:11:\"woocommerce\";s:7:\"example\";a:1:{s:10:\"attributes\";a:1:{s:9:\"isPreview\";b:1;}}s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:7:{s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"columns\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:3;}s:8:\"editMode\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:17:\"contentVisibility\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:4:{s:5:\"title\";b:1;s:5:\"price\";b:1;s:6:\"rating\";b:1;s:6:\"button\";b:1;}}s:7:\"orderby\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:4:\"date\";}s:8:\"products\";a:2:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:32:\"woocommerce/product-best-sellers\";a:13:{s:4:\"name\";s:32:\"woocommerce/product-best-sellers\";s:8:\"keywords\";a:1:{i:0;s:11:\"WooCommerce\";}s:10:\"attributes\";a:9:{s:7:\"columns\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:3;}s:4:\"rows\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:3;}s:12:\"alignButtons\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"categories\";a:2:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}s:11:\"catOperator\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:3:\"any\";}s:17:\"contentVisibility\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:4:{s:5:\"title\";b:1;s:5:\"price\";b:1;s:6:\"rating\";b:1;s:6:\"button\";b:1;}}s:9:\"isPreview\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:2:{s:5:\"align\";a:2:{i:0;s:4:\"wide\";i:1;s:4:\"full\";}s:4:\"html\";b:0;}s:6:\"styles\";a:0:{}s:5:\"title\";s:21:\"Best Selling Products\";s:11:\"description\";s:54:\"Display a grid of your all-time best selling products.\";s:8:\"category\";s:11:\"woocommerce\";s:7:\"example\";a:1:{s:10:\"attributes\";a:1:{s:9:\"isPreview\";b:1;}}s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:8:{s:7:\"columns\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:3;}s:4:\"rows\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:3;}s:12:\"alignButtons\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"categories\";a:2:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}s:11:\"catOperator\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:3:\"any\";}s:17:\"contentVisibility\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:4:{s:5:\"title\";b:1;s:5:\"price\";b:1;s:6:\"rating\";b:1;s:6:\"button\";b:1;}}s:9:\"isPreview\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:30:\"woocommerce/product-categories\";a:13:{s:4:\"name\";s:30:\"woocommerce/product-categories\";s:8:\"keywords\";a:1:{i:0;s:11:\"WooCommerce\";}s:10:\"attributes\";a:7:{s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"hasCount\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:8:\"hasImage\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:8:\"hasEmpty\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"isDropdown\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:14:\"isHierarchical\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:2:{s:5:\"align\";a:2:{i:0;s:4:\"wide\";i:1;s:4:\"full\";}s:4:\"html\";b:0;}s:6:\"styles\";a:0:{}s:5:\"title\";s:23:\"Product Categories List\";s:11:\"description\";s:50:\"Show all product categories as a list or dropdown.\";s:8:\"category\";s:11:\"woocommerce\";s:7:\"example\";a:1:{s:10:\"attributes\";a:2:{s:8:\"hasCount\";b:1;s:8:\"hasImage\";b:0;}}s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:5:{s:8:\"hasCount\";a:5:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:3:\"div\";s:9:\"attribute\";s:14:\"data-has-count\";}s:8:\"hasEmpty\";a:5:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:3:\"div\";s:9:\"attribute\";s:14:\"data-has-empty\";}s:10:\"isDropdown\";a:5:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:3:\"div\";s:9:\"attribute\";s:16:\"data-is-dropdown\";}s:14:\"isHierarchical\";a:5:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:3:\"div\";s:9:\"attribute\";s:20:\"data-is-hierarchical\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:28:\"woocommerce/product-category\";a:13:{s:4:\"name\";s:28:\"woocommerce/product-category\";s:8:\"keywords\";a:1:{i:0;s:11:\"WooCommerce\";}s:10:\"attributes\";a:11:{s:7:\"columns\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:3;}s:4:\"rows\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:3;}s:12:\"alignButtons\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"categories\";a:2:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}s:11:\"catOperator\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:3:\"any\";}s:17:\"contentVisibility\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:4:{s:5:\"title\";b:1;s:5:\"price\";b:1;s:6:\"rating\";b:1;s:6:\"button\";b:1;}}s:9:\"isPreview\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:8:\"editMode\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:7:\"orderby\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:4:\"date\";}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:2:{s:5:\"align\";a:2:{i:0;s:4:\"wide\";i:1;s:4:\"full\";}s:4:\"html\";b:0;}s:6:\"styles\";a:0:{}s:5:\"title\";s:20:\"Products by Category\";s:11:\"description\";s:57:\"Display a grid of products from your selected categories.\";s:8:\"category\";s:11:\"woocommerce\";s:7:\"example\";a:1:{s:10:\"attributes\";a:1:{s:9:\"isPreview\";b:1;}}s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:10:{s:7:\"columns\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:3;}s:4:\"rows\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:3;}s:12:\"alignButtons\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"categories\";a:2:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}s:11:\"catOperator\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:3:\"any\";}s:17:\"contentVisibility\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:4:{s:5:\"title\";b:1;s:5:\"price\";b:1;s:6:\"rating\";b:1;s:6:\"button\";b:1;}}s:9:\"isPreview\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:8:\"editMode\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:7:\"orderby\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:4:\"date\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:23:\"woocommerce/product-new\";a:13:{s:4:\"name\";s:23:\"woocommerce/product-new\";s:8:\"keywords\";a:1:{i:0;s:11:\"WooCommerce\";}s:10:\"attributes\";a:9:{s:7:\"columns\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:3;}s:4:\"rows\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:3;}s:12:\"alignButtons\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"categories\";a:2:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}s:11:\"catOperator\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:3:\"any\";}s:17:\"contentVisibility\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:4:{s:5:\"title\";b:1;s:5:\"price\";b:1;s:6:\"rating\";b:1;s:6:\"button\";b:1;}}s:9:\"isPreview\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:2:{s:5:\"align\";a:2:{i:0;s:4:\"wide\";i:1;s:4:\"full\";}s:4:\"html\";b:0;}s:6:\"styles\";a:0:{}s:5:\"title\";s:15:\"Newest Products\";s:11:\"description\";s:39:\"Display a grid of your newest products.\";s:8:\"category\";s:11:\"woocommerce\";s:7:\"example\";a:1:{s:10:\"attributes\";a:1:{s:9:\"isPreview\";b:1;}}s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:8:{s:7:\"columns\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:3;}s:4:\"rows\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:3;}s:12:\"alignButtons\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"categories\";a:2:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}s:11:\"catOperator\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:3:\"any\";}s:17:\"contentVisibility\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:4:{s:5:\"title\";b:1;s:5:\"price\";b:1;s:6:\"rating\";b:1;s:6:\"button\";b:1;}}s:9:\"isPreview\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:27:\"woocommerce/product-on-sale\";a:13:{s:4:\"name\";s:27:\"woocommerce/product-on-sale\";s:8:\"keywords\";a:1:{i:0;s:11:\"WooCommerce\";}s:10:\"attributes\";a:10:{s:7:\"columns\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:3;}s:4:\"rows\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:3;}s:12:\"alignButtons\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"categories\";a:2:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}s:11:\"catOperator\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:3:\"any\";}s:17:\"contentVisibility\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:4:{s:5:\"title\";b:1;s:5:\"price\";b:1;s:6:\"rating\";b:1;s:6:\"button\";b:1;}}s:9:\"isPreview\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:7:\"orderby\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:4:\"date\";}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:2:{s:5:\"align\";a:2:{i:0;s:4:\"wide\";i:1;s:4:\"full\";}s:4:\"html\";b:0;}s:6:\"styles\";a:0:{}s:5:\"title\";s:16:\"On Sale Products\";s:11:\"description\";s:45:\"Display a grid of products currently on sale.\";s:8:\"category\";s:11:\"woocommerce\";s:7:\"example\";a:1:{s:10:\"attributes\";a:1:{s:9:\"isPreview\";b:1;}}s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:9:{s:7:\"columns\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:3;}s:4:\"rows\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:3;}s:12:\"alignButtons\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"categories\";a:2:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}s:11:\"catOperator\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:3:\"any\";}s:17:\"contentVisibility\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:4:{s:5:\"title\";b:1;s:5:\"price\";b:1;s:6:\"rating\";b:1;s:6:\"button\";b:1;}}s:9:\"isPreview\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:7:\"orderby\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:4:\"date\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:33:\"woocommerce/products-by-attribute\";a:13:{s:4:\"name\";s:33:\"woocommerce/products-by-attribute\";s:8:\"keywords\";a:1:{i:0;s:11:\"WooCommerce\";}s:10:\"attributes\";a:11:{s:10:\"attributes\";a:2:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}s:12:\"attrOperator\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:3:\"any\";}s:7:\"columns\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:3;}s:8:\"editMode\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:17:\"contentVisibility\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:4:{s:5:\"title\";b:1;s:5:\"price\";b:1;s:6:\"rating\";b:1;s:6:\"button\";b:1;}}s:7:\"orderby\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:4:\"date\";}s:4:\"rows\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:3;}s:12:\"alignButtons\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:9:\"isPreview\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:2:{s:5:\"align\";a:2:{i:0;s:4:\"wide\";i:1;s:4:\"full\";}s:4:\"html\";b:0;}s:6:\"styles\";a:0:{}s:5:\"title\";s:21:\"Products by Attribute\";s:11:\"description\";s:52:\"Display a grid of products with selected attributes.\";s:8:\"category\";s:11:\"woocommerce\";s:7:\"example\";a:1:{s:10:\"attributes\";a:1:{s:9:\"isPreview\";b:1;}}s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:8:{s:10:\"attributes\";a:2:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}s:12:\"attrOperator\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:3:\"any\";}s:7:\"columns\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:3;}s:8:\"editMode\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:17:\"contentVisibility\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:4:{s:5:\"title\";b:1;s:5:\"price\";b:1;s:6:\"rating\";b:1;s:6:\"button\";b:1;}}s:7:\"orderby\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:4:\"date\";}s:4:\"rows\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:3;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:29:\"woocommerce/product-top-rated\";a:13:{s:4:\"name\";s:29:\"woocommerce/product-top-rated\";s:8:\"keywords\";a:1:{i:0;s:11:\"WooCommerce\";}s:10:\"attributes\";a:9:{s:7:\"columns\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:3;}s:4:\"rows\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:3;}s:12:\"alignButtons\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"categories\";a:2:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}s:11:\"catOperator\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:3:\"any\";}s:17:\"contentVisibility\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:4:{s:5:\"title\";b:1;s:5:\"price\";b:1;s:6:\"rating\";b:1;s:6:\"button\";b:1;}}s:9:\"isPreview\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:2:{s:5:\"align\";a:2:{i:0;s:4:\"wide\";i:1;s:4:\"full\";}s:4:\"html\";b:0;}s:6:\"styles\";a:0:{}s:5:\"title\";s:18:\"Top Rated Products\";s:11:\"description\";s:42:\"Display a grid of your top rated products.\";s:8:\"category\";s:11:\"woocommerce\";s:7:\"example\";a:1:{s:10:\"attributes\";a:1:{s:9:\"isPreview\";b:1;}}s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:8:{s:7:\"columns\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:3;}s:4:\"rows\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:3;}s:12:\"alignButtons\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"categories\";a:2:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}s:11:\"catOperator\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:3:\"any\";}s:17:\"contentVisibility\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:4:{s:5:\"title\";b:1;s:5:\"price\";b:1;s:6:\"rating\";b:1;s:6:\"button\";b:1;}}s:9:\"isPreview\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:30:\"woocommerce/reviews-by-product\";a:12:{s:4:\"name\";s:30:\"woocommerce/reviews-by-product\";s:8:\"keywords\";a:1:{i:0;s:11:\"WooCommerce\";}s:10:\"attributes\";a:15:{s:8:\"editMode\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"imageType\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:8:\"reviewer\";}s:7:\"orderby\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:11:\"most-recent\";}s:17:\"reviewsOnLoadMore\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:10;}s:17:\"reviewsOnPageLoad\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:10;}s:12:\"showLoadMore\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:11:\"showOrderby\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:14:\"showReviewDate\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:16:\"showReviewerName\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:15:\"showReviewImage\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:16:\"showReviewRating\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:17:\"showReviewContent\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:14:\"previewReviews\";a:2:{s:4:\"type\";s:5:\"array\";s:7:\"default\";N;}s:9:\"productId\";a:1:{s:4:\"type\";s:6:\"number\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:4:\"html\";b:0;}s:6:\"styles\";a:0:{}s:5:\"title\";s:18:\"Reviews by Product\";s:11:\"description\";s:45:\"Show reviews of your products to build trust.\";s:8:\"category\";s:11:\"woocommerce\";s:7:\"example\";a:1:{s:10:\"attributes\";a:14:{s:8:\"editMode\";b:0;s:9:\"imageType\";s:8:\"reviewer\";s:7:\"orderby\";s:11:\"most-recent\";s:17:\"reviewsOnLoadMore\";i:10;s:17:\"reviewsOnPageLoad\";i:10;s:12:\"showLoadMore\";b:1;s:11:\"showOrderby\";b:1;s:14:\"showReviewDate\";b:1;s:16:\"showReviewerName\";b:1;s:15:\"showReviewImage\";b:1;s:16:\"showReviewRating\";b:1;s:17:\"showReviewContent\";b:1;s:14:\"previewReviews\";a:2:{i:0;a:12:{s:2:\"id\";i:1;s:12:\"date_created\";s:19:\"2019-07-15T17:05:04\";s:22:\"formatted_date_created\";s:13:\"July 15, 2019\";s:16:\"date_created_gmt\";s:19:\"2019-07-15T15:05:04\";s:10:\"product_id\";i:0;s:12:\"product_name\";s:17:\"WordPress Pennant\";s:17:\"product_permalink\";s:1:\"#\";s:8:\"reviewer\";s:5:\"Alice\";s:6:\"review\";s:67:\"I bought this product last week and I\'m very happy with it.
\n\";s:20:\"reviewer_avatar_urls\";a:2:{i:48;s:114:\"https://devgatsbyint.wpengine.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/img/avatar.jpg\";i:96;s:114:\"https://devgatsbyint.wpengine.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/img/avatar.jpg\";}s:6:\"rating\";i:5;s:8:\"verified\";b:1;}i:1;a:12:{s:2:\"id\";i:2;s:12:\"date_created\";s:19:\"2019-07-12T12:39:39\";s:22:\"formatted_date_created\";s:13:\"July 12, 2019\";s:16:\"date_created_gmt\";s:19:\"2019-07-12T10:39:39\";s:10:\"product_id\";i:0;s:12:\"product_name\";s:17:\"WordPress Pennant\";s:17:\"product_permalink\";s:1:\"#\";s:8:\"reviewer\";s:3:\"Bob\";s:6:\"review\";s:43:\"This product is awesome, I love it!
\n\";s:20:\"reviewer_avatar_urls\";a:2:{i:48;s:114:\"https://devgatsbyint.wpengine.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/img/avatar.jpg\";i:96;s:114:\"https://devgatsbyint.wpengine.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/img/avatar.jpg\";}s:6:\"rating\";N;s:8:\"verified\";b:0;}}s:9:\"productId\";i:1;}}s:10:\"variations\";a:0:{}}s:31:\"woocommerce/reviews-by-category\";a:12:{s:4:\"name\";s:31:\"woocommerce/reviews-by-category\";s:8:\"keywords\";a:1:{i:0;s:11:\"WooCommerce\";}s:10:\"attributes\";a:16:{s:8:\"editMode\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"imageType\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:8:\"reviewer\";}s:7:\"orderby\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:11:\"most-recent\";}s:17:\"reviewsOnLoadMore\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:10;}s:17:\"reviewsOnPageLoad\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:10;}s:12:\"showLoadMore\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:11:\"showOrderby\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:14:\"showReviewDate\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:16:\"showReviewerName\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:15:\"showReviewImage\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:16:\"showReviewRating\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:17:\"showReviewContent\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:14:\"previewReviews\";a:2:{s:4:\"type\";s:5:\"array\";s:7:\"default\";N;}s:11:\"categoryIds\";a:2:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}s:15:\"showProductName\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:4:\"html\";b:0;}s:6:\"styles\";a:0:{}s:5:\"title\";s:19:\"Reviews by Category\";s:11:\"description\";s:46:\"Show product reviews from specific categories.\";s:8:\"category\";s:11:\"woocommerce\";s:7:\"example\";a:1:{s:10:\"attributes\";a:15:{s:8:\"editMode\";b:0;s:9:\"imageType\";s:8:\"reviewer\";s:7:\"orderby\";s:11:\"most-recent\";s:17:\"reviewsOnLoadMore\";i:10;s:17:\"reviewsOnPageLoad\";i:10;s:12:\"showLoadMore\";b:1;s:11:\"showOrderby\";b:1;s:14:\"showReviewDate\";b:1;s:16:\"showReviewerName\";b:1;s:15:\"showReviewImage\";b:1;s:16:\"showReviewRating\";b:1;s:17:\"showReviewContent\";b:1;s:14:\"previewReviews\";a:2:{i:0;a:12:{s:2:\"id\";i:1;s:12:\"date_created\";s:19:\"2019-07-15T17:05:04\";s:22:\"formatted_date_created\";s:13:\"July 15, 2019\";s:16:\"date_created_gmt\";s:19:\"2019-07-15T15:05:04\";s:10:\"product_id\";i:0;s:12:\"product_name\";s:17:\"WordPress Pennant\";s:17:\"product_permalink\";s:1:\"#\";s:8:\"reviewer\";s:5:\"Alice\";s:6:\"review\";s:67:\"I bought this product last week and I\'m very happy with it.
\n\";s:20:\"reviewer_avatar_urls\";a:2:{i:48;s:114:\"https://devgatsbyint.wpengine.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/img/avatar.jpg\";i:96;s:114:\"https://devgatsbyint.wpengine.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/img/avatar.jpg\";}s:6:\"rating\";i:5;s:8:\"verified\";b:1;}i:1;a:12:{s:2:\"id\";i:2;s:12:\"date_created\";s:19:\"2019-07-12T12:39:39\";s:22:\"formatted_date_created\";s:13:\"July 12, 2019\";s:16:\"date_created_gmt\";s:19:\"2019-07-12T10:39:39\";s:10:\"product_id\";i:0;s:12:\"product_name\";s:17:\"WordPress Pennant\";s:17:\"product_permalink\";s:1:\"#\";s:8:\"reviewer\";s:3:\"Bob\";s:6:\"review\";s:43:\"This product is awesome, I love it!
\n\";s:20:\"reviewer_avatar_urls\";a:2:{i:48;s:114:\"https://devgatsbyint.wpengine.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/img/avatar.jpg\";i:96;s:114:\"https://devgatsbyint.wpengine.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/img/avatar.jpg\";}s:6:\"rating\";N;s:8:\"verified\";b:0;}}s:11:\"categoryIds\";a:1:{i:0;i:1;}s:15:\"showProductName\";b:1;}}s:10:\"variations\";a:0:{}}s:26:\"woocommerce/product-search\";a:12:{s:4:\"name\";s:26:\"woocommerce/product-search\";s:8:\"keywords\";a:1:{i:0;s:11:\"WooCommerce\";}s:10:\"attributes\";a:6:{s:8:\"hasLabel\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"label\";a:4:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:6:\"Search\";s:6:\"source\";s:4:\"text\";s:8:\"selector\";s:5:\"label\";}s:11:\"placeholder\";a:5:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:18:\"Search products…\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:36:\"input.wc-block-product-search__field\";s:9:\"attribute\";s:11:\"placeholder\";}s:6:\"formId\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:0:\"\";}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";a:2:{i:0;s:4:\"wide\";i:1;s:4:\"full\";}}s:6:\"styles\";a:0:{}s:5:\"title\";s:14:\"Product Search\";s:11:\"description\";s:66:\"A search box to allow customers to search for products by keyword.\";s:8:\"category\";s:11:\"woocommerce\";s:7:\"example\";a:1:{s:10:\"attributes\";a:1:{s:8:\"hasLabel\";b:1;}}s:10:\"variations\";a:0:{}}s:23:\"woocommerce/product-tag\";a:12:{s:4:\"name\";s:23:\"woocommerce/product-tag\";s:8:\"keywords\";a:1:{i:0;s:11:\"WooCommerce\";}s:10:\"attributes\";a:10:{s:7:\"columns\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:3;}s:4:\"rows\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:3;}s:12:\"alignButtons\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:17:\"contentVisibility\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:4:{s:5:\"title\";b:1;s:5:\"price\";b:1;s:6:\"rating\";b:1;s:6:\"button\";b:1;}}s:4:\"tags\";a:2:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}s:11:\"tagOperator\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:3:\"any\";}s:7:\"orderby\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:4:\"date\";}s:9:\"isPreview\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:2:{s:5:\"align\";a:2:{i:0;s:4:\"wide\";i:1;s:4:\"full\";}s:4:\"html\";b:0;}s:6:\"styles\";a:0:{}s:5:\"title\";s:15:\"Products by Tag\";s:11:\"description\";s:46:\"Display a grid of products with selected tags.\";s:8:\"category\";s:11:\"woocommerce\";s:7:\"example\";a:1:{s:10:\"attributes\";a:1:{s:9:\"isPreview\";b:1;}}s:10:\"variations\";a:0:{}}s:25:\"woocommerce/product-title\";a:13:{s:4:\"name\";s:25:\"woocommerce/product-title\";s:8:\"keywords\";a:1:{i:0;s:11:\"WooCommerce\";}s:10:\"attributes\";a:4:{s:12:\"headingLevel\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:2;}s:11:\"productLink\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"productId\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:4:\"html\";b:0;}s:6:\"styles\";a:0:{}s:5:\"title\";s:13:\"Product Title\";s:11:\"description\";s:31:\"Display the title of a product.\";s:8:\"category\";s:28:\"woocommerce-product-elements\";s:6:\"parent\";a:2:{i:0;s:25:\"@woocommerce/all-products\";i:1;s:27:\"@woocommerce/single-product\";}s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:1:{s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:25:\"woocommerce/product-price\";a:13:{s:4:\"name\";s:25:\"woocommerce/product-price\";s:8:\"keywords\";a:1:{i:0;s:11:\"WooCommerce\";}s:10:\"attributes\";a:2:{s:9:\"productId\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:4:\"html\";b:0;}s:6:\"styles\";a:0:{}s:5:\"title\";s:13:\"Product Price\";s:11:\"description\";s:31:\"Display the price of a product.\";s:8:\"category\";s:28:\"woocommerce-product-elements\";s:6:\"parent\";a:2:{i:0;s:25:\"@woocommerce/all-products\";i:1;s:27:\"@woocommerce/single-product\";}s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:1:{s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:25:\"woocommerce/product-image\";a:13:{s:4:\"name\";s:25:\"woocommerce/product-image\";s:8:\"keywords\";a:1:{i:0;s:11:\"WooCommerce\";}s:10:\"attributes\";a:6:{s:11:\"productLink\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:13:\"showSaleBadge\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:14:\"saleBadgeAlign\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:5:\"right\";}s:11:\"imageSizing\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:9:\"full-size\";}s:9:\"productId\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:4:\"html\";b:0;}s:6:\"styles\";a:0:{}s:5:\"title\";s:13:\"Product Image\";s:11:\"description\";s:30:\"Display the main product image\";s:8:\"category\";s:28:\"woocommerce-product-elements\";s:6:\"parent\";a:2:{i:0;s:25:\"@woocommerce/all-products\";i:1;s:27:\"@woocommerce/single-product\";}s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:1:{s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:26:\"woocommerce/product-rating\";a:13:{s:4:\"name\";s:26:\"woocommerce/product-rating\";s:8:\"keywords\";a:1:{i:0;s:11:\"WooCommerce\";}s:10:\"attributes\";a:2:{s:9:\"productId\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:4:\"html\";b:0;}s:6:\"styles\";a:0:{}s:5:\"title\";s:14:\"Product Rating\";s:11:\"description\";s:40:\"Display the average rating of a product.\";s:8:\"category\";s:28:\"woocommerce-product-elements\";s:6:\"parent\";a:2:{i:0;s:25:\"@woocommerce/all-products\";i:1;s:27:\"@woocommerce/single-product\";}s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:1:{s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:26:\"woocommerce/product-button\";a:13:{s:4:\"name\";s:26:\"woocommerce/product-button\";s:8:\"keywords\";a:1:{i:0;s:11:\"WooCommerce\";}s:10:\"attributes\";a:2:{s:9:\"productId\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:4:\"html\";b:0;}s:6:\"styles\";a:0:{}s:5:\"title\";s:18:\"Add to Cart Button\";s:11:\"description\";s:104:\"Display a call to action button which either adds the product to the cart, or links to the product page.\";s:8:\"category\";s:28:\"woocommerce-product-elements\";s:6:\"parent\";a:2:{i:0;s:25:\"@woocommerce/all-products\";i:1;s:27:\"@woocommerce/single-product\";}s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:1:{s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:27:\"woocommerce/product-summary\";a:13:{s:4:\"name\";s:27:\"woocommerce/product-summary\";s:8:\"keywords\";a:1:{i:0;s:11:\"WooCommerce\";}s:10:\"attributes\";a:2:{s:9:\"productId\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:4:\"html\";b:0;}s:6:\"styles\";a:0:{}s:5:\"title\";s:15:\"Product Summary\";s:11:\"description\";s:44:\"Display a short description about a product.\";s:8:\"category\";s:28:\"woocommerce-product-elements\";s:6:\"parent\";a:2:{i:0;s:25:\"@woocommerce/all-products\";i:1;s:27:\"@woocommerce/single-product\";}s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:1:{s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:30:\"woocommerce/product-sale-badge\";a:13:{s:4:\"name\";s:30:\"woocommerce/product-sale-badge\";s:8:\"keywords\";a:1:{i:0;s:11:\"WooCommerce\";}s:10:\"attributes\";a:2:{s:9:\"productId\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:4:\"html\";b:0;}s:6:\"styles\";a:0:{}s:5:\"title\";s:13:\"On-Sale Badge\";s:11:\"description\";s:52:\"Displays an on-sale badge if the product is on-sale.\";s:8:\"category\";s:28:\"woocommerce-product-elements\";s:6:\"parent\";a:2:{i:0;s:25:\"@woocommerce/all-products\";i:1;s:27:\"@woocommerce/single-product\";}s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:1:{s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:24:\"woocommerce/all-products\";a:14:{s:4:\"name\";s:24:\"woocommerce/all-products\";s:8:\"keywords\";a:1:{i:0;s:11:\"WooCommerce\";}s:10:\"attributes\";a:9:{s:7:\"columns\";a:1:{s:4:\"type\";s:6:\"number\";}s:4:\"rows\";a:1:{s:4:\"type\";s:6:\"number\";}s:12:\"alignButtons\";a:1:{s:4:\"type\";s:7:\"boolean\";}s:17:\"contentVisibility\";a:1:{s:4:\"type\";s:6:\"object\";}s:7:\"orderby\";a:1:{s:4:\"type\";s:6:\"string\";}s:12:\"layoutConfig\";a:1:{s:4:\"type\";s:5:\"array\";}s:9:\"isPreview\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:3:{s:5:\"align\";a:2:{i:0;s:4:\"wide\";i:1;s:4:\"full\";}s:4:\"html\";b:0;s:8:\"multiple\";b:0;}s:6:\"styles\";a:0:{}s:5:\"title\";s:12:\"All Products\";s:11:\"description\";s:50:\"Display products from your store in a grid layout.\";s:8:\"category\";s:11:\"woocommerce\";s:7:\"example\";a:1:{s:10:\"attributes\";a:1:{s:9:\"isPreview\";b:1;}}s:8:\"defaults\";a:7:{s:7:\"columns\";i:3;s:4:\"rows\";i:3;s:12:\"alignButtons\";b:0;s:17:\"contentVisibility\";a:1:{s:7:\"orderBy\";b:1;}s:7:\"orderby\";s:4:\"date\";s:12:\"layoutConfig\";a:5:{i:0;a:1:{i:0;s:25:\"woocommerce/product-image\";}i:1;a:1:{i:0;s:25:\"woocommerce/product-title\";}i:2;a:1:{i:0;s:25:\"woocommerce/product-price\";}i:3;a:1:{i:0;s:26:\"woocommerce/product-rating\";}i:4;a:1:{i:0;s:26:\"woocommerce/product-button\";}}s:9:\"isPreview\";b:0;}s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:8:{s:7:\"columns\";a:1:{s:4:\"type\";s:6:\"number\";}s:4:\"rows\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:1;}s:12:\"alignButtons\";a:1:{s:4:\"type\";s:7:\"boolean\";}s:17:\"contentVisibility\";a:1:{s:4:\"type\";s:6:\"object\";}s:7:\"orderby\";a:1:{s:4:\"type\";s:6:\"string\";}s:12:\"layoutConfig\";a:1:{s:4:\"type\";s:5:\"array\";}s:9:\"isPreview\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:24:\"woocommerce/price-filter\";a:12:{s:4:\"name\";s:24:\"woocommerce/price-filter\";s:8:\"keywords\";a:1:{i:0;s:11:\"WooCommerce\";}s:10:\"attributes\";a:5:{s:15:\"showInputFields\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:16:\"showFilterButton\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:7:\"heading\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:15:\"Filter by price\";}s:12:\"headingLevel\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:3;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:2:{s:4:\"html\";b:0;s:8:\"multiple\";b:0;}s:6:\"styles\";a:0:{}s:5:\"title\";s:24:\"Filter Products by Price\";s:11:\"description\";s:130:\"Allow customers to filter the products by choosing a lower or upper price limit. Works in combination with the All Products block.\";s:8:\"category\";s:11:\"woocommerce\";s:7:\"example\";a:0:{}s:10:\"variations\";a:0:{}}s:28:\"woocommerce/attribute-filter\";a:12:{s:4:\"name\";s:28:\"woocommerce/attribute-filter\";s:8:\"keywords\";a:1:{i:0;s:11:\"WooCommerce\";}s:10:\"attributes\";a:9:{s:11:\"attributeId\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:10:\"showCounts\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"queryType\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:2:\"or\";}s:7:\"heading\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:19:\"Filter by attribute\";}s:12:\"headingLevel\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:3;}s:12:\"displayStyle\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:4:\"list\";}s:16:\"showFilterButton\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:9:\"isPreview\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:4:\"html\";b:0;}s:6:\"styles\";a:0:{}s:5:\"title\";s:28:\"Filter Products by Attribute\";s:11:\"description\";s:121:\"Allow customers to filter the grid by product attribute, such as color. Works in combination with the All Products block.\";s:8:\"category\";s:11:\"woocommerce\";s:7:\"example\";a:1:{s:10:\"attributes\";a:1:{s:9:\"isPreview\";b:1;}}s:10:\"variations\";a:0:{}}s:26:\"woocommerce/active-filters\";a:12:{s:4:\"name\";s:26:\"woocommerce/active-filters\";s:8:\"keywords\";a:1:{i:0;s:11:\"WooCommerce\";}s:10:\"attributes\";a:4:{s:12:\"displayStyle\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:4:\"list\";}s:7:\"heading\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:14:\"Active filters\";}s:12:\"headingLevel\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:3;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:2:{s:4:\"html\";b:0;s:8:\"multiple\";b:0;}s:6:\"styles\";a:0:{}s:5:\"title\";s:22:\"Active Product Filters\";s:11:\"description\";s:105:\"Show the currently active product filters. Works in combination with the All Products and filters blocks.\";s:8:\"category\";s:11:\"woocommerce\";s:7:\"example\";a:1:{s:10:\"attributes\";a:0:{}}s:10:\"variations\";a:0:{}}s:18:\"yoast/how-to-block\";a:13:{s:4:\"name\";s:18:\"yoast/how-to-block\";s:8:\"keywords\";a:5:{i:0;s:6:\"How-to\";i:1;s:6:\"How to\";i:2;s:6:\"Schema\";i:3;s:3:\"SEO\";i:4;s:15:\"Structured Data\";}s:10:\"attributes\";a:12:{s:11:\"hasDuration\";a:1:{s:4:\"type\";s:7:\"boolean\";}s:4:\"days\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"hours\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"minutes\";a:1:{s:4:\"type\";s:6:\"string\";}s:11:\"description\";a:3:{s:4:\"type\";s:5:\"array\";s:6:\"source\";s:8:\"children\";s:8:\"selector\";s:26:\".schema-how-to-description\";}s:15:\"jsonDescription\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"steps\";a:1:{s:4:\"type\";s:5:\"array\";}s:24:\"additionalListCssClasses\";a:1:{s:4:\"type\";s:6:\"string\";}s:13:\"unorderedList\";a:1:{s:4:\"type\";s:7:\"boolean\";}s:12:\"durationText\";a:1:{s:4:\"type\";s:6:\"string\";}s:19:\"defaultDurationText\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:8:\"multiple\";b:0;}s:6:\"styles\";a:0:{}s:5:\"title\";s:12:\"Yoast How-to\";s:11:\"description\";s:89:\"Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.\";s:8:\"category\";s:28:\"yoast-structured-data-blocks\";s:7:\"example\";a:1:{s:10:\"attributes\";a:1:{s:5:\"steps\";a:2:{i:0;a:3:{s:2:\"id\";s:25:\"how-to-step-1602177822453\";s:4:\"name\";a:0:{}s:4:\"text\";a:0:{}}i:1;a:3:{s:2:\"id\";s:25:\"how-to-step-1602177822453\";s:4:\"name\";a:0:{}s:4:\"text\";a:0:{}}}}}s:10:\"deprecated\";a:2:{i:0;a:1:{s:10:\"attributes\";a:12:{s:11:\"hasDuration\";a:1:{s:4:\"type\";s:7:\"boolean\";}s:4:\"days\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"hours\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"minutes\";a:1:{s:4:\"type\";s:6:\"string\";}s:11:\"description\";a:3:{s:4:\"type\";s:5:\"array\";s:6:\"source\";s:8:\"children\";s:8:\"selector\";s:26:\".schema-how-to-description\";}s:15:\"jsonDescription\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"steps\";a:1:{s:4:\"type\";s:5:\"array\";}s:24:\"additionalListCssClasses\";a:1:{s:4:\"type\";s:6:\"string\";}s:13:\"unorderedList\";a:1:{s:4:\"type\";s:7:\"boolean\";}s:12:\"durationText\";a:1:{s:4:\"type\";s:6:\"string\";}s:19:\"defaultDurationText\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}i:1;a:1:{s:10:\"attributes\";a:12:{s:11:\"hasDuration\";a:1:{s:4:\"type\";s:7:\"boolean\";}s:4:\"days\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"hours\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"minutes\";a:1:{s:4:\"type\";s:6:\"string\";}s:11:\"description\";a:3:{s:4:\"type\";s:5:\"array\";s:6:\"source\";s:8:\"children\";s:8:\"selector\";s:26:\".schema-how-to-description\";}s:15:\"jsonDescription\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"steps\";a:1:{s:4:\"type\";s:5:\"array\";}s:24:\"additionalListCssClasses\";a:1:{s:4:\"type\";s:6:\"string\";}s:13:\"unorderedList\";a:1:{s:4:\"type\";s:7:\"boolean\";}s:12:\"durationText\";a:1:{s:4:\"type\";s:6:\"string\";}s:19:\"defaultDurationText\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:15:\"yoast/faq-block\";a:13:{s:4:\"name\";s:15:\"yoast/faq-block\";s:8:\"keywords\";a:5:{i:0;s:3:\"FAQ\";i:1;s:26:\"Frequently Asked Questions\";i:2;s:6:\"Schema\";i:3;s:3:\"SEO\";i:4;s:15:\"Structured Data\";}s:10:\"attributes\";a:3:{s:9:\"questions\";a:1:{s:4:\"type\";s:5:\"array\";}s:24:\"additionalListCssClasses\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:8:\"multiple\";b:0;}s:6:\"styles\";a:0:{}s:5:\"title\";s:9:\"Yoast FAQ\";s:11:\"description\";s:101:\"List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.\";s:8:\"category\";s:28:\"yoast-structured-data-blocks\";s:7:\"example\";a:1:{s:10:\"attributes\";a:1:{s:9:\"questions\";a:3:{i:0;a:3:{s:2:\"id\";s:26:\"faq-question-1602177822454\";s:8:\"question\";a:0:{}s:6:\"answer\";a:0:{}}i:1;a:3:{s:2:\"id\";s:26:\"faq-question-1602177822454\";s:8:\"question\";a:0:{}s:6:\"answer\";a:0:{}}i:2;a:3:{s:2:\"id\";s:26:\"faq-question-1602177822454\";s:8:\"question\";a:0:{}s:6:\"answer\";a:0:{}}}}}s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:3:{s:9:\"questions\";a:1:{s:4:\"type\";s:5:\"array\";}s:24:\"additionalListCssClasses\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:14:\"core/paragraph\";a:13:{s:4:\"name\";s:14:\"core/paragraph\";s:8:\"keywords\";a:1:{i:0;s:4:\"text\";}s:10:\"attributes\";a:11:{s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"content\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:1:\"p\";s:7:\"default\";s:0:\"\";}s:7:\"dropCap\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:11:\"placeholder\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"direction\";a:2:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:3:\"ltr\";i:1;s:3:\"rtl\";}}s:6:\"anchor\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:2:\"id\";s:8:\"selector\";s:1:\"*\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"fontSize\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"style\";a:1:{s:4:\"type\";s:6:\"object\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:9:{s:6:\"anchor\";b:1;s:9:\"className\";b:0;s:17:\"lightBlockWrapper\";b:1;s:19:\"__experimentalColor\";a:1:{s:9:\"linkColor\";b:1;}s:22:\"__experimentalFontSize\";b:1;s:24:\"__experimentalLineHeight\";b:1;s:22:\"__experimentalFeatures\";a:1:{s:10:\"typography\";a:1:{s:7:\"dropCap\";b:1;}}s:22:\"__experimentalSelector\";s:1:\"p\";s:25:\"__unstablePasteTextInline\";b:1;}s:6:\"styles\";a:0:{}s:8:\"category\";s:4:\"text\";s:5:\"title\";s:9:\"Paragraph\";s:11:\"description\";s:47:\"Start with the building block of all narrative.\";s:7:\"example\";a:1:{s:10:\"attributes\";a:3:{s:7:\"content\";s:224:\"In a village of La Mancha, the name of which I have no desire to call to mind, there lived not long since one of those gentlemen that keep a lance in the lance-rack, an old buckler, a lean hack, and a greyhound for coursing.\";s:5:\"style\";a:1:{s:10:\"typography\";a:1:{s:8:\"fontSize\";i:28;}}s:7:\"dropCap\";b:1;}}s:10:\"deprecated\";a:5:{i:0;a:2:{s:10:\"attributes\";a:12:{s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"content\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:1:\"p\";s:7:\"default\";s:0:\"\";}s:7:\"dropCap\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:11:\"placeholder\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"fontSize\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"direction\";a:2:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:3:\"ltr\";i:1;s:3:\"rtl\";}}s:15:\"customTextColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:21:\"customBackgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:14:\"customFontSize\";a:1:{s:4:\"type\";s:6:\"number\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:8:\"supports\";a:1:{s:9:\"className\";b:0;}}i:1;a:2:{s:10:\"attributes\";a:12:{s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"content\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:1:\"p\";s:7:\"default\";s:0:\"\";}s:7:\"dropCap\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:11:\"placeholder\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"fontSize\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"direction\";a:2:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:3:\"ltr\";i:1;s:3:\"rtl\";}}s:15:\"customTextColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:21:\"customBackgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:14:\"customFontSize\";a:1:{s:4:\"type\";s:6:\"number\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:8:\"supports\";a:1:{s:9:\"className\";b:0;}}i:2;a:2:{s:10:\"attributes\";a:13:{s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"content\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:1:\"p\";s:7:\"default\";s:0:\"\";}s:7:\"dropCap\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:11:\"placeholder\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"fontSize\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"direction\";a:2:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:3:\"ltr\";i:1;s:3:\"rtl\";}}s:15:\"customTextColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:21:\"customBackgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:14:\"customFontSize\";a:1:{s:4:\"type\";s:6:\"number\";}s:5:\"width\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:8:\"supports\";a:1:{s:9:\"className\";b:0;}}i:3;a:2:{s:10:\"attributes\";a:9:{s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"content\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:1:\"p\";s:7:\"default\";s:0:\"\";}s:7:\"dropCap\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:11:\"placeholder\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"fontSize\";a:1:{s:4:\"type\";s:6:\"number\";}s:9:\"direction\";a:2:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:3:\"ltr\";i:1;s:3:\"rtl\";}}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:8:\"supports\";a:1:{s:9:\"className\";b:0;}}i:4;a:2:{s:10:\"attributes\";a:10:{s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"content\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:7:\"default\";s:0:\"\";}s:7:\"dropCap\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:11:\"placeholder\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"fontSize\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"direction\";a:2:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:3:\"ltr\";i:1;s:3:\"rtl\";}}s:5:\"style\";a:1:{s:4:\"type\";s:6:\"object\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:8:\"supports\";a:1:{s:9:\"className\";b:0;}}}s:10:\"variations\";a:0:{}}s:10:\"core/image\";a:13:{s:4:\"name\";s:10:\"core/image\";s:8:\"keywords\";a:2:{i:0;s:3:\"img\";i:1;s:5:\"photo\";}s:10:\"attributes\";a:16:{s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:3:\"url\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:3:\"img\";s:9:\"attribute\";s:3:\"src\";}s:3:\"alt\";a:5:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:3:\"img\";s:9:\"attribute\";s:3:\"alt\";s:7:\"default\";s:0:\"\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:5:\"title\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:3:\"img\";s:9:\"attribute\";s:5:\"title\";}s:4:\"href\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:10:\"figure > a\";s:9:\"attribute\";s:4:\"href\";}s:3:\"rel\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:10:\"figure > a\";s:9:\"attribute\";s:3:\"rel\";}s:9:\"linkClass\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:10:\"figure > a\";s:9:\"attribute\";s:5:\"class\";}s:2:\"id\";a:1:{s:4:\"type\";s:6:\"number\";}s:5:\"width\";a:1:{s:4:\"type\";s:6:\"number\";}s:6:\"height\";a:1:{s:4:\"type\";s:6:\"number\";}s:8:\"sizeSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"linkDestination\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:4:\"none\";}s:10:\"linkTarget\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:10:\"figure > a\";s:9:\"attribute\";s:6:\"target\";}s:6:\"anchor\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:2:\"id\";s:8:\"selector\";s:1:\"*\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:2:{s:6:\"anchor\";b:1;s:17:\"lightBlockWrapper\";b:1;}s:6:\"styles\";a:2:{i:0;a:3:{s:4:\"name\";s:7:\"default\";s:5:\"label\";s:7:\"Default\";s:9:\"isDefault\";b:1;}i:1;a:2:{s:4:\"name\";s:7:\"rounded\";s:5:\"label\";s:7:\"Rounded\";}}s:8:\"category\";s:5:\"media\";s:5:\"title\";s:5:\"Image\";s:11:\"description\";s:43:\"Insert an image to make a visual statement.\";s:7:\"example\";a:1:{s:10:\"attributes\";a:3:{s:8:\"sizeSlug\";s:5:\"large\";s:3:\"url\";s:44:\"https://s.w.org/images/core/5.3/MtBlanc1.jpg\";s:7:\"caption\";s:46:\"Mont Blanc appears—still, snowy, and serene.\";}}s:10:\"deprecated\";a:3:{i:0;a:1:{s:10:\"attributes\";a:13:{s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:3:\"url\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:3:\"img\";s:9:\"attribute\";s:3:\"src\";}s:3:\"alt\";a:5:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:3:\"img\";s:9:\"attribute\";s:3:\"alt\";s:7:\"default\";s:0:\"\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"href\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:10:\"figure > a\";s:9:\"attribute\";s:4:\"href\";}s:3:\"rel\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:10:\"figure > a\";s:9:\"attribute\";s:3:\"rel\";}s:9:\"linkClass\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:10:\"figure > a\";s:9:\"attribute\";s:5:\"class\";}s:2:\"id\";a:1:{s:4:\"type\";s:6:\"number\";}s:5:\"width\";a:1:{s:4:\"type\";s:6:\"number\";}s:6:\"height\";a:1:{s:4:\"type\";s:6:\"number\";}s:15:\"linkDestination\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:4:\"none\";}s:10:\"linkTarget\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:10:\"figure > a\";s:9:\"attribute\";s:6:\"target\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}i:1;a:1:{s:10:\"attributes\";a:13:{s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:3:\"url\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:3:\"img\";s:9:\"attribute\";s:3:\"src\";}s:3:\"alt\";a:5:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:3:\"img\";s:9:\"attribute\";s:3:\"alt\";s:7:\"default\";s:0:\"\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"href\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:10:\"figure > a\";s:9:\"attribute\";s:4:\"href\";}s:3:\"rel\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:10:\"figure > a\";s:9:\"attribute\";s:3:\"rel\";}s:9:\"linkClass\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:10:\"figure > a\";s:9:\"attribute\";s:5:\"class\";}s:2:\"id\";a:1:{s:4:\"type\";s:6:\"number\";}s:5:\"width\";a:1:{s:4:\"type\";s:6:\"number\";}s:6:\"height\";a:1:{s:4:\"type\";s:6:\"number\";}s:15:\"linkDestination\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:4:\"none\";}s:10:\"linkTarget\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:10:\"figure > a\";s:9:\"attribute\";s:6:\"target\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}i:2;a:1:{s:10:\"attributes\";a:13:{s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:3:\"url\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:3:\"img\";s:9:\"attribute\";s:3:\"src\";}s:3:\"alt\";a:5:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:3:\"img\";s:9:\"attribute\";s:3:\"alt\";s:7:\"default\";s:0:\"\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"href\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:10:\"figure > a\";s:9:\"attribute\";s:4:\"href\";}s:3:\"rel\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:10:\"figure > a\";s:9:\"attribute\";s:3:\"rel\";}s:9:\"linkClass\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:10:\"figure > a\";s:9:\"attribute\";s:5:\"class\";}s:2:\"id\";a:1:{s:4:\"type\";s:6:\"number\";}s:5:\"width\";a:1:{s:4:\"type\";s:6:\"number\";}s:6:\"height\";a:1:{s:4:\"type\";s:6:\"number\";}s:15:\"linkDestination\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:4:\"none\";}s:10:\"linkTarget\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:10:\"figure > a\";s:9:\"attribute\";s:6:\"target\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:12:\"core/heading\";a:13:{s:4:\"name\";s:12:\"core/heading\";s:8:\"keywords\";a:2:{i:0;s:5:\"title\";i:1;s:8:\"subtitle\";}s:10:\"attributes\";a:10:{s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"content\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:17:\"h1,h2,h3,h4,h5,h6\";s:7:\"default\";s:0:\"\";}s:5:\"level\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:2;}s:11:\"placeholder\";a:1:{s:4:\"type\";s:6:\"string\";}s:6:\"anchor\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:2:\"id\";s:8:\"selector\";s:1:\"*\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"fontSize\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"style\";a:1:{s:4:\"type\";s:6:\"object\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:8:{s:6:\"anchor\";b:1;s:9:\"className\";b:0;s:17:\"lightBlockWrapper\";b:1;s:19:\"__experimentalColor\";a:1:{s:9:\"linkColor\";b:1;}s:22:\"__experimentalFontSize\";b:1;s:24:\"__experimentalLineHeight\";b:1;s:22:\"__experimentalSelector\";a:6:{s:15:\"core/heading/h1\";s:2:\"h1\";s:15:\"core/heading/h2\";s:2:\"h2\";s:15:\"core/heading/h3\";s:2:\"h3\";s:15:\"core/heading/h4\";s:2:\"h4\";s:15:\"core/heading/h5\";s:2:\"h5\";s:15:\"core/heading/h6\";s:2:\"h6\";}s:25:\"__unstablePasteTextInline\";b:1;}s:6:\"styles\";a:0:{}s:8:\"category\";s:4:\"text\";s:5:\"title\";s:7:\"Heading\";s:11:\"description\";s:123:\"Introduce new sections and organize content to help visitors (and search engines) understand the structure of your content.\";s:7:\"example\";a:1:{s:10:\"attributes\";a:2:{s:7:\"content\";s:14:\"Code is Poetry\";s:5:\"level\";i:2;}}s:10:\"deprecated\";a:3:{i:0;a:2:{s:10:\"attributes\";a:8:{s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"content\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:17:\"h1,h2,h3,h4,h5,h6\";s:7:\"default\";s:0:\"\";}s:5:\"level\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:2;}s:11:\"placeholder\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"customTextColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:6:\"anchor\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:2:\"id\";s:8:\"selector\";s:1:\"*\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:8:\"supports\";a:2:{s:9:\"className\";b:0;s:6:\"anchor\";b:1;}}i:1;a:2:{s:10:\"attributes\";a:8:{s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"content\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:17:\"h1,h2,h3,h4,h5,h6\";s:7:\"default\";s:0:\"\";}s:5:\"level\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:2;}s:11:\"placeholder\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"customTextColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:6:\"anchor\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:2:\"id\";s:8:\"selector\";s:1:\"*\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:8:\"supports\";a:2:{s:9:\"className\";b:0;s:6:\"anchor\";b:1;}}i:2;a:2:{s:10:\"attributes\";a:8:{s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"content\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:17:\"h1,h2,h3,h4,h5,h6\";s:7:\"default\";s:0:\"\";}s:5:\"level\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:2;}s:11:\"placeholder\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"customTextColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:6:\"anchor\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:2:\"id\";s:8:\"selector\";s:1:\"*\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:8:\"supports\";a:2:{s:9:\"className\";b:0;s:6:\"anchor\";b:1;}}}s:10:\"variations\";a:0:{}}s:12:\"core/gallery\";a:13:{s:4:\"name\";s:12:\"core/gallery\";s:8:\"keywords\";a:2:{i:0;s:6:\"images\";i:1;s:6:\"photos\";}s:10:\"attributes\";a:10:{s:6:\"images\";a:5:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}s:6:\"source\";s:5:\"query\";s:8:\"selector\";s:20:\".blocks-gallery-item\";s:5:\"query\";a:6:{s:3:\"url\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:3:\"img\";s:9:\"attribute\";s:3:\"src\";}s:7:\"fullUrl\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:3:\"img\";s:9:\"attribute\";s:13:\"data-full-url\";}s:4:\"link\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:3:\"img\";s:9:\"attribute\";s:9:\"data-link\";}s:3:\"alt\";a:5:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:3:\"img\";s:9:\"attribute\";s:3:\"alt\";s:7:\"default\";s:0:\"\";}s:2:\"id\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:3:\"img\";s:9:\"attribute\";s:7:\"data-id\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:29:\".blocks-gallery-item__caption\";}}}s:3:\"ids\";a:3:{s:4:\"type\";s:5:\"array\";s:5:\"items\";a:1:{s:4:\"type\";s:6:\"number\";}s:7:\"default\";a:0:{}}s:7:\"columns\";a:3:{s:4:\"type\";s:6:\"number\";s:7:\"minimum\";i:1;s:7:\"maximum\";i:8;}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:23:\".blocks-gallery-caption\";}s:9:\"imageCrop\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:6:\"linkTo\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:4:\"none\";}s:8:\"sizeSlug\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:5:\"large\";}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:6:\"anchor\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:2:\"id\";s:8:\"selector\";s:1:\"*\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:2:{s:6:\"anchor\";b:1;s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:8:\"category\";s:5:\"media\";s:5:\"title\";s:7:\"Gallery\";s:11:\"description\";s:42:\"Display multiple images in a rich gallery.\";s:7:\"example\";a:1:{s:10:\"attributes\";a:2:{s:7:\"columns\";i:2;s:6:\"images\";a:2:{i:0;a:1:{s:3:\"url\";s:59:\"https://s.w.org/images/core/5.3/Glacial_lakes%2C_Bhutan.jpg\";}i:1;a:1:{s:3:\"url\";s:70:\"https://s.w.org/images/core/5.3/Sediment_off_the_Yucatan_Peninsula.jpg\";}}}}s:10:\"deprecated\";a:4:{i:0;a:2:{s:10:\"attributes\";a:8:{s:6:\"images\";a:5:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}s:6:\"source\";s:5:\"query\";s:8:\"selector\";s:20:\".blocks-gallery-item\";s:5:\"query\";a:6:{s:3:\"url\";a:3:{s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:3:\"img\";s:9:\"attribute\";s:3:\"src\";}s:7:\"fullUrl\";a:3:{s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:3:\"img\";s:9:\"attribute\";s:13:\"data-full-url\";}s:4:\"link\";a:3:{s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:3:\"img\";s:9:\"attribute\";s:9:\"data-link\";}s:3:\"alt\";a:4:{s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:3:\"img\";s:9:\"attribute\";s:3:\"alt\";s:7:\"default\";s:0:\"\";}s:2:\"id\";a:3:{s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:3:\"img\";s:9:\"attribute\";s:7:\"data-id\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:29:\".blocks-gallery-item__caption\";}}}s:3:\"ids\";a:2:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}s:7:\"columns\";a:1:{s:4:\"type\";s:6:\"number\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:23:\".blocks-gallery-caption\";}s:9:\"imageCrop\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:6:\"linkTo\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:4:\"none\";}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}}i:1;a:2:{s:10:\"attributes\";a:7:{s:6:\"images\";a:5:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}s:6:\"source\";s:5:\"query\";s:8:\"selector\";s:40:\"ul.wp-block-gallery .blocks-gallery-item\";s:5:\"query\";a:6:{s:3:\"url\";a:3:{s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:3:\"img\";s:9:\"attribute\";s:3:\"src\";}s:7:\"fullUrl\";a:3:{s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:3:\"img\";s:9:\"attribute\";s:13:\"data-full-url\";}s:3:\"alt\";a:4:{s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:3:\"img\";s:9:\"attribute\";s:3:\"alt\";s:7:\"default\";s:0:\"\";}s:2:\"id\";a:3:{s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:3:\"img\";s:9:\"attribute\";s:7:\"data-id\";}s:4:\"link\";a:3:{s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:3:\"img\";s:9:\"attribute\";s:9:\"data-link\";}s:7:\"caption\";a:3:{s:4:\"type\";s:5:\"array\";s:6:\"source\";s:8:\"children\";s:8:\"selector\";s:10:\"figcaption\";}}}s:3:\"ids\";a:2:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}s:7:\"columns\";a:1:{s:4:\"type\";s:6:\"number\";}s:9:\"imageCrop\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:6:\"linkTo\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:4:\"none\";}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}}i:2;a:2:{s:10:\"attributes\";a:6:{s:6:\"images\";a:5:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}s:6:\"source\";s:5:\"query\";s:8:\"selector\";s:40:\"ul.wp-block-gallery .blocks-gallery-item\";s:5:\"query\";a:5:{s:3:\"url\";a:3:{s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:3:\"img\";s:9:\"attribute\";s:3:\"src\";}s:3:\"alt\";a:4:{s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:3:\"img\";s:9:\"attribute\";s:3:\"alt\";s:7:\"default\";s:0:\"\";}s:2:\"id\";a:3:{s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:3:\"img\";s:9:\"attribute\";s:7:\"data-id\";}s:4:\"link\";a:3:{s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:3:\"img\";s:9:\"attribute\";s:9:\"data-link\";}s:7:\"caption\";a:3:{s:4:\"type\";s:5:\"array\";s:6:\"source\";s:8:\"children\";s:8:\"selector\";s:10:\"figcaption\";}}}s:7:\"columns\";a:1:{s:4:\"type\";s:6:\"number\";}s:9:\"imageCrop\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:6:\"linkTo\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:4:\"none\";}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}}i:3;a:2:{s:10:\"attributes\";a:6:{s:6:\"images\";a:5:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}s:6:\"source\";s:5:\"query\";s:8:\"selector\";s:52:\"div.wp-block-gallery figure.blocks-gallery-image img\";s:5:\"query\";a:3:{s:3:\"url\";a:2:{s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:3:\"src\";}s:3:\"alt\";a:3:{s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:3:\"alt\";s:7:\"default\";s:0:\"\";}s:2:\"id\";a:2:{s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:7:\"data-id\";}}}s:7:\"columns\";a:1:{s:4:\"type\";s:6:\"number\";}s:9:\"imageCrop\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:6:\"linkTo\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:4:\"none\";}s:5:\"align\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:4:\"none\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}}}s:10:\"variations\";a:0:{}}s:9:\"core/list\";a:12:{s:4:\"name\";s:9:\"core/list\";s:8:\"keywords\";a:3:{i:0;s:11:\"bullet list\";i:1;s:12:\"ordered list\";i:2;s:13:\"numbered list\";}s:10:\"attributes\";a:7:{s:7:\"ordered\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:6:\"values\";a:6:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:5:\"ol,ul\";s:9:\"multiline\";s:2:\"li\";s:30:\"__unstableMultilineWrapperTags\";a:2:{i:0;s:2:\"ol\";i:1;s:2:\"ul\";}s:7:\"default\";s:0:\"\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"start\";a:1:{s:4:\"type\";s:6:\"number\";}s:8:\"reversed\";a:1:{s:4:\"type\";s:7:\"boolean\";}s:6:\"anchor\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:2:\"id\";s:8:\"selector\";s:1:\"*\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:4:{s:6:\"anchor\";b:1;s:9:\"className\";b:0;s:25:\"__unstablePasteTextInline\";b:1;s:17:\"lightBlockWrapper\";b:1;}s:6:\"styles\";a:0:{}s:8:\"category\";s:4:\"text\";s:5:\"title\";s:4:\"List\";s:11:\"description\";s:35:\"Create a bulleted or numbered list.\";s:7:\"example\";a:1:{s:10:\"attributes\";a:1:{s:6:\"values\";s:120:\"In quoting others, we cite ourselves.
\";s:8:\"citation\";s:15:\"Julio Cortázar\";s:9:\"className\";s:14:\"is-style-large\";}}s:10:\"deprecated\";a:3:{i:0;a:1:{s:10:\"attributes\";a:4:{s:5:\"value\";a:5:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"blockquote\";s:9:\"multiline\";s:1:\"p\";s:7:\"default\";s:0:\"\";}s:8:\"citation\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:4:\"cite\";s:7:\"default\";s:0:\"\";}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}i:1;a:1:{s:10:\"attributes\";a:5:{s:5:\"value\";a:5:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"blockquote\";s:9:\"multiline\";s:1:\"p\";s:7:\"default\";s:0:\"\";}s:8:\"citation\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:4:\"cite\";s:7:\"default\";s:0:\"\";}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"style\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}i:2;a:1:{s:10:\"attributes\";a:5:{s:5:\"value\";a:5:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"blockquote\";s:9:\"multiline\";s:1:\"p\";s:7:\"default\";s:0:\"\";}s:8:\"citation\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:6:\"footer\";s:7:\"default\";s:0:\"\";}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"style\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:14:\"core/shortcode\";a:11:{s:4:\"name\";s:14:\"core/shortcode\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:1:{s:4:\"text\";a:2:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:3:{s:9:\"className\";b:0;s:15:\"customClassName\";b:0;s:4:\"html\";b:0;}s:6:\"styles\";a:0:{}s:8:\"category\";s:7:\"widgets\";s:5:\"title\";s:9:\"Shortcode\";s:11:\"description\";s:61:\"Insert additional custom elements with a WordPress shortcode.\";s:10:\"variations\";a:0:{}}s:13:\"core/archives\";a:12:{s:4:\"name\";s:13:\"core/archives\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:4:{s:5:\"align\";a:2:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:5:{i:0;s:4:\"left\";i:1;s:6:\"center\";i:2;s:5:\"right\";i:3;s:4:\"wide\";i:4;s:4:\"full\";}}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}s:17:\"displayAsDropdown\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:14:\"showPostCounts\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:2:{s:5:\"align\";b:1;s:4:\"html\";b:0;}s:6:\"styles\";a:0:{}s:8:\"category\";s:7:\"widgets\";s:5:\"title\";s:8:\"Archives\";s:11:\"description\";s:40:\"Display a monthly archive of your posts.\";s:7:\"example\";a:0:{}s:10:\"variations\";a:0:{}}s:10:\"core/audio\";a:12:{s:4:\"name\";s:10:\"core/audio\";s:8:\"keywords\";a:4:{i:0;s:5:\"music\";i:1;s:5:\"sound\";i:2;s:7:\"podcast\";i:3;s:9:\"recording\";}s:10:\"attributes\";a:9:{s:3:\"src\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:5:\"audio\";s:9:\"attribute\";s:3:\"src\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:2:\"id\";a:1:{s:4:\"type\";s:6:\"number\";}s:8:\"autoplay\";a:4:{s:4:\"type\";s:7:\"boolean\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:5:\"audio\";s:9:\"attribute\";s:8:\"autoplay\";}s:4:\"loop\";a:4:{s:4:\"type\";s:7:\"boolean\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:5:\"audio\";s:9:\"attribute\";s:4:\"loop\";}s:7:\"preload\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:5:\"audio\";s:9:\"attribute\";s:7:\"preload\";}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:6:\"anchor\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:2:\"id\";s:8:\"selector\";s:1:\"*\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:3:{s:6:\"anchor\";b:1;s:5:\"align\";b:1;s:17:\"lightBlockWrapper\";b:1;}s:6:\"styles\";a:0:{}s:8:\"category\";s:5:\"media\";s:5:\"title\";s:5:\"Audio\";s:11:\"description\";s:28:\"Embed a simple audio player.\";s:10:\"deprecated\";a:1:{i:0;a:2:{s:10:\"attributes\";a:8:{s:3:\"src\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:5:\"audio\";s:9:\"attribute\";s:3:\"src\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:2:\"id\";a:1:{s:4:\"type\";s:6:\"number\";}s:8:\"autoplay\";a:4:{s:4:\"type\";s:7:\"boolean\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:5:\"audio\";s:9:\"attribute\";s:8:\"autoplay\";}s:4:\"loop\";a:4:{s:4:\"type\";s:7:\"boolean\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:5:\"audio\";s:9:\"attribute\";s:4:\"loop\";}s:7:\"preload\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:5:\"audio\";s:9:\"attribute\";s:7:\"preload\";}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}}}s:10:\"variations\";a:0:{}}s:11:\"core/button\";a:14:{s:4:\"name\";s:11:\"core/button\";s:8:\"keywords\";a:1:{i:0;s:4:\"link\";}s:10:\"attributes\";a:14:{s:3:\"url\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:1:\"a\";s:9:\"attribute\";s:4:\"href\";}s:5:\"title\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:1:\"a\";s:9:\"attribute\";s:5:\"title\";}s:4:\"text\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:1:\"a\";}s:10:\"linkTarget\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:1:\"a\";s:9:\"attribute\";s:6:\"target\";}s:3:\"rel\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:1:\"a\";s:9:\"attribute\";s:3:\"rel\";}s:11:\"placeholder\";a:1:{s:4:\"type\";s:6:\"string\";}s:12:\"borderRadius\";a:1:{s:4:\"type\";s:6:\"number\";}s:5:\"style\";a:1:{s:4:\"type\";s:6:\"object\";}s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"gradient\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:6:\"anchor\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:2:\"id\";s:8:\"selector\";s:1:\"*\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:5:{s:6:\"anchor\";b:1;s:5:\"align\";b:1;s:9:\"alignWide\";b:0;s:8:\"reusable\";b:0;s:17:\"lightBlockWrapper\";b:1;}s:6:\"styles\";a:2:{i:0;a:3:{s:4:\"name\";s:4:\"fill\";s:5:\"label\";s:4:\"Fill\";s:9:\"isDefault\";b:1;}i:1;a:2:{s:4:\"name\";s:7:\"outline\";s:5:\"label\";s:7:\"Outline\";}}s:8:\"category\";s:6:\"design\";s:6:\"parent\";a:1:{i:0;s:12:\"core/buttons\";}s:5:\"title\";s:6:\"Button\";s:11:\"description\";s:56:\"Prompt visitors to take action with a button-style link.\";s:7:\"example\";a:1:{s:10:\"attributes\";a:3:{s:9:\"className\";s:13:\"is-style-fill\";s:15:\"backgroundColor\";s:16:\"vivid-green-cyan\";s:4:\"text\";s:14:\"Call to Action\";}}s:10:\"deprecated\";a:6:{i:0;a:2:{s:10:\"attributes\";a:13:{s:3:\"url\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:1:\"a\";s:9:\"attribute\";s:4:\"href\";}s:5:\"title\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:1:\"a\";s:9:\"attribute\";s:5:\"title\";}s:4:\"text\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:1:\"a\";}s:10:\"linkTarget\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:1:\"a\";s:9:\"attribute\";s:6:\"target\";}s:3:\"rel\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:1:\"a\";s:9:\"attribute\";s:3:\"rel\";}s:11:\"placeholder\";a:1:{s:4:\"type\";s:6:\"string\";}s:12:\"borderRadius\";a:1:{s:4:\"type\";s:6:\"number\";}s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"gradient\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"style\";a:1:{s:4:\"type\";s:6:\"object\";}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:8:\"supports\";a:3:{s:5:\"align\";b:1;s:9:\"alignWide\";b:0;s:19:\"__experimentalColor\";a:1:{s:9:\"gradients\";b:1;}}}i:1;a:2:{s:10:\"attributes\";a:15:{s:3:\"url\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:1:\"a\";s:9:\"attribute\";s:4:\"href\";}s:5:\"title\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:1:\"a\";s:9:\"attribute\";s:5:\"title\";}s:4:\"text\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:1:\"a\";}s:10:\"linkTarget\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:1:\"a\";s:9:\"attribute\";s:6:\"target\";}s:3:\"rel\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:1:\"a\";s:9:\"attribute\";s:3:\"rel\";}s:11:\"placeholder\";a:1:{s:4:\"type\";s:6:\"string\";}s:12:\"borderRadius\";a:1:{s:4:\"type\";s:6:\"number\";}s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:21:\"customBackgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"customTextColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:14:\"customGradient\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"gradient\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:8:\"supports\";a:2:{s:5:\"align\";b:1;s:9:\"alignWide\";b:0;}}i:2;a:1:{s:10:\"attributes\";a:12:{s:3:\"url\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:1:\"a\";s:9:\"attribute\";s:4:\"href\";}s:5:\"title\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:1:\"a\";s:9:\"attribute\";s:5:\"title\";}s:4:\"text\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:1:\"a\";}s:5:\"align\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:4:\"none\";}s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:21:\"customBackgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"customTextColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:10:\"linkTarget\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:1:\"a\";s:9:\"attribute\";s:6:\"target\";}s:3:\"rel\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:1:\"a\";s:9:\"attribute\";s:3:\"rel\";}s:11:\"placeholder\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}i:3;a:1:{s:10:\"attributes\";a:9:{s:3:\"url\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:1:\"a\";s:9:\"attribute\";s:4:\"href\";}s:5:\"title\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:1:\"a\";s:9:\"attribute\";s:5:\"title\";}s:4:\"text\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:1:\"a\";}s:5:\"align\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:4:\"none\";}s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:21:\"customBackgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"customTextColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}i:4;a:1:{s:10:\"attributes\";a:7:{s:3:\"url\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:1:\"a\";s:9:\"attribute\";s:4:\"href\";}s:5:\"title\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:1:\"a\";s:9:\"attribute\";s:5:\"title\";}s:4:\"text\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:1:\"a\";}s:5:\"color\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"align\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:4:\"none\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}i:5;a:1:{s:10:\"attributes\";a:7:{s:3:\"url\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:1:\"a\";s:9:\"attribute\";s:4:\"href\";}s:5:\"title\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:1:\"a\";s:9:\"attribute\";s:5:\"title\";}s:4:\"text\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:1:\"a\";}s:5:\"color\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"align\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:4:\"none\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:12:\"core/buttons\";a:11:{s:4:\"name\";s:12:\"core/buttons\";s:8:\"keywords\";a:1:{i:0;s:4:\"link\";}s:10:\"attributes\";a:3:{s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:6:\"anchor\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:2:\"id\";s:8:\"selector\";s:1:\"*\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:4:{s:6:\"anchor\";b:1;s:5:\"align\";b:1;s:9:\"alignWide\";b:0;s:17:\"lightBlockWrapper\";b:1;}s:6:\"styles\";a:0:{}s:8:\"category\";s:6:\"design\";s:5:\"title\";s:7:\"Buttons\";s:11:\"description\";s:66:\"Prompt visitors to take action with a group of button-style links.\";s:10:\"variations\";a:0:{}}s:13:\"core/calendar\";a:12:{s:4:\"name\";s:13:\"core/calendar\";s:8:\"keywords\";a:2:{i:0;s:5:\"posts\";i:1;s:7:\"archive\";}s:10:\"attributes\";a:4:{s:5:\"align\";a:2:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:5:{i:0;s:4:\"left\";i:1;s:6:\"center\";i:2;s:5:\"right\";i:3;s:4:\"wide\";i:4;s:4:\"full\";}}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"month\";a:1:{s:4:\"type\";s:7:\"integer\";}s:4:\"year\";a:1:{s:4:\"type\";s:7:\"integer\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:8:\"category\";s:7:\"widgets\";s:5:\"title\";s:8:\"Calendar\";s:11:\"description\";s:34:\"A calendar of your site’s posts.\";s:7:\"example\";a:0:{}s:10:\"variations\";a:0:{}}s:15:\"core/categories\";a:12:{s:4:\"name\";s:15:\"core/categories\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:5:{s:5:\"align\";a:2:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:5:{i:0;s:4:\"left\";i:1;s:6:\"center\";i:2;s:5:\"right\";i:3;s:4:\"wide\";i:4;s:4:\"full\";}}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}s:17:\"displayAsDropdown\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:13:\"showHierarchy\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:14:\"showPostCounts\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:2:{s:5:\"align\";b:1;s:4:\"html\";b:0;}s:6:\"styles\";a:0:{}s:8:\"category\";s:7:\"widgets\";s:5:\"title\";s:10:\"Categories\";s:11:\"description\";s:33:\"Display a list of all categories.\";s:7:\"example\";a:0:{}s:10:\"variations\";a:0:{}}s:9:\"core/code\";a:12:{s:4:\"name\";s:9:\"core/code\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:3:{s:7:\"content\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"text\";s:8:\"selector\";s:4:\"code\";}s:6:\"anchor\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:2:\"id\";s:8:\"selector\";s:1:\"*\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:3:{s:6:\"anchor\";b:1;s:4:\"html\";b:0;s:17:\"lightBlockWrapper\";b:1;}s:6:\"styles\";a:0:{}s:8:\"category\";s:4:\"text\";s:5:\"title\";s:4:\"Code\";s:11:\"description\";s:57:\"Display code snippets that respect your spacing and tabs.\";s:7:\"example\";a:1:{s:10:\"attributes\";a:1:{s:7:\"content\";s:179:\"// A \"block\" is the abstract term used\n// to describe units of markup that\n// when composed together, form the\n// content or layout of a page.\nregisterBlockType( name, settings );\";}}s:10:\"variations\";a:0:{}}s:12:\"core/columns\";a:13:{s:4:\"name\";s:12:\"core/columns\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:8:{s:17:\"verticalAlignment\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:6:\"anchor\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:2:\"id\";s:8:\"selector\";s:1:\"*\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"gradient\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"style\";a:1:{s:4:\"type\";s:6:\"object\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:5:{s:6:\"anchor\";b:1;s:5:\"align\";a:2:{i:0;s:4:\"wide\";i:1;s:4:\"full\";}s:4:\"html\";b:0;s:17:\"lightBlockWrapper\";b:1;s:19:\"__experimentalColor\";a:2:{s:9:\"gradients\";b:1;s:9:\"linkColor\";b:1;}}s:6:\"styles\";a:0:{}s:8:\"category\";s:6:\"design\";s:5:\"title\";s:7:\"Columns\";s:11:\"description\";s:101:\"Add a block that displays content in multiple columns, then add whatever content blocks you’d like.\";s:10:\"variations\";a:5:{i:0;a:7:{s:4:\"name\";s:17:\"two-columns-equal\";s:5:\"title\";s:7:\"50 / 50\";s:11:\"description\";s:24:\"Two columns; equal split\";s:4:\"icon\";a:4:{s:3:\"key\";N;s:3:\"ref\";N;s:5:\"props\";a:5:{s:5:\"width\";s:2:\"48\";s:6:\"height\";s:2:\"48\";s:7:\"viewBox\";s:9:\"0 0 48 48\";s:5:\"xmlns\";s:26:\"http://www.w3.org/2000/svg\";s:8:\"children\";a:4:{s:3:\"key\";N;s:3:\"ref\";N;s:5:\"props\";a:3:{s:8:\"fillRule\";s:7:\"evenodd\";s:8:\"clipRule\";s:7:\"evenodd\";s:1:\"d\";s:163:\"M39 12C40.1046 12 41 12.8954 41 14V34C41 35.1046 40.1046 36 39 36H9C7.89543 36 7 35.1046 7 34V14C7 12.8954 7.89543 12 9 12H39ZM39 34V14H25V34H39ZM23 34H9V14H23V34Z\";}s:6:\"_owner\";N;}}s:6:\"_owner\";N;}s:9:\"isDefault\";b:1;s:11:\"innerBlocks\";a:2:{i:0;a:1:{i:0;s:11:\"core/column\";}i:1;a:1:{i:0;s:11:\"core/column\";}}s:5:\"scope\";a:1:{i:0;s:5:\"block\";}}i:1;a:6:{s:4:\"name\";s:32:\"two-columns-one-third-two-thirds\";s:5:\"title\";s:7:\"30 / 70\";s:11:\"description\";s:40:\"Two columns; one-third, two-thirds split\";s:4:\"icon\";a:4:{s:3:\"key\";N;s:3:\"ref\";N;s:5:\"props\";a:5:{s:5:\"width\";s:2:\"48\";s:6:\"height\";s:2:\"48\";s:7:\"viewBox\";s:9:\"0 0 48 48\";s:5:\"xmlns\";s:26:\"http://www.w3.org/2000/svg\";s:8:\"children\";a:4:{s:3:\"key\";N;s:3:\"ref\";N;s:5:\"props\";a:3:{s:8:\"fillRule\";s:7:\"evenodd\";s:8:\"clipRule\";s:7:\"evenodd\";s:1:\"d\";s:163:\"M39 12C40.1046 12 41 12.8954 41 14V34C41 35.1046 40.1046 36 39 36H9C7.89543 36 7 35.1046 7 34V14C7 12.8954 7.89543 12 9 12H39ZM39 34V14H20V34H39ZM18 34H9V14H18V34Z\";}s:6:\"_owner\";N;}}s:6:\"_owner\";N;}s:11:\"innerBlocks\";a:2:{i:0;a:2:{i:0;s:11:\"core/column\";i:1;a:1:{s:5:\"width\";d:33.33;}}i:1;a:2:{i:0;s:11:\"core/column\";i:1;a:1:{s:5:\"width\";d:66.66;}}}s:5:\"scope\";a:1:{i:0;s:5:\"block\";}}i:2;a:6:{s:4:\"name\";s:32:\"two-columns-two-thirds-one-third\";s:5:\"title\";s:7:\"70 / 30\";s:11:\"description\";s:40:\"Two columns; two-thirds, one-third split\";s:4:\"icon\";a:4:{s:3:\"key\";N;s:3:\"ref\";N;s:5:\"props\";a:5:{s:5:\"width\";s:2:\"48\";s:6:\"height\";s:2:\"48\";s:7:\"viewBox\";s:9:\"0 0 48 48\";s:5:\"xmlns\";s:26:\"http://www.w3.org/2000/svg\";s:8:\"children\";a:4:{s:3:\"key\";N;s:3:\"ref\";N;s:5:\"props\";a:3:{s:8:\"fillRule\";s:7:\"evenodd\";s:8:\"clipRule\";s:7:\"evenodd\";s:1:\"d\";s:163:\"M39 12C40.1046 12 41 12.8954 41 14V34C41 35.1046 40.1046 36 39 36H9C7.89543 36 7 35.1046 7 34V14C7 12.8954 7.89543 12 9 12H39ZM39 34V14H30V34H39ZM28 34H9V14H28V34Z\";}s:6:\"_owner\";N;}}s:6:\"_owner\";N;}s:11:\"innerBlocks\";a:2:{i:0;a:2:{i:0;s:11:\"core/column\";i:1;a:1:{s:5:\"width\";d:66.66;}}i:1;a:2:{i:0;s:11:\"core/column\";i:1;a:1:{s:5:\"width\";d:33.33;}}}s:5:\"scope\";a:1:{i:0;s:5:\"block\";}}i:3;a:6:{s:4:\"name\";s:19:\"three-columns-equal\";s:5:\"title\";s:12:\"33 / 33 / 33\";s:11:\"description\";s:26:\"Three columns; equal split\";s:4:\"icon\";a:4:{s:3:\"key\";N;s:3:\"ref\";N;s:5:\"props\";a:5:{s:5:\"width\";s:2:\"48\";s:6:\"height\";s:2:\"48\";s:7:\"viewBox\";s:9:\"0 0 48 48\";s:5:\"xmlns\";s:26:\"http://www.w3.org/2000/svg\";s:8:\"children\";a:4:{s:3:\"key\";N;s:3:\"ref\";N;s:5:\"props\";a:2:{s:8:\"fillRule\";s:7:\"evenodd\";s:1:\"d\";s:132:\"M41 14a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h30a2 2 0 0 0 2-2V14zM28.5 34h-9V14h9v20zm2 0V14H39v20h-8.5zm-13 0H9V14h8.5v20z\";}s:6:\"_owner\";N;}}s:6:\"_owner\";N;}s:11:\"innerBlocks\";a:3:{i:0;a:1:{i:0;s:11:\"core/column\";}i:1;a:1:{i:0;s:11:\"core/column\";}i:2;a:1:{i:0;s:11:\"core/column\";}}s:5:\"scope\";a:1:{i:0;s:5:\"block\";}}i:4;a:6:{s:4:\"name\";s:26:\"three-columns-wider-center\";s:5:\"title\";s:12:\"25 / 50 / 25\";s:11:\"description\";s:33:\"Three columns; wide center column\";s:4:\"icon\";a:4:{s:3:\"key\";N;s:3:\"ref\";N;s:5:\"props\";a:5:{s:5:\"width\";s:2:\"48\";s:6:\"height\";s:2:\"48\";s:7:\"viewBox\";s:9:\"0 0 48 48\";s:5:\"xmlns\";s:26:\"http://www.w3.org/2000/svg\";s:8:\"children\";a:4:{s:3:\"key\";N;s:3:\"ref\";N;s:5:\"props\";a:2:{s:8:\"fillRule\";s:7:\"evenodd\";s:1:\"d\";s:126:\"M41 14a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h30a2 2 0 0 0 2-2V14zM31 34H17V14h14v20zm2 0V14h6v20h-6zm-18 0H9V14h6v20z\";}s:6:\"_owner\";N;}}s:6:\"_owner\";N;}s:11:\"innerBlocks\";a:3:{i:0;a:2:{i:0;s:11:\"core/column\";i:1;a:1:{s:5:\"width\";i:25;}}i:1;a:2:{i:0;s:11:\"core/column\";i:1;a:1:{s:5:\"width\";i:50;}}i:2;a:2:{i:0;s:11:\"core/column\";i:1;a:1:{s:5:\"width\";i:25;}}}s:5:\"scope\";a:1:{i:0;s:5:\"block\";}}}s:7:\"example\";a:1:{s:11:\"innerBlocks\";a:2:{i:0;a:2:{s:4:\"name\";s:11:\"core/column\";s:11:\"innerBlocks\";a:3:{i:0;a:2:{s:4:\"name\";s:14:\"core/paragraph\";s:10:\"attributes\";a:1:{s:7:\"content\";s:83:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent et eros eu felis.\";}}i:1;a:2:{s:4:\"name\";s:10:\"core/image\";s:10:\"attributes\";a:1:{s:3:\"url\";s:49:\"https://s.w.org/images/core/5.3/Windbuchencom.jpg\";}}i:2;a:2:{s:4:\"name\";s:14:\"core/paragraph\";s:10:\"attributes\";a:1:{s:7:\"content\";s:59:\"Suspendisse commodo neque lacus, a dictum orci interdum et.\";}}}}i:1;a:2:{s:4:\"name\";s:11:\"core/column\";s:11:\"innerBlocks\";a:2:{i:0;a:2:{s:4:\"name\";s:14:\"core/paragraph\";s:10:\"attributes\";a:1:{s:7:\"content\";s:157:\"Etiam et egestas lorem. Vivamus sagittis sit amet dolor quis lobortis. Integer sed fermentum arcu, id vulputate lacus. Etiam fermentum sem eu quam hendrerit.\";}}i:1;a:2:{s:4:\"name\";s:14:\"core/paragraph\";s:10:\"attributes\";a:1:{s:7:\"content\";s:103:\"Nam risus massa, ullamcorper consectetur eros fermentum, porta aliquet ligula. Sed vel mauris nec enim.\";}}}}}}s:10:\"deprecated\";a:3:{i:0;a:1:{s:10:\"attributes\";a:6:{s:17:\"verticalAlignment\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:21:\"customBackgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"customTextColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}i:1;a:1:{s:10:\"attributes\";a:2:{s:7:\"columns\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:2;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}i:2;a:1:{s:10:\"attributes\";a:2:{s:7:\"columns\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:2;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}}s:11:\"core/column\";a:12:{s:4:\"name\";s:11:\"core/column\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:4:{s:17:\"verticalAlignment\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"width\";a:3:{s:4:\"type\";s:6:\"number\";s:3:\"min\";i:0;s:3:\"max\";i:100;}s:6:\"anchor\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:2:\"id\";s:8:\"selector\";s:1:\"*\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:4:{s:6:\"anchor\";b:1;s:8:\"reusable\";b:0;s:4:\"html\";b:0;s:17:\"lightBlockWrapper\";b:1;}s:6:\"styles\";a:0:{}s:8:\"category\";s:4:\"text\";s:6:\"parent\";a:1:{i:0;s:12:\"core/columns\";}s:5:\"title\";s:6:\"Column\";s:11:\"description\";s:39:\"A single column within a columns block.\";s:10:\"variations\";a:0:{}}s:10:\"core/cover\";a:13:{s:4:\"name\";s:10:\"core/cover\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:17:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:2:\"id\";a:1:{s:4:\"type\";s:6:\"number\";}s:11:\"hasParallax\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:8:\"dimRatio\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:50;}s:12:\"overlayColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:18:\"customOverlayColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:14:\"backgroundType\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:5:\"image\";}s:10:\"focalPoint\";a:1:{s:4:\"type\";s:6:\"object\";}s:9:\"minHeight\";a:1:{s:4:\"type\";s:6:\"number\";}s:13:\"minHeightUnit\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"gradient\";a:1:{s:4:\"type\";s:6:\"string\";}s:14:\"customGradient\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"contentPosition\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:6:\"anchor\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:2:\"id\";s:8:\"selector\";s:1:\"*\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"style\";a:1:{s:4:\"type\";s:6:\"object\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:5:{s:6:\"anchor\";b:1;s:5:\"align\";b:1;s:4:\"html\";b:0;s:17:\"lightBlockWrapper\";b:1;s:21:\"__experimentalPadding\";b:1;}s:6:\"styles\";a:0:{}s:8:\"category\";s:5:\"media\";s:5:\"title\";s:5:\"Cover\";s:11:\"description\";s:64:\"Add an image or video with a text overlay — great for headers.\";s:7:\"example\";a:2:{s:10:\"attributes\";a:3:{s:18:\"customOverlayColor\";s:7:\"#065174\";s:8:\"dimRatio\";i:40;s:3:\"url\";s:49:\"https://s.w.org/images/core/5.3/Windbuchencom.jpg\";}s:11:\"innerBlocks\";a:1:{i:0;a:2:{s:4:\"name\";s:14:\"core/paragraph\";s:10:\"attributes\";a:3:{s:14:\"customFontSize\";i:48;s:7:\"content\";s:28:\"Snow Patrol\";s:5:\"align\";s:6:\"center\";}}}}s:10:\"deprecated\";a:5:{i:0;a:1:{s:10:\"attributes\";a:14:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:2:\"id\";a:1:{s:4:\"type\";s:6:\"number\";}s:11:\"hasParallax\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:8:\"dimRatio\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:50;}s:12:\"overlayColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:18:\"customOverlayColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:14:\"backgroundType\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:5:\"image\";}s:10:\"focalPoint\";a:1:{s:4:\"type\";s:6:\"object\";}s:5:\"title\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:1:\"p\";}s:12:\"contentAlign\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:6:\"center\";}s:9:\"minHeight\";a:1:{s:4:\"type\";s:6:\"number\";}s:8:\"gradient\";a:1:{s:4:\"type\";s:6:\"string\";}s:14:\"customGradient\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}i:1;a:1:{s:10:\"attributes\";a:14:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:2:\"id\";a:1:{s:4:\"type\";s:6:\"number\";}s:11:\"hasParallax\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:8:\"dimRatio\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:50;}s:12:\"overlayColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:18:\"customOverlayColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:14:\"backgroundType\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:5:\"image\";}s:10:\"focalPoint\";a:1:{s:4:\"type\";s:6:\"object\";}s:5:\"title\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:1:\"p\";}s:12:\"contentAlign\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:6:\"center\";}s:9:\"minHeight\";a:1:{s:4:\"type\";s:6:\"number\";}s:8:\"gradient\";a:1:{s:4:\"type\";s:6:\"string\";}s:14:\"customGradient\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}i:2;a:2:{s:10:\"attributes\";a:12:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:2:\"id\";a:1:{s:4:\"type\";s:6:\"number\";}s:11:\"hasParallax\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:8:\"dimRatio\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:50;}s:12:\"overlayColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:18:\"customOverlayColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:14:\"backgroundType\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:5:\"image\";}s:10:\"focalPoint\";a:1:{s:4:\"type\";s:6:\"object\";}s:5:\"title\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:1:\"p\";}s:12:\"contentAlign\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:6:\"center\";}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}}i:3;a:2:{s:10:\"attributes\";a:12:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:2:\"id\";a:1:{s:4:\"type\";s:6:\"number\";}s:11:\"hasParallax\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:8:\"dimRatio\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:50;}s:12:\"overlayColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:18:\"customOverlayColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:14:\"backgroundType\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:5:\"image\";}s:10:\"focalPoint\";a:1:{s:4:\"type\";s:6:\"object\";}s:5:\"title\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:1:\"p\";}s:12:\"contentAlign\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:6:\"center\";}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:8:\"supports\";a:1:{s:9:\"className\";b:0;}}i:4;a:2:{s:10:\"attributes\";a:12:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:2:\"id\";a:1:{s:4:\"type\";s:6:\"number\";}s:11:\"hasParallax\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:8:\"dimRatio\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:50;}s:12:\"overlayColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:18:\"customOverlayColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:14:\"backgroundType\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:5:\"image\";}s:10:\"focalPoint\";a:1:{s:4:\"type\";s:6:\"object\";}s:5:\"title\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:2:\"h2\";}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:12:\"contentAlign\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:6:\"center\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:8:\"supports\";a:1:{s:9:\"className\";b:0;}}}s:10:\"variations\";a:0:{}}s:10:\"core/embed\";a:12:{s:4:\"name\";s:10:\"core/embed\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:5:\"title\";s:5:\"Embed\";s:11:\"description\";s:77:\"Embed videos, images, tweets, audio, and other content from external sources.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:18:\"core-embed/twitter\";a:12:{s:4:\"name\";s:18:\"core-embed/twitter\";s:8:\"keywords\";a:2:{i:0;s:5:\"tweet\";i:1;s:6:\"social\";}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:5:\"title\";s:7:\"Twitter\";s:11:\"description\";s:14:\"Embed a tweet.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:18:\"core-embed/youtube\";a:12:{s:4:\"name\";s:18:\"core-embed/youtube\";s:8:\"keywords\";a:2:{i:0;s:5:\"music\";i:1;s:5:\"video\";}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:5:\"title\";s:7:\"YouTube\";s:11:\"description\";s:22:\"Embed a YouTube video.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:19:\"core-embed/facebook\";a:12:{s:4:\"name\";s:19:\"core-embed/facebook\";s:8:\"keywords\";a:1:{i:0;s:6:\"social\";}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:5:\"title\";s:8:\"Facebook\";s:11:\"description\";s:22:\"Embed a Facebook post.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:20:\"core-embed/instagram\";a:12:{s:4:\"name\";s:20:\"core-embed/instagram\";s:8:\"keywords\";a:2:{i:0;s:5:\"image\";i:1;s:6:\"social\";}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:5:\"title\";s:9:\"Instagram\";s:11:\"description\";s:24:\"Embed an Instagram post.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:20:\"core-embed/wordpress\";a:12:{s:4:\"name\";s:20:\"core-embed/wordpress\";s:8:\"keywords\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"blog\";}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:5:\"title\";s:9:\"WordPress\";s:11:\"description\";s:23:\"Embed a WordPress post.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:21:\"core-embed/soundcloud\";a:12:{s:4:\"name\";s:21:\"core-embed/soundcloud\";s:8:\"keywords\";a:2:{i:0;s:5:\"music\";i:1;s:5:\"audio\";}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:5:\"title\";s:10:\"SoundCloud\";s:11:\"description\";s:25:\"Embed SoundCloud content.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:18:\"core-embed/spotify\";a:12:{s:4:\"name\";s:18:\"core-embed/spotify\";s:8:\"keywords\";a:2:{i:0;s:5:\"music\";i:1;s:5:\"audio\";}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:5:\"title\";s:7:\"Spotify\";s:11:\"description\";s:22:\"Embed Spotify content.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:17:\"core-embed/flickr\";a:12:{s:4:\"name\";s:17:\"core-embed/flickr\";s:8:\"keywords\";a:1:{i:0;s:5:\"image\";}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:5:\"title\";s:6:\"Flickr\";s:11:\"description\";s:21:\"Embed Flickr content.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:16:\"core-embed/vimeo\";a:12:{s:4:\"name\";s:16:\"core-embed/vimeo\";s:8:\"keywords\";a:1:{i:0;s:5:\"video\";}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:5:\"title\";s:5:\"Vimeo\";s:11:\"description\";s:20:\"Embed a Vimeo video.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:18:\"core-embed/animoto\";a:12:{s:4:\"name\";s:18:\"core-embed/animoto\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:5:\"title\";s:7:\"Animoto\";s:11:\"description\";s:23:\"Embed an Animoto video.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:18:\"core-embed/cloudup\";a:12:{s:4:\"name\";s:18:\"core-embed/cloudup\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:5:\"title\";s:7:\"Cloudup\";s:11:\"description\";s:22:\"Embed Cloudup content.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:23:\"core-embed/collegehumor\";a:12:{s:4:\"name\";s:23:\"core-embed/collegehumor\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:2:{s:5:\"align\";b:1;s:8:\"inserter\";b:0;}s:6:\"styles\";a:0:{}s:5:\"title\";s:12:\"CollegeHumor\";s:11:\"description\";s:27:\"Embed CollegeHumor content.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:22:\"core-embed/crowdsignal\";a:12:{s:4:\"name\";s:22:\"core-embed/crowdsignal\";s:8:\"keywords\";a:2:{i:0;s:9:\"polldaddy\";i:1;s:6:\"survey\";}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:5:\"title\";s:11:\"Crowdsignal\";s:11:\"description\";s:47:\"Embed Crowdsignal (formerly Polldaddy) content.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:22:\"core-embed/dailymotion\";a:12:{s:4:\"name\";s:22:\"core-embed/dailymotion\";s:8:\"keywords\";a:1:{i:0;s:5:\"video\";}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:5:\"title\";s:11:\"Dailymotion\";s:11:\"description\";s:26:\"Embed a Dailymotion video.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:16:\"core-embed/imgur\";a:12:{s:4:\"name\";s:16:\"core-embed/imgur\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:5:\"title\";s:5:\"Imgur\";s:11:\"description\";s:20:\"Embed Imgur content.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:16:\"core-embed/issuu\";a:12:{s:4:\"name\";s:16:\"core-embed/issuu\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:5:\"title\";s:5:\"Issuu\";s:11:\"description\";s:20:\"Embed Issuu content.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:22:\"core-embed/kickstarter\";a:12:{s:4:\"name\";s:22:\"core-embed/kickstarter\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:5:\"title\";s:11:\"Kickstarter\";s:11:\"description\";s:26:\"Embed Kickstarter content.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:21:\"core-embed/meetup-com\";a:12:{s:4:\"name\";s:21:\"core-embed/meetup-com\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:5:\"title\";s:10:\"Meetup.com\";s:11:\"description\";s:25:\"Embed Meetup.com content.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:19:\"core-embed/mixcloud\";a:12:{s:4:\"name\";s:19:\"core-embed/mixcloud\";s:8:\"keywords\";a:2:{i:0;s:5:\"music\";i:1;s:5:\"audio\";}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:5:\"title\";s:8:\"Mixcloud\";s:11:\"description\";s:23:\"Embed Mixcloud content.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:20:\"core-embed/polldaddy\";a:12:{s:4:\"name\";s:20:\"core-embed/polldaddy\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:2:{s:5:\"align\";b:1;s:8:\"inserter\";b:0;}s:6:\"styles\";a:0:{}s:5:\"title\";s:9:\"Polldaddy\";s:11:\"description\";s:24:\"Embed Polldaddy content.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:17:\"core-embed/reddit\";a:12:{s:4:\"name\";s:17:\"core-embed/reddit\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:5:\"title\";s:6:\"Reddit\";s:11:\"description\";s:22:\"Embed a Reddit thread.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:23:\"core-embed/reverbnation\";a:12:{s:4:\"name\";s:23:\"core-embed/reverbnation\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:5:\"title\";s:12:\"ReverbNation\";s:11:\"description\";s:27:\"Embed ReverbNation content.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:21:\"core-embed/screencast\";a:12:{s:4:\"name\";s:21:\"core-embed/screencast\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:5:\"title\";s:10:\"Screencast\";s:11:\"description\";s:25:\"Embed Screencast content.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:17:\"core-embed/scribd\";a:12:{s:4:\"name\";s:17:\"core-embed/scribd\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:5:\"title\";s:6:\"Scribd\";s:11:\"description\";s:21:\"Embed Scribd content.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:21:\"core-embed/slideshare\";a:12:{s:4:\"name\";s:21:\"core-embed/slideshare\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:5:\"title\";s:10:\"Slideshare\";s:11:\"description\";s:25:\"Embed Slideshare content.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:18:\"core-embed/smugmug\";a:12:{s:4:\"name\";s:18:\"core-embed/smugmug\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:5:\"title\";s:7:\"SmugMug\";s:11:\"description\";s:22:\"Embed SmugMug content.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:18:\"core-embed/speaker\";a:12:{s:4:\"name\";s:18:\"core-embed/speaker\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:2:{s:5:\"align\";b:1;s:8:\"inserter\";b:0;}s:6:\"styles\";a:0:{}s:5:\"title\";s:7:\"Speaker\";s:11:\"description\";s:94:\"Add a block that displays content pulled from other sites, like Twitter, Instagram or YouTube.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:23:\"core-embed/speaker-deck\";a:12:{s:4:\"name\";s:23:\"core-embed/speaker-deck\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:5:\"title\";s:12:\"Speaker Deck\";s:11:\"description\";s:27:\"Embed Speaker Deck content.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:17:\"core-embed/tiktok\";a:12:{s:4:\"name\";s:17:\"core-embed/tiktok\";s:8:\"keywords\";a:1:{i:0;s:5:\"video\";}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:5:\"title\";s:6:\"TikTok\";s:11:\"description\";s:21:\"Embed a TikTok video.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:14:\"core-embed/ted\";a:12:{s:4:\"name\";s:14:\"core-embed/ted\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:5:\"title\";s:3:\"TED\";s:11:\"description\";s:18:\"Embed a TED video.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:17:\"core-embed/tumblr\";a:12:{s:4:\"name\";s:17:\"core-embed/tumblr\";s:8:\"keywords\";a:1:{i:0;s:6:\"social\";}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:5:\"title\";s:6:\"Tumblr\";s:11:\"description\";s:20:\"Embed a Tumblr post.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:21:\"core-embed/videopress\";a:12:{s:4:\"name\";s:21:\"core-embed/videopress\";s:8:\"keywords\";a:1:{i:0;s:5:\"video\";}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:5:\"title\";s:10:\"VideoPress\";s:11:\"description\";s:25:\"Embed a VideoPress video.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:23:\"core-embed/wordpress-tv\";a:12:{s:4:\"name\";s:23:\"core-embed/wordpress-tv\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:5:\"title\";s:12:\"WordPress.tv\";s:11:\"description\";s:27:\"Embed a WordPress.tv video.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:24:\"core-embed/amazon-kindle\";a:12:{s:4:\"name\";s:24:\"core-embed/amazon-kindle\";s:8:\"keywords\";a:1:{i:0;s:5:\"ebook\";}s:10:\"attributes\";a:7:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:5:\"title\";s:13:\"Amazon Kindle\";s:11:\"description\";s:28:\"Embed Amazon Kindle content.\";s:8:\"category\";s:5:\"embed\";s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:6:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:4:\"type\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"providerNameSlug\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"allowResponsive\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:9:\"core/file\";a:11:{s:4:\"name\";s:9:\"core/file\";s:8:\"keywords\";a:3:{i:0;s:8:\"document\";i:1;s:3:\"pdf\";i:2;s:8:\"download\";}s:10:\"attributes\";a:10:{s:2:\"id\";a:1:{s:4:\"type\";s:6:\"number\";}s:4:\"href\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"fileName\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:17:\"a:not([download])\";}s:12:\"textLinkHref\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:17:\"a:not([download])\";s:9:\"attribute\";s:4:\"href\";}s:14:\"textLinkTarget\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:17:\"a:not([download])\";s:9:\"attribute\";s:6:\"target\";}s:18:\"showDownloadButton\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:18:\"downloadButtonText\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:11:\"a[download]\";}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:6:\"anchor\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:2:\"id\";s:8:\"selector\";s:1:\"*\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:2:{s:6:\"anchor\";b:1;s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:8:\"category\";s:5:\"media\";s:5:\"title\";s:4:\"File\";s:11:\"description\";s:34:\"Add a link to a downloadable file.\";s:10:\"variations\";a:0:{}}s:10:\"core/group\";a:13:{s:4:\"name\";s:10:\"core/group\";s:8:\"keywords\";a:4:{i:0;s:9:\"container\";i:1;s:7:\"wrapper\";i:2;s:3:\"row\";i:3;s:7:\"section\";}s:10:\"attributes\";a:8:{s:7:\"tagName\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:3:\"div\";}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:6:\"anchor\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:2:\"id\";s:8:\"selector\";s:1:\"*\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"gradient\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"style\";a:1:{s:4:\"type\";s:6:\"object\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:5:{s:5:\"align\";a:2:{i:0;s:4:\"wide\";i:1;s:4:\"full\";}s:6:\"anchor\";b:1;s:4:\"html\";b:0;s:17:\"lightBlockWrapper\";b:1;s:19:\"__experimentalColor\";a:2:{s:9:\"gradients\";b:1;s:9:\"linkColor\";b:1;}}s:6:\"styles\";a:0:{}s:8:\"category\";s:6:\"design\";s:5:\"title\";s:5:\"Group\";s:11:\"description\";s:33:\"A block that groups other blocks.\";s:7:\"example\";a:2:{s:10:\"attributes\";a:1:{s:5:\"style\";a:1:{s:5:\"color\";a:2:{s:4:\"text\";s:7:\"#000000\";s:10:\"background\";s:7:\"#ffffff\";}}}s:11:\"innerBlocks\";a:6:{i:0;a:2:{s:4:\"name\";s:14:\"core/paragraph\";s:10:\"attributes\";a:3:{s:15:\"customTextColor\";s:7:\"#cf2e2e\";s:8:\"fontSize\";s:5:\"large\";s:7:\"content\";s:4:\"One.\";}}i:1;a:2:{s:4:\"name\";s:14:\"core/paragraph\";s:10:\"attributes\";a:3:{s:15:\"customTextColor\";s:7:\"#ff6900\";s:8:\"fontSize\";s:5:\"large\";s:7:\"content\";s:4:\"Two.\";}}i:2;a:2:{s:4:\"name\";s:14:\"core/paragraph\";s:10:\"attributes\";a:3:{s:15:\"customTextColor\";s:7:\"#fcb900\";s:8:\"fontSize\";s:5:\"large\";s:7:\"content\";s:6:\"Three.\";}}i:3;a:2:{s:4:\"name\";s:14:\"core/paragraph\";s:10:\"attributes\";a:3:{s:15:\"customTextColor\";s:7:\"#00d084\";s:8:\"fontSize\";s:5:\"large\";s:7:\"content\";s:5:\"Four.\";}}i:4;a:2:{s:4:\"name\";s:14:\"core/paragraph\";s:10:\"attributes\";a:3:{s:15:\"customTextColor\";s:7:\"#0693e3\";s:8:\"fontSize\";s:5:\"large\";s:7:\"content\";s:5:\"Five.\";}}i:5;a:2:{s:4:\"name\";s:14:\"core/paragraph\";s:10:\"attributes\";a:3:{s:15:\"customTextColor\";s:7:\"#9b51e0\";s:8:\"fontSize\";s:5:\"large\";s:7:\"content\";s:4:\"Six.\";}}}}s:10:\"deprecated\";a:3:{i:0;a:2:{s:10:\"attributes\";a:7:{s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:21:\"customBackgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"customTextColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:6:\"anchor\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:2:\"id\";s:8:\"selector\";s:1:\"*\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:8:\"supports\";a:3:{s:5:\"align\";a:2:{i:0;s:4:\"wide\";i:1;s:4:\"full\";}s:6:\"anchor\";b:1;s:4:\"html\";b:0;}}i:1;a:2:{s:10:\"attributes\";a:7:{s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:21:\"customBackgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"customTextColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:6:\"anchor\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:2:\"id\";s:8:\"selector\";s:1:\"*\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:8:\"supports\";a:3:{s:5:\"align\";a:2:{i:0;s:4:\"wide\";i:1;s:4:\"full\";}s:6:\"anchor\";b:1;s:4:\"html\";b:0;}}i:2;a:2:{s:10:\"attributes\";a:5:{s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:21:\"customBackgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:6:\"anchor\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:2:\"id\";s:8:\"selector\";s:1:\"*\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:8:\"supports\";a:3:{s:5:\"align\";a:2:{i:0;s:4:\"wide\";i:1;s:4:\"full\";}s:6:\"anchor\";b:1;s:4:\"html\";b:0;}}}s:10:\"variations\";a:0:{}}s:13:\"core/freeform\";a:11:{s:4:\"name\";s:13:\"core/freeform\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:1:{s:7:\"content\";a:2:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:3:{s:9:\"className\";b:0;s:15:\"customClassName\";b:0;s:8:\"reusable\";b:0;}s:6:\"styles\";a:0:{}s:8:\"category\";s:4:\"text\";s:5:\"title\";s:7:\"Classic\";s:11:\"description\";s:33:\"Use the classic WordPress editor.\";s:10:\"variations\";a:0:{}}s:9:\"core/html\";a:12:{s:4:\"name\";s:9:\"core/html\";s:8:\"keywords\";a:1:{i:0;s:5:\"embed\";}s:10:\"attributes\";a:1:{s:7:\"content\";a:2:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:3:{s:15:\"customClassName\";b:0;s:9:\"className\";b:0;s:4:\"html\";b:0;}s:6:\"styles\";a:0:{}s:8:\"category\";s:7:\"widgets\";s:5:\"title\";s:11:\"Custom HTML\";s:11:\"description\";s:48:\"Add custom HTML code and preview it as you edit.\";s:7:\"example\";a:1:{s:10:\"attributes\";a:1:{s:7:\"content\";s:62:\"\";}}s:10:\"variations\";a:0:{}}s:15:\"core/media-text\";a:13:{s:4:\"name\";s:15:\"core/media-text\";s:8:\"keywords\";a:2:{i:0;s:5:\"image\";i:1;s:5:\"video\";}s:10:\"attributes\";a:23:{s:5:\"align\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:4:\"wide\";}s:8:\"mediaAlt\";a:5:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:10:\"figure img\";s:9:\"attribute\";s:3:\"alt\";s:7:\"default\";s:0:\"\";}s:13:\"mediaPosition\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:4:\"left\";}s:7:\"mediaId\";a:1:{s:4:\"type\";s:6:\"number\";}s:8:\"mediaUrl\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:23:\"figure video,figure img\";s:9:\"attribute\";s:3:\"src\";}s:9:\"mediaLink\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"linkDestination\";a:1:{s:4:\"type\";s:6:\"string\";}s:10:\"linkTarget\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:8:\"figure a\";s:9:\"attribute\";s:6:\"target\";}s:4:\"href\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:8:\"figure a\";s:9:\"attribute\";s:4:\"href\";}s:3:\"rel\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:8:\"figure a\";s:9:\"attribute\";s:3:\"rel\";}s:9:\"linkClass\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:8:\"figure a\";s:9:\"attribute\";s:5:\"class\";}s:9:\"mediaType\";a:1:{s:4:\"type\";s:6:\"string\";}s:10:\"mediaWidth\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:50;}s:17:\"isStackedOnMobile\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:17:\"verticalAlignment\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"imageFill\";a:1:{s:4:\"type\";s:7:\"boolean\";}s:10:\"focalPoint\";a:1:{s:4:\"type\";s:6:\"object\";}s:6:\"anchor\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:2:\"id\";s:8:\"selector\";s:1:\"*\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"gradient\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"style\";a:1:{s:4:\"type\";s:6:\"object\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:5:{s:6:\"anchor\";b:1;s:5:\"align\";a:2:{i:0;s:4:\"wide\";i:1;s:4:\"full\";}s:4:\"html\";b:0;s:17:\"lightBlockWrapper\";b:1;s:19:\"__experimentalColor\";a:2:{s:9:\"gradients\";b:1;s:9:\"linkColor\";b:1;}}s:6:\"styles\";a:0:{}s:8:\"category\";s:5:\"media\";s:5:\"title\";s:12:\"Media & Text\";s:11:\"description\";s:53:\"Set media and words side-by-side for a richer layout.\";s:7:\"example\";a:2:{s:10:\"attributes\";a:2:{s:9:\"mediaType\";s:5:\"image\";s:8:\"mediaUrl\";s:94:\"https://s.w.org/images/core/5.3/Biologia_Centrali-Americana_-_Cantorchilus_semibadius_1902.jpg\";}s:11:\"innerBlocks\";a:2:{i:0;a:2:{s:4:\"name\";s:14:\"core/paragraph\";s:10:\"attributes\";a:1:{s:7:\"content\";s:44:\"The wrenOne of the hardest things to do in technology is disrupt yourself.
\";s:8:\"citation\";s:14:\"Matt Mullenweg\";}}s:10:\"deprecated\";a:4:{i:0;a:1:{s:10:\"attributes\";a:8:{s:5:\"value\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"blockquote\";s:9:\"multiline\";s:1:\"p\";}s:8:\"citation\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:4:\"cite\";s:7:\"default\";s:0:\"\";}s:9:\"mainColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"customMainColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"customTextColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:11:\"figureStyle\";a:3:{s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:6:\"figure\";s:9:\"attribute\";s:5:\"style\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}i:1;a:1:{s:10:\"attributes\";a:7:{s:5:\"value\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"blockquote\";s:9:\"multiline\";s:1:\"p\";}s:8:\"citation\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:4:\"cite\";s:7:\"default\";s:0:\"\";}s:9:\"mainColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"customMainColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"customTextColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}i:2;a:1:{s:10:\"attributes\";a:7:{s:5:\"value\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"blockquote\";s:9:\"multiline\";s:1:\"p\";}s:8:\"citation\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:4:\"cite\";s:7:\"default\";s:0:\"\";}s:9:\"mainColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"customMainColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"customTextColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}i:3;a:1:{s:10:\"attributes\";a:8:{s:5:\"value\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"blockquote\";s:9:\"multiline\";s:1:\"p\";}s:8:\"citation\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:6:\"footer\";}s:9:\"mainColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"customMainColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"customTextColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"align\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:4:\"none\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:8:\"core/rss\";a:12:{s:4:\"name\";s:8:\"core/rss\";s:8:\"keywords\";a:2:{i:0;s:4:\"atom\";i:1;s:4:\"feed\";}s:10:\"attributes\";a:10:{s:5:\"align\";a:2:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:5:{i:0;s:4:\"left\";i:1;s:6:\"center\";i:2;s:5:\"right\";i:3;s:4:\"wide\";i:4;s:4:\"full\";}}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"columns\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:2;}s:11:\"blockLayout\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:4:\"list\";}s:7:\"feedURL\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:0:\"\";}s:11:\"itemsToShow\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:5;}s:14:\"displayExcerpt\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:13:\"displayAuthor\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:11:\"displayDate\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:13:\"excerptLength\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:55;}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:2:{s:5:\"align\";b:1;s:4:\"html\";b:0;}s:6:\"styles\";a:0:{}s:8:\"category\";s:7:\"widgets\";s:5:\"title\";s:3:\"RSS\";s:11:\"description\";s:42:\"Display entries from any RSS or Atom feed.\";s:7:\"example\";a:1:{s:10:\"attributes\";a:1:{s:7:\"feedURL\";s:21:\"https://wordpress.org\";}}s:10:\"variations\";a:0:{}}s:11:\"core/search\";a:12:{s:4:\"name\";s:11:\"core/search\";s:8:\"keywords\";a:1:{i:0;s:4:\"find\";}s:10:\"attributes\";a:5:{s:5:\"align\";a:2:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:5:{i:0;s:4:\"left\";i:1;s:6:\"center\";i:2;s:5:\"right\";i:3;s:4:\"wide\";i:4;s:4:\"full\";}}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"label\";a:1:{s:4:\"type\";s:6:\"string\";}s:11:\"placeholder\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:0:\"\";}s:10:\"buttonText\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:2:{s:5:\"align\";b:1;s:4:\"html\";b:0;}s:6:\"styles\";a:0:{}s:8:\"category\";s:7:\"widgets\";s:5:\"title\";s:6:\"Search\";s:11:\"description\";s:32:\"Help visitors find your content.\";s:7:\"example\";a:0:{}s:10:\"variations\";a:1:{i:0;a:3:{s:4:\"name\";s:7:\"default\";s:9:\"isDefault\";b:1;s:10:\"attributes\";a:2:{s:10:\"buttonText\";s:6:\"Search\";s:5:\"label\";s:6:\"Search\";}}}}s:14:\"core/separator\";a:12:{s:4:\"name\";s:14:\"core/separator\";s:8:\"keywords\";a:3:{i:0;s:15:\"horizontal-line\";i:1;s:2:\"hr\";i:2;s:7:\"divider\";}s:10:\"attributes\";a:4:{s:5:\"color\";a:1:{s:4:\"type\";s:6:\"string\";}s:11:\"customColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:6:\"anchor\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:2:\"id\";s:8:\"selector\";s:1:\"*\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:6:\"anchor\";b:1;}s:6:\"styles\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"default\";s:5:\"label\";s:7:\"Default\";s:9:\"isDefault\";b:1;}i:1;a:2:{s:4:\"name\";s:4:\"wide\";s:5:\"label\";s:9:\"Wide Line\";}i:2;a:2:{s:4:\"name\";s:4:\"dots\";s:5:\"label\";s:4:\"Dots\";}}s:8:\"category\";s:6:\"design\";s:5:\"title\";s:9:\"Separator\";s:11:\"description\";s:69:\"Create a break between ideas or sections with a horizontal separator.\";s:7:\"example\";a:1:{s:10:\"attributes\";a:2:{s:11:\"customColor\";s:7:\"#065174\";s:9:\"className\";s:13:\"is-style-wide\";}}s:10:\"variations\";a:0:{}}s:10:\"core/block\";a:11:{s:4:\"name\";s:10:\"core/block\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:1:{s:3:\"ref\";a:1:{s:4:\"type\";s:6:\"number\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:3:{s:15:\"customClassName\";b:0;s:4:\"html\";b:0;s:8:\"inserter\";b:0;}s:6:\"styles\";a:0:{}s:8:\"category\";s:8:\"reusable\";s:5:\"title\";s:14:\"Reusable Block\";s:11:\"description\";s:114:\"Create and save content to reuse across your site. Update the block, and the changes apply everywhere it’s used.\";s:10:\"variations\";a:0:{}}s:17:\"core/social-links\";a:12:{s:4:\"name\";s:17:\"core/social-links\";s:8:\"keywords\";a:1:{i:0;s:5:\"links\";}s:10:\"attributes\";a:3:{s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:6:\"anchor\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:2:\"id\";s:8:\"selector\";s:1:\"*\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:3:{s:5:\"align\";a:3:{i:0;s:4:\"left\";i:1;s:6:\"center\";i:2;s:5:\"right\";}s:17:\"lightBlockWrapper\";b:1;s:6:\"anchor\";b:1;}s:6:\"styles\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"default\";s:5:\"label\";s:7:\"Default\";s:9:\"isDefault\";b:1;}i:1;a:2:{s:4:\"name\";s:10:\"logos-only\";s:5:\"label\";s:10:\"Logos Only\";}i:2;a:2:{s:4:\"name\";s:10:\"pill-shape\";s:5:\"label\";s:10:\"Pill Shape\";}}s:8:\"category\";s:7:\"widgets\";s:5:\"title\";s:12:\"Social Icons\";s:11:\"description\";s:64:\"Display icons linking to your social media profiles or websites.\";s:7:\"example\";a:1:{s:11:\"innerBlocks\";a:3:{i:0;a:2:{s:4:\"name\";s:16:\"core/social-link\";s:10:\"attributes\";a:2:{s:7:\"service\";s:9:\"wordpress\";s:3:\"url\";s:21:\"https://wordpress.org\";}}i:1;a:2:{s:4:\"name\";s:16:\"core/social-link\";s:10:\"attributes\";a:2:{s:7:\"service\";s:8:\"facebook\";s:3:\"url\";s:35:\"https://www.facebook.com/WordPress/\";}}i:2;a:2:{s:4:\"name\";s:16:\"core/social-link\";s:10:\"attributes\";a:2:{s:7:\"service\";s:7:\"twitter\";s:3:\"url\";s:29:\"https://twitter.com/WordPress\";}}}}s:10:\"variations\";a:0:{}}s:16:\"core/social-link\";a:12:{s:4:\"name\";s:16:\"core/social-link\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:4:{s:3:\"url\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"service\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"label\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:3:{s:8:\"reusable\";b:0;s:4:\"html\";b:0;s:17:\"lightBlockWrapper\";b:1;}s:6:\"styles\";a:0:{}s:8:\"category\";s:7:\"widgets\";s:6:\"parent\";a:1:{i:0;s:17:\"core/social-links\";}s:5:\"title\";s:11:\"Social Icon\";s:11:\"description\";s:61:\"Display an icon linking to a social media profile or website.\";s:10:\"variations\";a:39:{i:0;a:4:{s:9:\"isDefault\";b:1;s:4:\"name\";s:9:\"wordpress\";s:10:\"attributes\";a:1:{s:7:\"service\";s:9:\"wordpress\";}s:5:\"title\";s:9:\"WordPress\";}i:1;a:3:{s:4:\"name\";s:13:\"fivehundredpx\";s:10:\"attributes\";a:1:{s:7:\"service\";s:13:\"fivehundredpx\";}s:5:\"title\";s:5:\"500px\";}i:2;a:3:{s:4:\"name\";s:6:\"amazon\";s:10:\"attributes\";a:1:{s:7:\"service\";s:6:\"amazon\";}s:5:\"title\";s:6:\"Amazon\";}i:3;a:3:{s:4:\"name\";s:8:\"bandcamp\";s:10:\"attributes\";a:1:{s:7:\"service\";s:8:\"bandcamp\";}s:5:\"title\";s:8:\"Bandcamp\";}i:4;a:3:{s:4:\"name\";s:7:\"behance\";s:10:\"attributes\";a:1:{s:7:\"service\";s:7:\"behance\";}s:5:\"title\";s:7:\"Behance\";}i:5;a:3:{s:4:\"name\";s:5:\"chain\";s:10:\"attributes\";a:1:{s:7:\"service\";s:5:\"chain\";}s:5:\"title\";s:4:\"Link\";}i:6;a:3:{s:4:\"name\";s:7:\"codepen\";s:10:\"attributes\";a:1:{s:7:\"service\";s:7:\"codepen\";}s:5:\"title\";s:7:\"CodePen\";}i:7;a:3:{s:4:\"name\";s:10:\"deviantart\";s:10:\"attributes\";a:1:{s:7:\"service\";s:10:\"deviantart\";}s:5:\"title\";s:10:\"DeviantArt\";}i:8;a:3:{s:4:\"name\";s:8:\"dribbble\";s:10:\"attributes\";a:1:{s:7:\"service\";s:8:\"dribbble\";}s:5:\"title\";s:8:\"Dribbble\";}i:9;a:3:{s:4:\"name\";s:7:\"dropbox\";s:10:\"attributes\";a:1:{s:7:\"service\";s:7:\"dropbox\";}s:5:\"title\";s:7:\"Dropbox\";}i:10;a:3:{s:4:\"name\";s:4:\"etsy\";s:10:\"attributes\";a:1:{s:7:\"service\";s:4:\"etsy\";}s:5:\"title\";s:4:\"Etsy\";}i:11;a:3:{s:4:\"name\";s:8:\"facebook\";s:10:\"attributes\";a:1:{s:7:\"service\";s:8:\"facebook\";}s:5:\"title\";s:8:\"Facebook\";}i:12;a:3:{s:4:\"name\";s:4:\"feed\";s:10:\"attributes\";a:1:{s:7:\"service\";s:4:\"feed\";}s:5:\"title\";s:8:\"RSS Feed\";}i:13;a:3:{s:4:\"name\";s:6:\"flickr\";s:10:\"attributes\";a:1:{s:7:\"service\";s:6:\"flickr\";}s:5:\"title\";s:6:\"Flickr\";}i:14;a:3:{s:4:\"name\";s:10:\"foursquare\";s:10:\"attributes\";a:1:{s:7:\"service\";s:10:\"foursquare\";}s:5:\"title\";s:10:\"Foursquare\";}i:15;a:3:{s:4:\"name\";s:9:\"goodreads\";s:10:\"attributes\";a:1:{s:7:\"service\";s:9:\"goodreads\";}s:5:\"title\";s:9:\"Goodreads\";}i:16;a:3:{s:4:\"name\";s:6:\"google\";s:10:\"attributes\";a:1:{s:7:\"service\";s:6:\"google\";}s:5:\"title\";s:6:\"Google\";}i:17;a:3:{s:4:\"name\";s:6:\"github\";s:10:\"attributes\";a:1:{s:7:\"service\";s:6:\"github\";}s:5:\"title\";s:6:\"GitHub\";}i:18;a:3:{s:4:\"name\";s:9:\"instagram\";s:10:\"attributes\";a:1:{s:7:\"service\";s:9:\"instagram\";}s:5:\"title\";s:9:\"Instagram\";}i:19;a:3:{s:4:\"name\";s:6:\"lastfm\";s:10:\"attributes\";a:1:{s:7:\"service\";s:6:\"lastfm\";}s:5:\"title\";s:7:\"Last.fm\";}i:20;a:3:{s:4:\"name\";s:8:\"linkedin\";s:10:\"attributes\";a:1:{s:7:\"service\";s:8:\"linkedin\";}s:5:\"title\";s:8:\"LinkedIn\";}i:21;a:3:{s:4:\"name\";s:4:\"mail\";s:10:\"attributes\";a:1:{s:7:\"service\";s:4:\"mail\";}s:5:\"title\";s:4:\"Mail\";}i:22;a:3:{s:4:\"name\";s:8:\"mastodon\";s:10:\"attributes\";a:1:{s:7:\"service\";s:8:\"mastodon\";}s:5:\"title\";s:8:\"Mastodon\";}i:23;a:3:{s:4:\"name\";s:6:\"meetup\";s:10:\"attributes\";a:1:{s:7:\"service\";s:6:\"meetup\";}s:5:\"title\";s:6:\"Meetup\";}i:24;a:3:{s:4:\"name\";s:6:\"medium\";s:10:\"attributes\";a:1:{s:7:\"service\";s:6:\"medium\";}s:5:\"title\";s:6:\"Medium\";}i:25;a:3:{s:4:\"name\";s:9:\"pinterest\";s:10:\"attributes\";a:1:{s:7:\"service\";s:9:\"pinterest\";}s:5:\"title\";s:9:\"Pinterest\";}i:26;a:3:{s:4:\"name\";s:6:\"pocket\";s:10:\"attributes\";a:1:{s:7:\"service\";s:6:\"pocket\";}s:5:\"title\";s:6:\"Pocket\";}i:27;a:3:{s:4:\"name\";s:6:\"reddit\";s:10:\"attributes\";a:1:{s:7:\"service\";s:6:\"reddit\";}s:5:\"title\";s:6:\"Reddit\";}i:28;a:3:{s:4:\"name\";s:5:\"skype\";s:10:\"attributes\";a:1:{s:7:\"service\";s:5:\"skype\";}s:5:\"title\";s:5:\"Skype\";}i:29;a:3:{s:4:\"name\";s:8:\"snapchat\";s:10:\"attributes\";a:1:{s:7:\"service\";s:8:\"snapchat\";}s:5:\"title\";s:8:\"Snapchat\";}i:30;a:3:{s:4:\"name\";s:10:\"soundcloud\";s:10:\"attributes\";a:1:{s:7:\"service\";s:10:\"soundcloud\";}s:5:\"title\";s:10:\"SoundCloud\";}i:31;a:3:{s:4:\"name\";s:7:\"spotify\";s:10:\"attributes\";a:1:{s:7:\"service\";s:7:\"spotify\";}s:5:\"title\";s:7:\"Spotify\";}i:32;a:3:{s:4:\"name\";s:6:\"tumblr\";s:10:\"attributes\";a:1:{s:7:\"service\";s:6:\"tumblr\";}s:5:\"title\";s:6:\"Tumblr\";}i:33;a:3:{s:4:\"name\";s:6:\"twitch\";s:10:\"attributes\";a:1:{s:7:\"service\";s:6:\"twitch\";}s:5:\"title\";s:6:\"Twitch\";}i:34;a:3:{s:4:\"name\";s:7:\"twitter\";s:10:\"attributes\";a:1:{s:7:\"service\";s:7:\"twitter\";}s:5:\"title\";s:7:\"Twitter\";}i:35;a:3:{s:4:\"name\";s:5:\"vimeo\";s:10:\"attributes\";a:1:{s:7:\"service\";s:5:\"vimeo\";}s:5:\"title\";s:5:\"Vimeo\";}i:36;a:3:{s:4:\"name\";s:2:\"vk\";s:10:\"attributes\";a:1:{s:7:\"service\";s:2:\"vk\";}s:5:\"title\";s:2:\"VK\";}i:37;a:3:{s:4:\"name\";s:4:\"yelp\";s:10:\"attributes\";a:1:{s:7:\"service\";s:4:\"yelp\";}s:5:\"title\";s:4:\"Yelp\";}i:38;a:3:{s:4:\"name\";s:7:\"youtube\";s:10:\"attributes\";a:1:{s:7:\"service\";s:7:\"youtube\";}s:5:\"title\";s:7:\"YouTube\";}}}s:11:\"core/spacer\";a:11:{s:4:\"name\";s:11:\"core/spacer\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:3:{s:6:\"height\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:100;}s:6:\"anchor\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:2:\"id\";s:8:\"selector\";s:1:\"*\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:6:\"anchor\";b:1;}s:6:\"styles\";a:0:{}s:8:\"category\";s:6:\"design\";s:5:\"title\";s:6:\"Spacer\";s:11:\"description\";s:56:\"Add white space between blocks and customize its height.\";s:10:\"variations\";a:0:{}}s:12:\"core/subhead\";a:11:{s:4:\"name\";s:12:\"core/subhead\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:3:{s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"content\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:1:\"p\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:2:{s:8:\"inserter\";b:0;s:8:\"multiple\";b:0;}s:6:\"styles\";a:0:{}s:8:\"category\";s:4:\"text\";s:5:\"title\";s:23:\"Subheading (deprecated)\";s:11:\"description\";s:65:\"This block is deprecated. Please use the Paragraph block instead.\";s:10:\"variations\";a:0:{}}s:10:\"core/table\";a:13:{s:4:\"name\";s:10:\"core/table\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:9:{s:14:\"hasFixedLayout\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:7:\"caption\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";s:7:\"default\";s:0:\"\";}s:4:\"head\";a:5:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}s:6:\"source\";s:5:\"query\";s:8:\"selector\";s:8:\"thead tr\";s:5:\"query\";a:1:{s:5:\"cells\";a:5:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}s:6:\"source\";s:5:\"query\";s:8:\"selector\";s:5:\"td,th\";s:5:\"query\";a:4:{s:7:\"content\";a:2:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";}s:3:\"tag\";a:3:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:2:\"td\";s:6:\"source\";s:3:\"tag\";}s:5:\"scope\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:5:\"scope\";}s:5:\"align\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:10:\"data-align\";}}}}}s:4:\"body\";a:5:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}s:6:\"source\";s:5:\"query\";s:8:\"selector\";s:8:\"tbody tr\";s:5:\"query\";a:1:{s:5:\"cells\";a:5:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}s:6:\"source\";s:5:\"query\";s:8:\"selector\";s:5:\"td,th\";s:5:\"query\";a:4:{s:7:\"content\";a:2:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";}s:3:\"tag\";a:3:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:2:\"td\";s:6:\"source\";s:3:\"tag\";}s:5:\"scope\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:5:\"scope\";}s:5:\"align\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:10:\"data-align\";}}}}}s:4:\"foot\";a:5:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}s:6:\"source\";s:5:\"query\";s:8:\"selector\";s:8:\"tfoot tr\";s:5:\"query\";a:1:{s:5:\"cells\";a:5:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}s:6:\"source\";s:5:\"query\";s:8:\"selector\";s:5:\"td,th\";s:5:\"query\";a:4:{s:7:\"content\";a:2:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";}s:3:\"tag\";a:3:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:2:\"td\";s:6:\"source\";s:3:\"tag\";}s:5:\"scope\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:5:\"scope\";}s:5:\"align\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:10:\"data-align\";}}}}}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:6:\"anchor\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:2:\"id\";s:8:\"selector\";s:1:\"*\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:2:{s:6:\"anchor\";b:1;s:5:\"align\";b:1;}s:6:\"styles\";a:2:{i:0;a:3:{s:4:\"name\";s:7:\"regular\";s:5:\"label\";s:7:\"Default\";s:9:\"isDefault\";b:1;}i:1;a:2:{s:4:\"name\";s:7:\"stripes\";s:5:\"label\";s:7:\"Stripes\";}}s:8:\"category\";s:4:\"text\";s:5:\"title\";s:5:\"Table\";s:11:\"description\";s:55:\"Insert a table — perfect for sharing charts and data.\";s:7:\"example\";a:1:{s:10:\"attributes\";a:2:{s:4:\"head\";a:1:{i:0;a:1:{s:5:\"cells\";a:3:{i:0;a:2:{s:7:\"content\";s:7:\"Version\";s:3:\"tag\";s:2:\"th\";}i:1;a:2:{s:7:\"content\";s:13:\"Jazz Musician\";s:3:\"tag\";s:2:\"th\";}i:2;a:2:{s:7:\"content\";s:12:\"Release Date\";s:3:\"tag\";s:2:\"th\";}}}}s:4:\"body\";a:3:{i:0;a:1:{s:5:\"cells\";a:3:{i:0;a:2:{s:7:\"content\";s:3:\"5.2\";s:3:\"tag\";s:2:\"td\";}i:1;a:2:{s:7:\"content\";s:14:\"Jaco Pastorius\";s:3:\"tag\";s:2:\"td\";}i:2;a:2:{s:7:\"content\";s:11:\"May 7, 2019\";s:3:\"tag\";s:2:\"td\";}}}i:1;a:1:{s:5:\"cells\";a:3:{i:0;a:2:{s:7:\"content\";s:3:\"5.1\";s:3:\"tag\";s:2:\"td\";}i:1;a:2:{s:7:\"content\";s:12:\"Betty Carter\";s:3:\"tag\";s:2:\"td\";}i:2;a:2:{s:7:\"content\";s:17:\"February 21, 2019\";s:3:\"tag\";s:2:\"td\";}}}i:2;a:1:{s:5:\"cells\";a:3:{i:0;a:2:{s:7:\"content\";s:3:\"5.0\";s:3:\"tag\";s:2:\"td\";}i:1;a:2:{s:7:\"content\";s:12:\"Bebo Valdés\";s:3:\"tag\";s:2:\"td\";}i:2;a:2:{s:7:\"content\";s:16:\"December 6, 2018\";s:3:\"tag\";s:2:\"td\";}}}}}}s:10:\"deprecated\";a:1:{i:0;a:2:{s:10:\"attributes\";a:7:{s:14:\"hasFixedLayout\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"head\";a:5:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}s:6:\"source\";s:5:\"query\";s:8:\"selector\";s:8:\"thead tr\";s:5:\"query\";a:1:{s:5:\"cells\";a:5:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}s:6:\"source\";s:5:\"query\";s:8:\"selector\";s:5:\"td,th\";s:5:\"query\";a:3:{s:7:\"content\";a:2:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";}s:3:\"tag\";a:3:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:2:\"td\";s:6:\"source\";s:3:\"tag\";}s:5:\"scope\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:5:\"scope\";}}}}}s:4:\"body\";a:5:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}s:6:\"source\";s:5:\"query\";s:8:\"selector\";s:8:\"tbody tr\";s:5:\"query\";a:1:{s:5:\"cells\";a:5:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}s:6:\"source\";s:5:\"query\";s:8:\"selector\";s:5:\"td,th\";s:5:\"query\";a:3:{s:7:\"content\";a:2:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";}s:3:\"tag\";a:3:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:2:\"td\";s:6:\"source\";s:3:\"tag\";}s:5:\"scope\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:5:\"scope\";}}}}}s:4:\"foot\";a:5:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}s:6:\"source\";s:5:\"query\";s:8:\"selector\";s:8:\"tfoot tr\";s:5:\"query\";a:1:{s:5:\"cells\";a:5:{s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}s:6:\"source\";s:5:\"query\";s:8:\"selector\";s:5:\"td,th\";s:5:\"query\";a:3:{s:7:\"content\";a:2:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";}s:3:\"tag\";a:3:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:2:\"td\";s:6:\"source\";s:3:\"tag\";}s:5:\"scope\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:5:\"scope\";}}}}}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:8:\"supports\";a:1:{s:5:\"align\";b:1;}}}s:10:\"variations\";a:0:{}}s:14:\"core/tag-cloud\";a:12:{s:4:\"name\";s:14:\"core/tag-cloud\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:4:{s:5:\"align\";a:2:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:5:{i:0;s:4:\"left\";i:1;s:6:\"center\";i:2;s:5:\"right\";i:3;s:4:\"wide\";i:4;s:4:\"full\";}}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"taxonomy\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:8:\"post_tag\";}s:13:\"showTagCounts\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:2:{s:4:\"html\";b:0;s:5:\"align\";b:1;}s:6:\"styles\";a:0:{}s:8:\"category\";s:7:\"widgets\";s:5:\"title\";s:9:\"Tag Cloud\";s:11:\"description\";s:31:\"A cloud of your most used tags.\";s:7:\"example\";a:0:{}s:10:\"variations\";a:0:{}}s:17:\"core/text-columns\";a:11:{s:4:\"name\";s:17:\"core/text-columns\";s:8:\"keywords\";a:0:{}s:10:\"attributes\";a:4:{s:7:\"content\";a:5:{s:4:\"type\";s:5:\"array\";s:6:\"source\";s:5:\"query\";s:8:\"selector\";s:1:\"p\";s:5:\"query\";a:1:{s:8:\"children\";a:2:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";}}s:7:\"default\";a:2:{i:0;a:0:{}i:1;a:0:{}}}s:7:\"columns\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:2;}s:5:\"width\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:1:{s:8:\"inserter\";b:0;}s:6:\"styles\";a:0:{}s:8:\"category\";s:6:\"design\";s:5:\"title\";s:25:\"Text Columns (deprecated)\";s:11:\"description\";s:63:\"This block is deprecated. Please use the Columns block instead.\";s:10:\"variations\";a:0:{}}s:10:\"core/verse\";a:13:{s:4:\"name\";s:10:\"core/verse\";s:8:\"keywords\";a:2:{i:0;s:6:\"poetry\";i:1;s:4:\"poem\";}s:10:\"attributes\";a:4:{s:7:\"content\";a:5:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:3:\"pre\";s:7:\"default\";s:0:\"\";s:28:\"__unstablePreserveWhiteSpace\";b:1;}s:9:\"textAlign\";a:1:{s:4:\"type\";s:6:\"string\";}s:6:\"anchor\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:2:\"id\";s:8:\"selector\";s:1:\"*\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:2:{s:6:\"anchor\";b:1;s:17:\"lightBlockWrapper\";b:1;}s:6:\"styles\";a:0:{}s:8:\"category\";s:4:\"text\";s:5:\"title\";s:5:\"Verse\";s:11:\"description\";s:65:\"Insert poetry. Use special spacing formats. Or quote song lyrics.\";s:7:\"example\";a:1:{s:10:\"attributes\";a:1:{s:7:\"content\";s:226:\"WHAT was he doing, the great god Pan,\n Down in the reeds by the river?\nSpreading ruin and scattering ban,\nSplashing and paddling with hoofs of a goat,\nAnd breaking the golden lilies afloat\n With the dragon-fly on the river.\";}}s:10:\"deprecated\";a:1:{i:0;a:1:{s:10:\"attributes\";a:3:{s:7:\"content\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:3:\"pre\";s:7:\"default\";s:0:\"\";}s:9:\"textAlign\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}}}s:10:\"variations\";a:0:{}}s:10:\"core/video\";a:11:{s:4:\"name\";s:10:\"core/video\";s:8:\"keywords\";a:1:{i:0;s:5:\"movie\";}s:10:\"attributes\";a:13:{s:8:\"autoplay\";a:4:{s:4:\"type\";s:7:\"boolean\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:5:\"video\";s:9:\"attribute\";s:8:\"autoplay\";}s:7:\"caption\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:4:\"html\";s:8:\"selector\";s:10:\"figcaption\";}s:8:\"controls\";a:5:{s:4:\"type\";s:7:\"boolean\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:5:\"video\";s:9:\"attribute\";s:8:\"controls\";s:7:\"default\";b:1;}s:2:\"id\";a:1:{s:4:\"type\";s:6:\"number\";}s:4:\"loop\";a:4:{s:4:\"type\";s:7:\"boolean\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:5:\"video\";s:9:\"attribute\";s:4:\"loop\";}s:5:\"muted\";a:4:{s:4:\"type\";s:7:\"boolean\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:5:\"video\";s:9:\"attribute\";s:5:\"muted\";}s:6:\"poster\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:5:\"video\";s:9:\"attribute\";s:6:\"poster\";}s:7:\"preload\";a:5:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:5:\"video\";s:9:\"attribute\";s:7:\"preload\";s:7:\"default\";s:8:\"metadata\";}s:3:\"src\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:5:\"video\";s:9:\"attribute\";s:3:\"src\";}s:11:\"playsInline\";a:4:{s:4:\"type\";s:7:\"boolean\";s:6:\"source\";s:9:\"attribute\";s:8:\"selector\";s:5:\"video\";s:9:\"attribute\";s:11:\"playsinline\";}s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:6:\"anchor\";a:4:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"attribute\";s:9:\"attribute\";s:2:\"id\";s:8:\"selector\";s:1:\"*\";}s:9:\"className\";a:1:{s:4:\"type\";s:6:\"string\";}}s:15:\"providesContext\";a:0:{}s:11:\"usesContext\";a:0:{}s:8:\"supports\";a:3:{s:6:\"anchor\";b:1;s:5:\"align\";b:1;s:17:\"lightBlockWrapper\";b:1;}s:6:\"styles\";a:0:{}s:8:\"category\";s:5:\"media\";s:5:\"title\";s:5:\"Video\";s:11:\"description\";s:58:\"Embed a video from your media library or upload a new one.\";s:10:\"variations\";a:0:{}}}', 'no'); +INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES +(5107, 'action_scheduler_hybrid_store_demarkation', '8449', 'yes'), +(5108, 'schema-ActionScheduler_StoreSchema', '3.0.1600474134', 'yes'), +(5109, 'schema-ActionScheduler_LoggerSchema', '2.0.1600474134', 'yes'), +(5110, 'woocommerce_schema_version', '430', 'yes'), +(5111, 'woocommerce_store_address', '123 test st.', 'yes'), +(5112, 'woocommerce_store_address_2', '', 'yes'), +(5113, 'woocommerce_store_city', 'Victoria', 'yes'), +(5114, 'woocommerce_default_country', 'CA:BC', 'yes'), +(5115, 'woocommerce_store_postcode', 'v8v2g9', 'yes'), +(5116, 'woocommerce_allowed_countries', 'all', 'yes'), +(5117, 'woocommerce_all_except_countries', 'a:0:{}', 'yes'), +(5118, 'woocommerce_specific_allowed_countries', 'a:0:{}', 'yes'), +(5119, 'woocommerce_ship_to_countries', '', 'yes'), +(5120, 'woocommerce_specific_ship_to_countries', 'a:0:{}', 'yes'), +(5121, 'woocommerce_default_customer_address', 'base', 'yes'), +(5122, 'woocommerce_calc_taxes', 'no', 'yes'), +(5123, 'woocommerce_enable_coupons', 'yes', 'yes'), +(5124, 'woocommerce_calc_discounts_sequentially', 'no', 'no'), +(5125, 'woocommerce_currency', 'CAD', 'yes'), +(5126, 'woocommerce_currency_pos', 'left', 'yes'), +(5127, 'woocommerce_price_thousand_sep', ',', 'yes'), +(5128, 'woocommerce_price_decimal_sep', '.', 'yes'), +(5129, 'woocommerce_price_num_decimals', '2', 'yes'), +(5130, 'woocommerce_shop_page_id', '8454', 'yes'), +(5131, 'woocommerce_cart_redirect_after_add', 'no', 'yes'), +(5132, 'woocommerce_enable_ajax_add_to_cart', 'yes', 'yes'), +(5133, 'woocommerce_placeholder_image', '8449', 'yes'), +(5134, 'woocommerce_weight_unit', 'kg', 'yes'), +(5135, 'woocommerce_dimension_unit', 'cm', 'yes'), +(5136, 'woocommerce_enable_reviews', 'yes', 'yes'), +(5137, 'woocommerce_review_rating_verification_label', 'yes', 'no'), +(5138, 'woocommerce_review_rating_verification_required', 'no', 'no'), +(5139, 'woocommerce_enable_review_rating', 'yes', 'yes'), +(5140, 'woocommerce_review_rating_required', 'yes', 'no'), +(5141, 'woocommerce_manage_stock', 'yes', 'yes'), +(5142, 'woocommerce_hold_stock_minutes', '60', 'no'), +(5143, 'woocommerce_notify_low_stock', 'yes', 'no'), +(5144, 'woocommerce_notify_no_stock', 'yes', 'no'), +(5145, 'woocommerce_stock_email_recipient', 'tyler@gatsbyjs.com', 'no'), +(5146, 'woocommerce_notify_low_stock_amount', '2', 'no'), +(5147, 'woocommerce_notify_no_stock_amount', '0', 'yes'), +(5148, 'woocommerce_hide_out_of_stock_items', 'no', 'yes'), +(5149, 'woocommerce_stock_format', '', 'yes'), +(5150, 'woocommerce_file_download_method', 'force', 'no'), +(5151, 'woocommerce_downloads_require_login', 'no', 'no'), +(5152, 'woocommerce_downloads_grant_access_after_payment', 'yes', 'no'), +(5153, 'woocommerce_downloads_add_hash_to_filename', 'yes', 'yes'), +(5154, 'woocommerce_prices_include_tax', 'no', 'yes'), +(5155, 'woocommerce_tax_based_on', 'shipping', 'yes'), +(5156, 'woocommerce_shipping_tax_class', 'inherit', 'yes'), +(5157, 'woocommerce_tax_round_at_subtotal', 'no', 'yes'), +(5158, 'woocommerce_tax_classes', '', 'yes'), +(5159, 'woocommerce_tax_display_shop', 'excl', 'yes'), +(5160, 'woocommerce_tax_display_cart', 'excl', 'yes'), +(5161, 'woocommerce_price_display_suffix', '', 'yes'), +(5162, 'woocommerce_tax_total_display', 'itemized', 'no'), +(5163, 'woocommerce_enable_shipping_calc', 'yes', 'no'), +(5164, 'woocommerce_shipping_cost_requires_address', 'no', 'yes'), +(5165, 'woocommerce_ship_to_destination', 'billing', 'no'), +(5166, 'woocommerce_shipping_debug_mode', 'no', 'yes'), +(5167, 'woocommerce_enable_guest_checkout', 'yes', 'no'), +(5168, 'woocommerce_enable_checkout_login_reminder', 'no', 'no'), +(5169, 'woocommerce_enable_signup_and_login_from_checkout', 'no', 'no'), +(5170, 'woocommerce_enable_myaccount_registration', 'no', 'no'), +(5171, 'woocommerce_registration_generate_username', 'yes', 'no'), +(5172, 'woocommerce_registration_generate_password', 'yes', 'no'), +(5173, 'woocommerce_erasure_request_removes_order_data', 'no', 'no'), +(5174, 'woocommerce_erasure_request_removes_download_data', 'no', 'no'), +(5175, 'woocommerce_allow_bulk_remove_personal_data', 'no', 'no'), +(5176, 'woocommerce_registration_privacy_policy_text', 'Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].', 'yes'), +(5177, 'woocommerce_checkout_privacy_policy_text', 'Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].', 'yes'), +(5178, 'woocommerce_delete_inactive_accounts', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}', 'no'), +(5179, 'woocommerce_trash_pending_orders', '', 'no'), +(5180, 'woocommerce_trash_failed_orders', '', 'no'), +(5181, 'woocommerce_trash_cancelled_orders', '', 'no'), +(5182, 'woocommerce_anonymize_completed_orders', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}', 'no'), +(5183, 'woocommerce_email_from_name', 'Automated testing for Gatsby source WordPress V4', 'no'), +(5184, 'woocommerce_email_from_address', 'tyler@gatsbyjs.com', 'no'), +(5185, 'woocommerce_email_header_image', '', 'no'), +(5186, 'woocommerce_email_footer_text', '{site_title} — Built with {WooCommerce}', 'no'), +(5187, 'woocommerce_email_base_color', '#96588a', 'no'), +(5188, 'woocommerce_email_background_color', '#f7f7f7', 'no'), +(5189, 'woocommerce_email_body_background_color', '#ffffff', 'no'), +(5190, 'woocommerce_email_text_color', '#3c3c3c', 'no'), +(5191, 'woocommerce_cart_page_id', '8457', 'no'), +(5192, 'woocommerce_checkout_page_id', '8460', 'no'), +(5193, 'woocommerce_myaccount_page_id', '8463', 'no'), +(5194, 'woocommerce_terms_page_id', '', 'no'), +(5195, 'woocommerce_checkout_pay_endpoint', 'order-pay', 'yes'), +(5196, 'woocommerce_checkout_order_received_endpoint', 'order-received', 'yes'), +(5197, 'woocommerce_myaccount_add_payment_method_endpoint', 'add-payment-method', 'yes'), +(5198, 'woocommerce_myaccount_delete_payment_method_endpoint', 'delete-payment-method', 'yes'), +(5199, 'woocommerce_myaccount_set_default_payment_method_endpoint', 'set-default-payment-method', 'yes'), +(5200, 'woocommerce_myaccount_orders_endpoint', 'orders', 'yes'), +(5201, 'woocommerce_myaccount_view_order_endpoint', 'view-order', 'yes'), +(5202, 'woocommerce_myaccount_downloads_endpoint', 'downloads', 'yes'), +(5203, 'woocommerce_myaccount_edit_account_endpoint', 'edit-account', 'yes'), +(5204, 'woocommerce_myaccount_edit_address_endpoint', 'edit-address', 'yes'), +(5205, 'woocommerce_myaccount_payment_methods_endpoint', 'payment-methods', 'yes'), +(5206, 'woocommerce_myaccount_lost_password_endpoint', 'lost-password', 'yes'), +(5207, 'woocommerce_logout_endpoint', 'customer-logout', 'yes'), +(5208, 'woocommerce_api_enabled', 'no', 'yes'), +(5209, 'woocommerce_allow_tracking', 'no', 'no'), +(5210, 'woocommerce_show_marketplace_suggestions', 'yes', 'no'), +(5211, 'woocommerce_single_image_width', '600', 'yes'), +(5212, 'woocommerce_thumbnail_image_width', '300', 'yes'), +(5213, 'woocommerce_checkout_highlight_required_fields', 'yes', 'yes'), +(5214, 'woocommerce_demo_store', 'no', 'no'), +(5215, 'woocommerce_permalinks', 'a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}', 'yes'), +(5216, 'current_theme_supports_woocommerce', 'yes', 'yes'), +(5217, 'woocommerce_queue_flush_rewrite_rules', 'no', 'yes'), +(5219, 'default_product_cat', '56', 'yes'), +(5220, 'woocommerce_admin_notices', 'a:1:{i:0;s:7:\"install\";}', 'yes'), +(5221, 'woocommerce_version', '4.5.2', 'yes'), +(5222, 'woocommerce_db_version', '4.5.2', 'yes'), +(5223, 'woocommerce_homescreen_enabled', 'yes', 'yes'), +(5224, 'action_scheduler_lock_async-request-runner', '1602942684', 'yes'), +(5225, 'woocommerce_maxmind_geolocation_settings', 'a:1:{s:15:\"database_prefix\";s:32:\"LAKNUexZHRyHwC1JhGYNV43V7rTD5auL\";}', 'yes'), +(5226, 'widget_woocommerce_widget_cart', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), +(5227, 'widget_woocommerce_layered_nav_filters', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), +(5228, 'widget_woocommerce_layered_nav', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), +(5229, 'widget_woocommerce_price_filter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), +(5230, 'widget_woocommerce_product_categories', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), +(5231, 'widget_woocommerce_product_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), +(5232, 'widget_woocommerce_product_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), +(5233, 'widget_woocommerce_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), +(5234, 'widget_woocommerce_recently_viewed_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), +(5235, 'widget_woocommerce_top_rated_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), +(5236, 'widget_woocommerce_recent_reviews', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), +(5237, 'widget_woocommerce_rating_filter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'), +(5238, 'woocommerce_admin_version', '1.5.0', 'yes'), +(5239, 'woocommerce_admin_install_timestamp', '1600474136', 'yes'), +(5240, 'wc_admin_note_home_screen_feedback_homescreen_accessed', '1600474137', 'yes'), +(5241, 'woocommerce_meta_box_errors', 'a:0:{}', 'yes'), +(5242, 'wc_blocks_db_schema_version', '260', 'yes'), +(5243, 'woocommerce_onboarding_profile', 'a:9:{s:9:\"completed\";b:1;s:12:\"setup_client\";b:0;s:8:\"industry\";a:1:{i:0;a:1:{s:4:\"slug\";s:27:\"fashion-apparel-accessories\";}}s:13:\"product_types\";a:1:{i:0;s:9:\"downloads\";}s:13:\"product_count\";s:4:\"1-10\";s:14:\"selling_venues\";s:2:\"no\";s:19:\"business_extensions\";a:0:{}s:5:\"theme\";s:12:\"twentytwenty\";s:7:\"plugins\";s:7:\"skipped\";}', 'yes'), +(5244, 'woocommerce_onboarding_opt_in', 'yes', 'yes'), +(5246, 'wc_remote_inbox_notifications_specs', 'a:3:{s:37:\"ecomm-need-help-setting-up-your-store\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"ecomm-need-help-setting-up-your-store\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:32:\"Need help setting up your Store?\";s:7:\"content\";s:350:\"Schedule a free 30-min quick start session and get help from our specialists. We’re happy to walk through setup steps, show you around the WordPress.com dashboard, troubleshoot any issues you may have, and help you the find the features you need to accomplish your goals for your site.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"set-up-concierge\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"Schedule free session\";}}s:3:\"url\";s:34:\"https://wordpress.com/me/concierge\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:3:{i:0;s:35:\"woocommerce-shipping-australia-post\";i:1;s:32:\"woocommerce-shipping-canada-post\";i:2;s:30:\"woocommerce-shipping-royalmail\";}}}}s:20:\"woocommerce-services\";O:8:\"stdClass\":8:{s:4:\"slug\";s:20:\"woocommerce-services\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:20:\"WooCommerce Services\";s:7:\"content\";s:249:\"WooCommerce Services helps get your store “ready to sell” as quickly as possible. You create your products. We take care of tax calculation, payment processing, and shipping label printing! Learn more about the extension that you just installed.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:76:\"https://docs.woocommerce.com/document/woocommerce-services/?utm_source=inbox\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\"<\";s:4:\"days\";i:2;}}}s:32:\"ecomm-unique-shopping-experience\";O:8:\"stdClass\":8:{s:4:\"slug\";s:32:\"ecomm-unique-shopping-experience\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:53:\"For a shopping experience as unique as your customers\";s:7:\"content\";s:274:\"Product Add-Ons allow your customers to personalize products while they’re shopping on your online store. No more follow-up email requests—customers get what they want, before they’re done checking out. Learn more about this extension that comes included in your plan.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"learn-more-ecomm-unique-shopping-experience\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:71:\"https://docs.woocommerce.com/document/product-add-ons/?utm_source=inbox\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:3:{i:0;s:35:\"woocommerce-shipping-australia-post\";i:1;s:32:\"woocommerce-shipping-canada-post\";i:2;s:30:\"woocommerce-shipping-royalmail\";}}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\"<\";s:4:\"days\";i:2;}}}}', 'yes'), +(5247, 'wc_remote_inbox_notifications_stored_state', 'O:8:\"stdClass\":2:{s:22:\"there_were_no_products\";b:1;s:22:\"there_are_now_products\";b:0;}', 'yes'), +(5248, 'woocommerce_task_list_tracked_completed_tasks', 'a:1:{i:0;s:13:\"store_details\";}', 'yes'), +(5249, 'woocommerce_task_list_welcome_modal_dismissed', '1', 'yes'), +(5256, 'product_cat_children', 'a:1:{i:57;a:3:{i:0;i:58;i:1;i:59;i:2;i:60;}}', 'yes'), +(5262, 'pa_size_children', 'a:0:{}', 'yes'), +(5264, 'pa_color_children', 'a:0:{}', 'yes'), +(5265, 'woocommerce_marketplace_suggestions', 'a:2:{s:11:\"suggestions\";a:26:{i:0;a:4:{s:4:\"slug\";s:28:\"product-edit-meta-tab-header\";s:7:\"context\";s:28:\"product-edit-meta-tab-header\";s:5:\"title\";s:22:\"Recommended extensions\";s:13:\"allow-dismiss\";b:0;}i:1;a:6:{s:4:\"slug\";s:39:\"product-edit-meta-tab-footer-browse-all\";s:7:\"context\";s:28:\"product-edit-meta-tab-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:2;a:9:{s:4:\"slug\";s:46:\"product-edit-mailchimp-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-mailchimp\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/mailchimp-for-memberships.svg\";s:5:\"title\";s:25:\"Mailchimp for Memberships\";s:4:\"copy\";s:79:\"Completely automate your email lists by syncing membership changes to Mailchimp\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/mailchimp-woocommerce-memberships/\";}i:3;a:9:{s:4:\"slug\";s:19:\"product-edit-addons\";s:7:\"product\";s:26:\"woocommerce-product-addons\";s:14:\"show-if-active\";a:2:{i:0;s:25:\"woocommerce-subscriptions\";i:1;s:20:\"woocommerce-bookings\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-add-ons.svg\";s:5:\"title\";s:15:\"Product Add-Ons\";s:4:\"copy\";s:93:\"Offer add-ons like gift wrapping, special messages or other special options for your products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-add-ons/\";}i:4;a:9:{s:4:\"slug\";s:46:\"product-edit-woocommerce-subscriptions-gifting\";s:7:\"product\";s:33:\"woocommerce-subscriptions-gifting\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/gifting-for-subscriptions.svg\";s:5:\"title\";s:25:\"Gifting for Subscriptions\";s:4:\"copy\";s:70:\"Let customers buy subscriptions for others - they\'re the ultimate gift\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/woocommerce-subscriptions-gifting/\";}i:5;a:9:{s:4:\"slug\";s:42:\"product-edit-teams-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-for-teams\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:112:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/teams-for-memberships.svg\";s:5:\"title\";s:21:\"Teams for Memberships\";s:4:\"copy\";s:123:\"Adds B2B functionality to WooCommerce Memberships, allowing sites to sell team, group, corporate, or family member accounts\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/teams-woocommerce-memberships/\";}i:6;a:8:{s:4:\"slug\";s:29:\"product-edit-variation-images\";s:7:\"product\";s:39:\"woocommerce-additional-variation-images\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:118:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/additional-variation-images.svg\";s:5:\"title\";s:27:\"Additional Variation Images\";s:4:\"copy\";s:72:\"Showcase your products in the best light with a image for each variation\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:73:\"https://woocommerce.com/products/woocommerce-additional-variation-images/\";}i:7;a:9:{s:4:\"slug\";s:47:\"product-edit-woocommerce-subscription-downloads\";s:7:\"product\";s:34:\"woocommerce-subscription-downloads\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscription-downloads.svg\";s:5:\"title\";s:22:\"Subscription Downloads\";s:4:\"copy\";s:57:\"Give customers special downloads with their subscriptions\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:68:\"https://woocommerce.com/products/woocommerce-subscription-downloads/\";}i:8;a:8:{s:4:\"slug\";s:31:\"product-edit-min-max-quantities\";s:7:\"product\";s:30:\"woocommerce-min-max-quantities\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/min-max-quantities.svg\";s:5:\"title\";s:18:\"Min/Max Quantities\";s:4:\"copy\";s:81:\"Specify minimum and maximum allowed product quantities for orders to be completed\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/min-max-quantities/\";}i:9;a:8:{s:4:\"slug\";s:28:\"product-edit-name-your-price\";s:7:\"product\";s:27:\"woocommerce-name-your-price\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/name-your-price.svg\";s:5:\"title\";s:15:\"Name Your Price\";s:4:\"copy\";s:70:\"Let customers pay what they want - useful for donations, tips and more\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/name-your-price/\";}i:10;a:8:{s:4:\"slug\";s:42:\"product-edit-woocommerce-one-page-checkout\";s:7:\"product\";s:29:\"woocommerce-one-page-checkout\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/one-page-checkout.svg\";s:5:\"title\";s:17:\"One Page Checkout\";s:4:\"copy\";s:92:\"Don\'t make customers click around - let them choose products, checkout & pay all on one page\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/woocommerce-one-page-checkout/\";}i:11;a:4:{s:4:\"slug\";s:19:\"orders-empty-header\";s:7:\"context\";s:24:\"orders-list-empty-header\";s:5:\"title\";s:20:\"Tools for your store\";s:13:\"allow-dismiss\";b:0;}i:12;a:6:{s:4:\"slug\";s:30:\"orders-empty-footer-browse-all\";s:7:\"context\";s:24:\"orders-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:13;a:8:{s:4:\"slug\";s:19:\"orders-empty-zapier\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:18:\"woocommerce-zapier\";s:4:\"icon\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/zapier.svg\";s:5:\"title\";s:6:\"Zapier\";s:4:\"copy\";s:88:\"Save time and increase productivity by connecting your store to more than 1000+ services\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/woocommerce-zapier/\";}i:14;a:8:{s:4:\"slug\";s:30:\"orders-empty-shipment-tracking\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:29:\"woocommerce-shipment-tracking\";s:4:\"icon\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/shipment-tracking.svg\";s:5:\"title\";s:17:\"Shipment Tracking\";s:4:\"copy\";s:86:\"Let customers know when their orders will arrive by adding shipment tracking to emails\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";}i:15;a:8:{s:4:\"slug\";s:32:\"orders-empty-table-rate-shipping\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:31:\"woocommerce-table-rate-shipping\";s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/table-rate-shipping.svg\";s:5:\"title\";s:19:\"Table Rate Shipping\";s:4:\"copy\";s:122:\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/table-rate-shipping/\";}i:16;a:8:{s:4:\"slug\";s:40:\"orders-empty-shipping-carrier-extensions\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:4:\"icon\";s:118:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/shipping-carrier-extensions.svg\";s:5:\"title\";s:27:\"Shipping Carrier Extensions\";s:4:\"copy\";s:116:\"Show live rates from FedEx, UPS, USPS and more directly on your store - never under or overcharge for shipping again\";s:11:\"button-text\";s:13:\"Find Carriers\";s:8:\"promoted\";s:26:\"category-shipping-carriers\";s:3:\"url\";s:99:\"https://woocommerce.com/product-category/woocommerce-extensions/shipping-methods/shipping-carriers/\";}i:17;a:8:{s:4:\"slug\";s:32:\"orders-empty-google-product-feed\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-product-feeds\";s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/google-product-feed.svg\";s:5:\"title\";s:19:\"Google Product Feed\";s:4:\"copy\";s:76:\"Increase sales by letting customers find you when they\'re shopping on Google\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/google-product-feed/\";}i:18;a:4:{s:4:\"slug\";s:35:\"products-empty-header-product-types\";s:7:\"context\";s:26:\"products-list-empty-header\";s:5:\"title\";s:23:\"Other types of products\";s:13:\"allow-dismiss\";b:0;}i:19;a:6:{s:4:\"slug\";s:32:\"products-empty-footer-browse-all\";s:7:\"context\";s:26:\"products-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:20;a:8:{s:4:\"slug\";s:30:\"products-empty-product-vendors\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-vendors\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-vendors.svg\";s:5:\"title\";s:15:\"Product Vendors\";s:4:\"copy\";s:47:\"Turn your store into a multi-vendor marketplace\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-vendors/\";}i:21;a:8:{s:4:\"slug\";s:26:\"products-empty-memberships\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:23:\"woocommerce-memberships\";s:4:\"icon\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/memberships.svg\";s:5:\"title\";s:11:\"Memberships\";s:4:\"copy\";s:76:\"Give members access to restricted content or products, for a fee or for free\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";}i:22;a:9:{s:4:\"slug\";s:35:\"products-empty-woocommerce-deposits\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-deposits\";s:14:\"show-if-active\";a:1:{i:0;s:20:\"woocommerce-bookings\";}s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/deposits.svg\";s:5:\"title\";s:8:\"Deposits\";s:4:\"copy\";s:75:\"Make it easier for customers to pay by offering a deposit or a payment plan\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-deposits/\";}i:23;a:8:{s:4:\"slug\";s:40:\"products-empty-woocommerce-subscriptions\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-subscriptions\";s:4:\"icon\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscriptions.svg\";s:5:\"title\";s:13:\"Subscriptions\";s:4:\"copy\";s:97:\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:59:\"https://woocommerce.com/products/woocommerce-subscriptions/\";}i:24;a:8:{s:4:\"slug\";s:35:\"products-empty-woocommerce-bookings\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-bookings\";s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/bookings.svg\";s:5:\"title\";s:8:\"Bookings\";s:4:\"copy\";s:99:\"Allow customers to book appointments, make reservations or rent equipment without leaving your site\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-bookings/\";}i:25;a:8:{s:4:\"slug\";s:30:\"products-empty-product-bundles\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-bundles\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-bundles.svg\";s:5:\"title\";s:15:\"Product Bundles\";s:4:\"copy\";s:49:\"Offer customizable bundles and assembled products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-bundles/\";}}s:7:\"updated\";i:1600474379;}', 'no'), +(5281, 'category_children', 'a:4:{i:71;a:1:{i:0;i:72;}i:72;a:1:{i:0;i:73;}i:73;a:1:{i:0;i:74;}i:74;a:1:{i:0;i:75;}}', 'yes'), +(5284, 'graphql_general_settings', '', 'yes'), +(5318, 'disallowed_keys', '', 'no'), +(5319, 'comment_previously_approved', '1', 'yes'), +(5320, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'), +(5321, 'finished_updating_comment_type', '1', 'yes'), +(5322, 'can_compress_scripts', '0', 'no'), +(5346, 'auto_update_plugins', 'a:1:{i:0;s:23:\"wp-gatsby/wp-gatsby.php\";}', 'no'); +INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES +(5349, 'rewrite_rules', 'a:243:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:7:\"team/?$\";s:31:\"index.php?post_type=team_member\";s:37:\"team/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=team_member&feed=$matches[1]\";s:32:\"team/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=team_member&feed=$matches[1]\";s:24:\"team/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=team_member&paged=$matches[1]\";s:10:\"graphql/?$\";s:22:\"index.php?graphql=true\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:39:\"team_member/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"team_member/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"team_member/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"team_member/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"team_member/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"team_member/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"team_member/([^/]+)/embed/?$\";s:44:\"index.php?team_member=$matches[1]&embed=true\";s:32:\"team_member/([^/]+)/trackback/?$\";s:38:\"index.php?team_member=$matches[1]&tb=1\";s:52:\"team_member/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?team_member=$matches[1]&feed=$matches[2]\";s:47:\"team_member/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?team_member=$matches[1]&feed=$matches[2]\";s:40:\"team_member/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?team_member=$matches[1]&paged=$matches[2]\";s:47:\"team_member/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?team_member=$matches[1]&cpage=$matches[2]\";s:36:\"team_member/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?team_member=$matches[1]&page=$matches[2]\";s:28:\"team_member/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"team_member/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"team_member/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"team_member/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"team_member/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"team_member/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:40:\"index.php?project=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:34:\"index.php?project=$matches[1]&tb=1\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&cpage=$matches[2]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?project=$matches[1]&page=$matches[2]\";s:24:\"project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:43:\"type_limit_test/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"type_limit_test/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"type_limit_test/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"type_limit_test/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"type_limit_test/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"type_limit_test/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"type_limit_test/([^/]+)/embed/?$\";s:48:\"index.php?type_limit_test=$matches[1]&embed=true\";s:36:\"type_limit_test/([^/]+)/trackback/?$\";s:42:\"index.php?type_limit_test=$matches[1]&tb=1\";s:44:\"type_limit_test/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?type_limit_test=$matches[1]&paged=$matches[2]\";s:51:\"type_limit_test/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?type_limit_test=$matches[1]&cpage=$matches[2]\";s:40:\"type_limit_test/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?type_limit_test=$matches[1]&page=$matches[2]\";s:32:\"type_limit_test/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"type_limit_test/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"type_limit_test/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"type_limit_test/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"type_limit_test/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"type_limit_test/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"type_limit_0_test/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"type_limit_0_test/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"type_limit_0_test/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"type_limit_0_test/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"type_limit_0_test/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"type_limit_0_test/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"type_limit_0_test/([^/]+)/embed/?$\";s:50:\"index.php?type_limit_0_test=$matches[1]&embed=true\";s:38:\"type_limit_0_test/([^/]+)/trackback/?$\";s:44:\"index.php?type_limit_0_test=$matches[1]&tb=1\";s:46:\"type_limit_0_test/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?type_limit_0_test=$matches[1]&paged=$matches[2]\";s:53:\"type_limit_0_test/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?type_limit_0_test=$matches[1]&cpage=$matches[2]\";s:42:\"type_limit_0_test/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?type_limit_0_test=$matches[1]&page=$matches[2]\";s:34:\"type_limit_0_test/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"type_limit_0_test/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"type_limit_0_test/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"type_limit_0_test/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"type_limit_0_test/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"type_limit_0_test/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\"translation_filter_t/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:58:\"translation_filter_t/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:78:\"translation_filter_t/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"translation_filter_t/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"translation_filter_t/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:54:\"translation_filter_t/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"translation_filter_t/([^/]+)/embed/?$\";s:53:\"index.php?translation_filter_t=$matches[1]&embed=true\";s:41:\"translation_filter_t/([^/]+)/trackback/?$\";s:47:\"index.php?translation_filter_t=$matches[1]&tb=1\";s:49:\"translation_filter_t/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?translation_filter_t=$matches[1]&paged=$matches[2]\";s:56:\"translation_filter_t/([^/]+)/comment-page-([0-9]{1,})/?$\";s:60:\"index.php?translation_filter_t=$matches[1]&cpage=$matches[2]\";s:45:\"translation_filter_t/([^/]+)(?:/([0-9]+))?/?$\";s:59:\"index.php?translation_filter_t=$matches[1]&page=$matches[2]\";s:37:\"translation_filter_t/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"translation_filter_t/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"translation_filter_t/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"translation_filter_t/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"translation_filter_t/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"translation_filter_t/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\"acf custom post type/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:58:\"acf custom post type/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:78:\"acf custom post type/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"acf custom post type/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"acf custom post type/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:54:\"acf custom post type/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"acf custom post type/([^/]+)/embed/?$\";s:50:\"index.php?acfcustomposttype=$matches[1]&embed=true\";s:41:\"acf custom post type/([^/]+)/trackback/?$\";s:44:\"index.php?acfcustomposttype=$matches[1]&tb=1\";s:49:\"acf custom post type/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?acfcustomposttype=$matches[1]&paged=$matches[2]\";s:56:\"acf custom post type/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?acfcustomposttype=$matches[1]&cpage=$matches[2]\";s:45:\"acf custom post type/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?acfcustomposttype=$matches[1]&page=$matches[2]\";s:37:\"acf custom post type/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"acf custom post type/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"acf custom post type/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"acf custom post type/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"acf custom post type/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"acf custom post type/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"wgg_preview/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"wgg_preview/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"wgg_preview/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"wgg_preview/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"wgg_preview/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"wgg_preview/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"wgg_preview/([^/]+)/embed/?$\";s:44:\"index.php?wgg_preview=$matches[1]&embed=true\";s:32:\"wgg_preview/([^/]+)/trackback/?$\";s:38:\"index.php?wgg_preview=$matches[1]&tb=1\";s:40:\"wgg_preview/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wgg_preview=$matches[1]&paged=$matches[2]\";s:47:\"wgg_preview/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wgg_preview=$matches[1]&cpage=$matches[2]\";s:36:\"wgg_preview/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wgg_preview=$matches[1]&page=$matches[2]\";s:28:\"wgg_preview/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"wgg_preview/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"wgg_preview/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"wgg_preview/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"wgg_preview/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"wgg_preview/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"action_monitor/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"action_monitor/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"action_monitor/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"action_monitor/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"action_monitor/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"action_monitor/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"action_monitor/([^/]+)/embed/?$\";s:47:\"index.php?action_monitor=$matches[1]&embed=true\";s:35:\"action_monitor/([^/]+)/trackback/?$\";s:41:\"index.php?action_monitor=$matches[1]&tb=1\";s:43:\"action_monitor/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?action_monitor=$matches[1]&paged=$matches[2]\";s:50:\"action_monitor/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?action_monitor=$matches[1]&cpage=$matches[2]\";s:39:\"action_monitor/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?action_monitor=$matches[1]&page=$matches[2]\";s:31:\"action_monitor/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"action_monitor/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"action_monitor/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"action_monitor/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"action_monitor/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"action_monitor/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=17&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `wp_postmeta` +-- + +CREATE TABLE `wp_postmeta` ( + `meta_id` bigint(20) UNSIGNED NOT NULL, + `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0', + `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, + `meta_value` longtext COLLATE utf8mb4_unicode_ci +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; + +-- +-- Dumping data for table `wp_postmeta` +-- + +INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES +(1, 2, '_wp_page_template', 'default'), +(2, 3, '_wp_page_template', 'default'), +(174, 1, '__update', '1'), +(224, 74, '_edit_last', '1'), +(225, 75, '__update', '1'), +(226, 74, '__update', '1'), +(275, 84, '__update', '1'), +(300, 89, '__update', '1'), +(337, 74, '_edit_lock', '1583187828:1'), +(350, 98, '_edit_lock', '1597973347:1'), +(351, 99, '_wp_attached_file', '2020/03/avatar.jpg'), +(352, 99, '__update', '1'), +(383, 99, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:160;s:6:\"height\";i:160;s:4:\"file\";s:18:\"2020/03/avatar.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"avatar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(408, 98, '__update', '1'), +(433, 98, '_edit_last', '1'), +(446, 98, '_yoast_wpseo_content_score', '60'), +(459, 98, 'name', 'Jason'), +(472, 98, '_name', 'field_5e5d725460853'), +(485, 98, 'title', 'WPGraphQL guy'), +(498, 98, '_title', 'field_5e5d726060854'), +(511, 98, 'portrait', '99'), +(524, 98, '_portrait', 'field_5e5d727560855'), +(537, 116, 'name', 'Jason'), +(538, 116, '_name', 'field_5e5d725460853'), +(539, 116, 'title', 'WPGraphQL guy'), +(540, 116, '_title', 'field_5e5d726060854'), +(541, 116, 'portrait', '99'), +(542, 116, '_portrait', 'field_5e5d727560855'), +(579, 72, '_edit_last', '1'), +(581, 72, '__update', '1'), +(674, 72, '_edit_lock', '1601669226:1'), +(675, 155, '__update', '1'), +(712, 162, '__update', '1'), +(767, 172, '_edit_lock', '1597973266:1'), +(768, 172, '__update', '1'), +(793, 172, '_edit_last', '1'), +(818, 181, '_edit_last', '1'), +(819, 182, '__update', '1'), +(820, 181, '__update', '1'), +(851, 188, '__update', '1'), +(888, 181, '_edit_lock', '1583187772:1'), +(889, 195, '_wp_attached_file', '2020/03/1024x1024-300x300-1.png'), +(890, 195, '__update', '1'), +(945, 195, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2020/03/1024x1024-300x300-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"1024x1024-300x300-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"1024x1024-300x300-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(1030, 172, 'project_url', 'a:3:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:26:\"https://www.wpgraphql.com/\";s:6:\"target\";s:6:\"_blank\";}'), +(1043, 172, '_project_url', 'field_5e5d8628dde4a'), +(1056, 172, 'image', '195'), +(1069, 172, '_image', 'field_5e5d8631dde4b'), +(1094, 229, '__update', '1'), +(1143, 98, 'twitterlink', 'a:3:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:29:\"https://twitter.com/jasonbahl\";s:6:\"target\";s:6:\"_blank\";}'), +(1156, 98, '_twitterlink', 'field_5e5d73f3f4d05'), +(1169, 98, 'web_site', 'a:3:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:22:\"https://jasonbahl.com/\";s:6:\"target\";s:0:\"\";}'), +(1182, 98, '_web_site', 'field_5e5d740688701'), +(1195, 98, 'projects', 'a:1:{i:0;s:3:\"172\";}'), +(1208, 98, '_projects', 'field_5e5d87b185982'), +(1410, 17, '_edit_lock', '1597973122:1'), +(1411, 284, '_wp_attached_file', '2020/03/Screen-Shot-2020-02-18-at-7.04.39-AM.png'), +(1412, 284, '__update', '1'), +(1419, 17, '__update', '1'), +(1480, 284, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:5120;s:6:\"height\";i:2880;s:4:\"file\";s:48:\"2020/03/Screen-Shot-2020-02-18-at-7.04.39-AM.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-02-18-at-7.04.39-AM-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-02-18-at-7.04.39-AM-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-02-18-at-7.04.39-AM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-02-18-at-7.04.39-AM-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(1601, 316, '_wp_attached_file', '2020/03/Screen-Shot-2020-02-27-at-7.40.56-PM.png'), +(1602, 316, '__update', '1'), +(1657, 316, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2190;s:6:\"height\";i:610;s:4:\"file\";s:48:\"2020/03/Screen-Shot-2020-02-27-at-7.40.56-PM.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2020-02-27-at-7.40.56-PM-300x84.png\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-02-27-at-7.40.56-PM-1024x285.png\";s:5:\"width\";i:1024;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-02-27-at-7.40.56-PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-02-27-at-7.40.56-PM-768x214.png\";s:5:\"width\";i:768;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-02-27-at-7.40.56-PM-1536x428.png\";s:5:\"width\";i:1536;s:6:\"height\";i:428;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-02-27-at-7.40.56-PM-2048x570.png\";s:5:\"width\";i:2048;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-02-27-at-7.40.56-PM-1200x334.png\";s:5:\"width\";i:1200;s:6:\"height\";i:334;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"twentytwenty-fullscreen\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-02-27-at-7.40.56-PM-1980x552.png\";s:5:\"width\";i:1980;s:6:\"height\";i:552;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(1874, 362, '_wp_attached_file', '2020/03/84-1000x1000-1.jpg'), +(1875, 362, '__update', '1'), +(1930, 362, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2020/03/84-1000x1000-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"84-1000x1000-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"84-1000x1000-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"84-1000x1000-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'), +(2039, 17, '_thumbnail_id', '362'), +(2052, 17, '_edit_last', '1'), +(2065, 17, '_yoast_wpseo_content_score', '30'), +(2078, 17, 'image', '316'), +(2091, 17, '_image', 'field_5e5d71e8712f4'), +(2104, 17, 'flex', 'a:2:{i:0;s:6:\"header\";i:1;s:12:\"team_members\";}'), +(2117, 17, '_flex', 'field_5e5d71ef712f5'), +(2158, 17, 'flex_0_header', 'header text test'), +(2171, 17, '_flex_0_header', 'field_5e5d71f8712f6'), +(2184, 17, 'flex_1_team_members_0_team_member', 'a:1:{i:0;s:2:\"98\";}'), +(2197, 17, '_flex_1_team_members_0_team_member', 'field_5e5d9d0ec49f2'), +(2210, 17, 'flex_1_team_members', '1'), +(2223, 17, '_flex_1_team_members', 'field_5e5d9d01c49f1'), +(2236, 17, 'flex_2_project_relationship', 'a:1:{i:0;s:3:\"172\";}'), +(2249, 17, '_flex_2_project_relationship', 'field_5e5d88d15d14b'), +(3079, 564, '_menu_item_type', 'post_type'), +(3080, 564, '_menu_item_menu_item_parent', '0'), +(3081, 564, '_menu_item_object_id', '16'), +(3082, 564, '_menu_item_object', 'page'), +(3083, 564, '_menu_item_target', ''), +(3084, 564, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'), +(3085, 564, '_menu_item_xfn', ''), +(3086, 564, '_menu_item_url', ''), +(3088, 565, '_menu_item_type', 'post_type'), +(3089, 565, '_menu_item_menu_item_parent', '0'), +(3090, 565, '_menu_item_object_id', '2'), +(3091, 565, '_menu_item_object', 'page'), +(3092, 565, '_menu_item_target', ''), +(3093, 565, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'), +(3094, 565, '_menu_item_xfn', ''), +(3095, 565, '_menu_item_url', ''), +(3097, 566, '_menu_item_type', 'post_type'), +(3098, 566, '_menu_item_menu_item_parent', '565'), +(3099, 566, '_menu_item_object_id', '1'), +(3100, 566, '_menu_item_object', 'post'), +(3101, 566, '_menu_item_target', ''), +(3102, 566, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'), +(3103, 566, '_menu_item_xfn', ''), +(3104, 566, '_menu_item_url', ''), +(3106, 567, '_menu_item_type', 'custom'), +(3107, 567, '_menu_item_menu_item_parent', '566'), +(3108, 567, '_menu_item_object_id', '567'), +(3109, 567, '_menu_item_object', 'custom'), +(3110, 567, '_menu_item_target', ''), +(3111, 567, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'), +(3112, 567, '_menu_item_xfn', ''), +(3113, 567, '_menu_item_url', 'https://google.com'), +(3147, 1, '_thumbnail_id', '362'), +(3160, 1, '_edit_last', '4'), +(3210, 1, '_yoast_wpseo_content_score', '90'), +(3223, 586, '_edit_lock', '1597973681:1'), +(3224, 586, '__update', '1'), +(3231, 2, '__update', '1'), +(3286, 586, '_thumbnail_id', '195'), +(3311, 586, '_edit_last', '1'), +(3336, 586, 'image', ''), +(3349, 586, '_image', 'field_5e5d71e8712f4'), +(3362, 586, 'flex', ''), +(3375, 586, '_flex', 'field_5e5d71ef712f5'), +(3404, 586, '_yoast_wpseo_content_score', '30'), +(3879, 1, '_wp_page_template', 'default'), +(3958, 711, '__update', '1'), +(3983, 711, '_edit_last', '1'), +(4035, 711, '_yoast_wpseo_content_score', '60'), +(4067, 2, '_edit_last', '4'), +(4641, 2, 'image', ''), +(4654, 2, '_image', 'field_5e5d71e8712f4'), +(4667, 2, 'flex', ''), +(4680, 2, '_flex', 'field_5e5d71ef712f5'), +(4725, 2, '_yoast_wpseo_content_score', '90'), +(5734, 1035, '_edit_lock', '1597973315:1'), +(5735, 1035, '__update', '1'), +(5760, 1035, '_edit_last', '1'), +(5785, 1035, '_yoast_wpseo_content_score', '30'), +(5798, 1046, '_edit_lock', '1597973302:1'), +(5799, 1046, '__update', '1'), +(5824, 1046, '_edit_last', '1'), +(5849, 1046, '_yoast_wpseo_content_score', '30'), +(5862, 1057, '_edit_lock', '1597973317:1'), +(5863, 1057, '__update', '1'), +(5888, 1057, '_edit_last', '1'), +(5913, 1057, '_yoast_wpseo_content_score', '30'), +(5926, 1068, '_edit_lock', '1597973316:1'), +(5927, 1068, '__update', '1'), +(5952, 1068, '_edit_last', '1'), +(5977, 1068, '_yoast_wpseo_content_score', '30'), +(5990, 1079, '_edit_lock', '1597973301:1'), +(5991, 1079, '__update', '1'), +(6016, 1079, '_edit_last', '1'), +(6041, 1079, '_yoast_wpseo_content_score', '30'), +(6054, 1090, '_edit_lock', '1597973287:1'), +(6055, 1090, '__update', '1'), +(6080, 1090, '_edit_last', '1'), +(6105, 1090, '_yoast_wpseo_content_score', '30'), +(6118, 1101, '_edit_lock', '1597973284:1'), +(6119, 1101, '__update', '1'), +(6144, 1101, '_edit_last', '1'), +(6169, 1101, '_yoast_wpseo_content_score', '30'), +(6182, 1112, '_edit_lock', '1597973277:1'), +(6183, 1112, '__update', '1'), +(6208, 1112, '_edit_last', '1'), +(6233, 1112, '_yoast_wpseo_content_score', '30'), +(6246, 1123, '_edit_lock', '1597973275:1'), +(6247, 1123, '__update', '1'), +(6272, 1123, '_edit_last', '1'), +(6297, 1123, '_yoast_wpseo_content_score', '30'), +(6310, 1134, '_edit_lock', '1584578565:1'), +(6311, 1134, '__update', '1'), +(6336, 1134, '_edit_last', '1'), +(6361, 1134, '_yoast_wpseo_content_score', '30'), +(6374, 1145, '_edit_lock', '1597973274:1'), +(6375, 1145, '__update', '1'), +(6400, 1145, '_edit_last', '1'), +(6425, 1145, '_yoast_wpseo_content_score', '30'), +(6438, 1156, '_edit_lock', '1597973271:1'), +(6439, 1156, '__update', '1'), +(6464, 1156, '_edit_last', '1'), +(6489, 1156, '_yoast_wpseo_content_score', '30'), +(6502, 1167, '_edit_lock', '1597973269:1'), +(6503, 1167, '__update', '1'), +(6528, 1167, '_edit_last', '1'), +(6553, 1167, '_yoast_wpseo_content_score', '30'), +(7040, 1258, '__update', '1'), +(7053, 1258, '_pll_strings_translations', 'a:0:{}'), +(7108, 1270, '__update', '1'), +(7121, 1270, '_pll_strings_translations', 'a:0:{}'), +(7140, 1276, 'image', '316'), +(7141, 1276, 'flex', 'a:2:{i:0;s:6:\"header\";i:1;s:12:\"team_members\";}'), +(7142, 1276, 'flex_0_header', 'header text test'), +(7143, 1276, 'flex_1_team_members_0_team_member', 'a:1:{i:0;s:2:\"98\";}'), +(7144, 1276, 'flex_1_team_members', '1'), +(7145, 1276, 'flex_2_project_relationship', 'a:1:{i:0;s:3:\"172\";}'), +(7146, 1276, '_thumbnail_id', '362'), +(7147, 1276, '_edit_lock', '1597973128:1'), +(7148, 1276, '__update', '1'), +(7173, 1276, '_edit_last', '1'), +(7186, 1276, '_image', 'field_5e5d71e8712f4'), +(7199, 1276, '_flex_0_header', 'field_5e5d71f8712f6'), +(7212, 1276, '_flex_1_team_members_0_team_member', 'field_5e5d9d0ec49f2'), +(7225, 1276, '_flex_1_team_members', 'field_5e5d9d01c49f1'), +(7238, 1276, '_flex', 'field_5e5d71ef712f5'), +(7273, 1276, '_yoast_wpseo_content_score', '30'), +(7316, 16, '_edit_lock', '1597973124:1'), +(7366, 1311, '_edit_lock', '1597973320:1'), +(7367, 1311, '__update', '1'), +(7392, 1311, '_edit_last', '1'), +(7511, 1335, '_edit_lock', '1597973319:1'), +(7512, 1335, '__update', '1'), +(7537, 1335, '_edit_last', '1'), +(7562, 1335, '_yoast_wpseo_content_score', '30'), +(7923, 1311, '_yoast_wpseo_content_score', '60'), +(43903, 7627, '_wp_attached_file', '2020/08/Screen-Shot-2020-08-11-at-3.10.03-PM.png'), +(43904, 7627, '__update', '1'), +(43924, 7627, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1760;s:6:\"height\";i:240;s:4:\"file\";s:48:\"2020/08/Screen-Shot-2020-08-11-at-3.10.03-PM.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2020-08-11-at-3.10.03-PM-300x41.png\";s:5:\"width\";i:300;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-08-11-at-3.10.03-PM-1024x140.png\";s:5:\"width\";i:1024;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-08-11-at-3.10.03-PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-08-11-at-3.10.03-PM-768x105.png\";s:5:\"width\";i:768;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-08-11-at-3.10.03-PM-1536x209.png\";s:5:\"width\";i:1536;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-08-11-at-3.10.03-PM-1200x164.png\";s:5:\"width\";i:1200;s:6:\"height\";i:164;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(44027, 7646, '_edit_lock', '1602179614:1'), +(44028, 7646, '__update', '1'), +(44042, 7646, '_edit_last', '1'), +(44043, 7646, 'image', ''), +(44044, 7646, '_image', 'field_5e5d71e8712f4'), +(44045, 7646, 'flex', ''), +(44046, 7646, '_flex', 'field_5e5d71ef712f5'), +(44053, 7650, '__update', '1'), +(44060, 7652, '__update', '1'), +(44067, 7654, '__update', '1'), +(44074, 7656, '__update', '1'), +(44081, 7658, '__update', '1'), +(44088, 7660, '__update', '1'), +(44095, 7662, '__update', '1'), +(44102, 7664, '__update', '1'), +(44109, 7666, '__update', '1'), +(44116, 7668, '__update', '1'), +(44123, 7670, '__update', '1'), +(44130, 7672, '__update', '1'), +(44137, 7674, '__update', '1'), +(44144, 7676, '__update', '1'), +(44151, 7678, '__update', '1'), +(44158, 7680, '__update', '1'), +(44165, 7682, '__update', '1'), +(44172, 7684, '__update', '1'), +(44179, 7686, '__update', '1'), +(44186, 7688, '__update', '1'), +(44193, 7690, '__update', '1'), +(44200, 7692, '__update', '1'), +(44207, 7694, '__update', '1'), +(44214, 7696, '__update', '1'), +(44221, 7698, '__update', '1'), +(44228, 7700, '__update', '1'), +(44235, 7702, '__update', '1'), +(44242, 7704, '__update', '1'), +(44249, 7706, '__update', '1'), +(44256, 7708, '__update', '1'), +(44473, 7740, '_wp_attached_file', '2020/08/file-sample_1MB.doc'), +(44474, 7740, '__update', '1'), +(44494, 7744, '_wp_attached_file', '2020/08/101-2621x1747-1-scaled.jpg'), +(44495, 7744, '__update', '1'), +(44515, 7744, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1706;s:4:\"file\";s:34:\"2020/08/101-2621x1747-1-scaled.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"101-2621x1747-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"101-2621x1747-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"101-2621x1747-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"101-2621x1747-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"101-2621x1747-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"101-2621x1747-1-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"101-2621x1747-1-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"twentytwenty-fullscreen\";a:4:{s:4:\"file\";s:29:\"101-2621x1747-1-1980x1320.jpg\";s:5:\"width\";i:1980;s:6:\"height\";i:1320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"101-2621x1747-1-scaled-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"101-2621x1747-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"101-2621x1747-1-scaled-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"101-2621x1747-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:19:\"101-2621x1747-1.jpg\";}'), +(44516, 7748, '_wp_attached_file', '2020/08/1002-4312x2868-1-scaled.jpg'), +(44517, 7748, '__update', '1'), +(44537, 7748, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1703;s:4:\"file\";s:35:\"2020/08/1002-4312x2868-1-scaled.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"1002-4312x2868-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"1002-4312x2868-1-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"1002-4312x2868-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"1002-4312x2868-1-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"1002-4312x2868-1-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:30:\"1002-4312x2868-1-2048x1362.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"1002-4312x2868-1-1200x798.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:798;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"twentytwenty-fullscreen\";a:4:{s:4:\"file\";s:30:\"1002-4312x2868-1-1980x1317.jpg\";s:5:\"width\";i:1980;s:6:\"height\";i:1317;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"1002-4312x2868-1-scaled-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"1002-4312x2868-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"1002-4312x2868-1-scaled-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"1002-4312x2868-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:20:\"1002-4312x2868-1.jpg\";}'), +(44538, 7752, '_wp_attached_file', '2020/08/1003-1181x1772-1.jpg'), +(44539, 7752, '__update', '1'), +(44559, 7752, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1181;s:6:\"height\";i:1772;s:4:\"file\";s:28:\"2020/08/1003-1181x1772-1.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"1003-1181x1772-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"1003-1181x1772-1-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"1003-1181x1772-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"1003-1181x1772-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"1003-1181x1772-1-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"1003-1181x1772-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"1003-1181x1772-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"1003-1181x1772-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"1003-1181x1772-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'), +(44560, 7756, '_wp_attached_file', '2020/08/1001-5616x3744-1-scaled.jpg'), +(44561, 7756, '__update', '1'), +(44581, 7756, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:35:\"2020/08/1001-5616x3744-1-scaled.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"1001-5616x3744-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"1001-5616x3744-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"1001-5616x3744-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"1001-5616x3744-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"1001-5616x3744-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:30:\"1001-5616x3744-1-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"1001-5616x3744-1-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"twentytwenty-fullscreen\";a:4:{s:4:\"file\";s:30:\"1001-5616x3744-1-1980x1320.jpg\";s:5:\"width\";i:1980;s:6:\"height\";i:1320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"1001-5616x3744-1-scaled-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"1001-5616x3744-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"1001-5616x3744-1-scaled-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"1001-5616x3744-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:20:\"1001-5616x3744-1.jpg\";}'), +(44582, 7760, '_wp_attached_file', '2020/08/10-2500x1667-1.jpg'), +(44583, 7760, '__update', '1'), +(44603, 7760, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:1667;s:4:\"file\";s:26:\"2020/08/10-2500x1667-1.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"10-2500x1667-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"10-2500x1667-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"10-2500x1667-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"10-2500x1667-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"10-2500x1667-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:28:\"10-2500x1667-1-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"10-2500x1667-1-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"twentytwenty-fullscreen\";a:4:{s:4:\"file\";s:28:\"10-2500x1667-1-1980x1320.jpg\";s:5:\"width\";i:1980;s:6:\"height\";i:1320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"10-2500x1667-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"10-2500x1667-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"10-2500x1667-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"10-2500x1667-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'), +(44604, 7764, '_wp_attached_file', '2020/08/1004-5616x3744-1-scaled.jpg'), +(44605, 7764, '__update', '1'), +(44625, 7764, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:35:\"2020/08/1004-5616x3744-1-scaled.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"1004-5616x3744-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"1004-5616x3744-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"1004-5616x3744-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"1004-5616x3744-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"1004-5616x3744-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:30:\"1004-5616x3744-1-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"1004-5616x3744-1-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"twentytwenty-fullscreen\";a:4:{s:4:\"file\";s:30:\"1004-5616x3744-1-1980x1320.jpg\";s:5:\"width\";i:1980;s:6:\"height\";i:1320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:20:\"1004-5616x3744-1.jpg\";}'), +(44652, 7646, 'range_field', '53'), +(44653, 7646, '_range_field', 'field_5f47e967644b1'), +(44654, 7646, 'text_field', 'Text Field test example'), +(44655, 7646, '_text_field', 'field_5f47e986644b2'), +(44656, 7646, 'text_area_field', 'Text Area Field test example'), +(44657, 7646, '_text_area_field', 'field_5f47e993644b3'), +(44658, 7646, 'button_group_field', 'button2'), +(44659, 7646, '_button_group_field', 'field_5f47e99f644b4'), +(44660, 7646, 'checkbox_field', 'a:1:{i:0;s:9:\"checkbox2\";}'), +(44661, 7646, '_checkbox_field', 'field_5f47e9c5644b5'), +(44662, 7646, 'radio_button_field', 'radiobutton2'), +(44663, 7646, '_radio_button_field', 'field_5f47e9f3644b6'), +(44664, 7646, 'select_field', 'select2'), +(44665, 7646, '_select_field', 'field_5f47ea12644b7'), +(44666, 7646, 'true_false_field', '1'), +(44667, 7646, '_true_false_field', 'field_5f47ea28644b8'), +(44668, 7646, 'file_field', '7740'), +(44669, 7646, '_file_field', 'field_5f47ea3f644b9'), +(44670, 7646, 'gallery_field', 'a:5:{i:0;s:4:\"7744\";i:1;s:4:\"7748\";i:2;s:4:\"7752\";i:3;s:4:\"7756\";i:4;s:4:\"7760\";}'), +(44671, 7646, '_gallery_field', 'field_5f47ea4a644ba'), +(44672, 7646, 'image_field', '7764'), +(44673, 7646, '_image_field', 'field_5f47ea53644bb'), +(44674, 7646, 'oembed_field', 'https://www.youtube.com/watch?v=2MpUj-Aua48'), +(44675, 7646, '_oembed_field', 'field_5f47ea5b644bc'), +(44676, 7646, 'wysiwyg_editor_field', 'Wysiwyh Editor Field test content.\r\n\r\n \r\nMy dream car. Pagani Zonda
'),
+(46535, 116, '_oembed_time_24f34eb93912978bac579c87fb591102', '1600377204'),
+(46536, 116, '_oembed_f6abb0e0c18de769108bddf99ab66f35', '{{unknown}}'),
+(46537, 116, '_oembed_c0adb69381ea2dc75081f49420641f6a', 'Tweets by wordpressdotcom'),
+(46538, 116, '_oembed_time_c0adb69381ea2dc75081f49420641f6a', '1600377205'),
+(46539, 116, '_oembed_f978386b1cda1bf7b1f8918e2b996815', ''),
+(46540, 116, '_oembed_time_f978386b1cda1bf7b1f8918e2b996815', '1600377205'),
+(46541, 116, '_oembed_a06fa1c80c1b4df7b3d05cbf4d798037', '{{unknown}}'),
+(46542, 116, '_oembed_9dab016ba3dc6bedb3135111b973d088', '{{unknown}}'),
+(46543, 116, '_oembed_88f6fbeebc867fc4e045e50c5891986f', '{{unknown}}'),
+(46544, 116, '_oembed_e88b08fb1989a33bdcd6381971a7fd96', ''),
+(46545, 116, '_oembed_time_e88b08fb1989a33bdcd6381971a7fd96', '1600377207'),
+(46546, 116, '_oembed_2689431d391b550d5e1ea5c308fab281', ''),
+(46547, 116, '_oembed_time_2689431d391b550d5e1ea5c308fab281', '1600377207'),
+(46548, 116, '_oembed_93e4fb35ab2d8dcb607a948f5e9a0274', ''),
+(46549, 116, '_oembed_time_93e4fb35ab2d8dcb607a948f5e9a0274', '1600377208'),
+(46550, 116, '_oembed_8413e2f5a1ec2d352aa22e8807b649df', ''),
+(46551, 116, '_oembed_time_8413e2f5a1ec2d352aa22e8807b649df', '1600377208'),
+(46587, 7956, '_wp_trash_meta_status', 'draft'),
+(46588, 7956, '_wp_trash_meta_time', '1600356367'),
+(46589, 7956, '_wp_desired_post_slug', ''),
+(46591, 94, '_edit_lock', '1602040127:1'),
+(46594, 128, '_edit_lock', '1600375745:1'),
+(46611, 128, '_edit_last', '1'),
+(46626, 128, '_yoast_wpseo_content_score', '90'),
+(46627, 125, '_edit_lock', '1600376582:1'),
+(46628, 122, '_edit_lock', '1602025482:1'),
+(46629, 116, '_edit_lock', '1600377383:1'),
+(46632, 114, '_edit_lock', '1600377407:1'),
+(46635, 90, '_edit_lock', '1602025760:1'),
+(46638, 79, '_edit_lock', '1600377429:1'),
+(46659, 125, '_edit_last', '1'),
+(46689, 122, '_edit_last', '1'),
+(46704, 122, '_yoast_wpseo_content_score', '60'),
+(46719, 116, '_edit_last', '1'),
+(46734, 116, '_yoast_wpseo_content_score', '60'),
+(46749, 114, '_edit_last', '1'),
+(46763, 114, '_yoast_wpseo_content_score', '60'),
+(46778, 94, '_edit_last', '1'),
+(46793, 94, '_yoast_wpseo_content_score', '30'),
+(46808, 90, '_edit_last', '1'),
+(46822, 90, '_yoast_wpseo_content_score', '60'),
+(46837, 79, '_edit_last', '1'),
+(46852, 79, '_yoast_wpseo_content_score', '30'),
+(47017, 125, '_yoast_wpseo_content_score', '60'),
+(49322, 8449, '_wp_attached_file', 'woocommerce-placeholder.png'),
+(49323, 8449, '__update', '1'),
+(49343, 8449, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
+(49350, 8454, '__update', '1'),
+(49364, 8457, '__update', '1'),
+(49378, 8460, '__update', '1'),
+(49392, 8463, '__update', '1'),
+(49446, 8473, '__update', '1'),
+(49453, 8475, '__update', '1'),
+(49460, 8475, '_sku', 'woo-vneck-tee'),
+(49461, 8475, 'total_sales', '0'),
+(49462, 8475, '_tax_status', 'taxable'),
+(49463, 8475, '_tax_class', ''),
+(49464, 8475, '_manage_stock', 'no'),
+(49465, 8475, '_backorders', 'no'),
+(49466, 8475, '_sold_individually', 'no'),
+(49467, 8475, '_virtual', 'no'),
+(49468, 8475, '_downloadable', 'no'),
+(49469, 8475, '_download_limit', '0'),
+(49470, 8475, '_download_expiry', '0'),
+(49471, 8475, '_stock', NULL),
+(49472, 8475, '_stock_status', 'instock'),
+(49473, 8475, '_wc_average_rating', '0'),
+(49474, 8475, '_wc_review_count', '0'),
+(49475, 8475, '_product_version', '4.5.2'),
+(49477, 8477, '__update', '1'),
+(49484, 8477, '_sku', 'woo-hoodie'),
+(49485, 8477, 'total_sales', '0'),
+(49486, 8477, '_tax_status', 'taxable'),
+(49487, 8477, '_tax_class', ''),
+(49488, 8477, '_manage_stock', 'no'),
+(49489, 8477, '_backorders', 'no'),
+(49490, 8477, '_sold_individually', 'no'),
+(49491, 8477, '_virtual', 'no'),
+(49492, 8477, '_downloadable', 'no'),
+(49493, 8477, '_download_limit', '0'),
+(49494, 8477, '_download_expiry', '0'),
+(49495, 8477, '_stock', NULL),
+(49496, 8477, '_stock_status', 'instock'),
+(49497, 8477, '_wc_average_rating', '0'),
+(49498, 8477, '_wc_review_count', '0'),
+(49499, 8477, '_product_version', '4.5.2'),
+(49501, 8479, '__update', '1'),
+(49508, 8479, '_sku', 'woo-hoodie-with-logo'),
+(49509, 8479, 'total_sales', '0'),
+(49510, 8479, '_tax_status', 'taxable'),
+(49511, 8479, '_tax_class', ''),
+(49512, 8479, '_manage_stock', 'no'),
+(49513, 8479, '_backorders', 'no'),
+(49514, 8479, '_sold_individually', 'no'),
+(49515, 8479, '_virtual', 'no'),
+(49516, 8479, '_downloadable', 'no'),
+(49517, 8479, '_download_limit', '0'),
+(49518, 8479, '_download_expiry', '0'),
+(49519, 8479, '_stock', NULL),
+(49520, 8479, '_stock_status', 'instock'),
+(49521, 8479, '_wc_average_rating', '0'),
+(49522, 8479, '_wc_review_count', '0'),
+(49523, 8479, '_product_version', '4.5.2'),
+(49525, 8481, '__update', '1'),
+(49532, 8481, '_sku', 'woo-tshirt'),
+(49533, 8481, 'total_sales', '0'),
+(49534, 8481, '_tax_status', 'taxable'),
+(49535, 8481, '_tax_class', ''),
+(49536, 8481, '_manage_stock', 'no'),
+(49537, 8481, '_backorders', 'no'),
+(49538, 8481, '_sold_individually', 'no'),
+(49539, 8481, '_virtual', 'no'),
+(49540, 8481, '_downloadable', 'no'),
+(49541, 8481, '_download_limit', '0'),
+(49542, 8481, '_download_expiry', '0'),
+(49543, 8481, '_stock', NULL),
+(49544, 8481, '_stock_status', 'instock'),
+(49545, 8481, '_wc_average_rating', '0'),
+(49546, 8481, '_wc_review_count', '0'),
+(49547, 8481, '_product_version', '4.5.2'),
+(49549, 8483, '__update', '1'),
+(49556, 8483, '_sku', 'woo-beanie'),
+(49557, 8483, 'total_sales', '0'),
+(49558, 8483, '_tax_status', 'taxable'),
+(49559, 8483, '_tax_class', ''),
+(49560, 8483, '_manage_stock', 'no'),
+(49561, 8483, '_backorders', 'no'),
+(49562, 8483, '_sold_individually', 'no'),
+(49563, 8483, '_virtual', 'no'),
+(49564, 8483, '_downloadable', 'no'),
+(49565, 8483, '_download_limit', '0'),
+(49566, 8483, '_download_expiry', '0'),
+(49567, 8483, '_stock', NULL),
+(49568, 8483, '_stock_status', 'instock'),
+(49569, 8483, '_wc_average_rating', '0'),
+(49570, 8483, '_wc_review_count', '0'),
+(49571, 8483, '_product_version', '4.5.2'),
+(49573, 8485, '__update', '1'),
+(49580, 8485, '_sku', 'woo-belt'),
+(49581, 8485, 'total_sales', '0'),
+(49582, 8485, '_tax_status', 'taxable'),
+(49583, 8485, '_tax_class', ''),
+(49584, 8485, '_manage_stock', 'no'),
+(49585, 8485, '_backorders', 'no'),
+(49586, 8485, '_sold_individually', 'no'),
+(49587, 8485, '_virtual', 'no'),
+(49588, 8485, '_downloadable', 'no'),
+(49589, 8485, '_download_limit', '0'),
+(49590, 8485, '_download_expiry', '0'),
+(49591, 8485, '_stock', NULL),
+(49592, 8485, '_stock_status', 'instock'),
+(49593, 8485, '_wc_average_rating', '0'),
+(49594, 8485, '_wc_review_count', '0'),
+(49595, 8485, '_product_version', '4.5.2'),
+(49597, 8487, '__update', '1'),
+(49604, 8487, '_sku', 'woo-cap'),
+(49605, 8487, 'total_sales', '0'),
+(49606, 8487, '_tax_status', 'taxable'),
+(49607, 8487, '_tax_class', ''),
+(49608, 8487, '_manage_stock', 'no'),
+(49609, 8487, '_backorders', 'no'),
+(49610, 8487, '_sold_individually', 'no'),
+(49611, 8487, '_virtual', 'no'),
+(49612, 8487, '_downloadable', 'no'),
+(49613, 8487, '_download_limit', '0'),
+(49614, 8487, '_download_expiry', '0'),
+(49615, 8487, '_stock', NULL),
+(49616, 8487, '_stock_status', 'instock'),
+(49617, 8487, '_wc_average_rating', '0'),
+(49618, 8487, '_wc_review_count', '0'),
+(49619, 8487, '_product_version', '4.5.2'),
+(49621, 8489, '__update', '1'),
+(49628, 8489, '_sku', 'woo-sunglasses'),
+(49629, 8489, 'total_sales', '0'),
+(49630, 8489, '_tax_status', 'taxable'),
+(49631, 8489, '_tax_class', ''),
+(49632, 8489, '_manage_stock', 'no'),
+(49633, 8489, '_backorders', 'no'),
+(49634, 8489, '_sold_individually', 'no'),
+(49635, 8489, '_virtual', 'no'),
+(49636, 8489, '_downloadable', 'no'),
+(49637, 8489, '_download_limit', '0'),
+(49638, 8489, '_download_expiry', '0'),
+(49639, 8489, '_stock', NULL),
+(49640, 8489, '_stock_status', 'instock'),
+(49641, 8489, '_wc_average_rating', '0'),
+(49642, 8489, '_wc_review_count', '0'),
+(49643, 8489, '_product_version', '4.5.2'),
+(49645, 8491, '__update', '1'),
+(49652, 8491, '_sku', 'woo-hoodie-with-pocket'),
+(49653, 8491, 'total_sales', '0'),
+(49654, 8491, '_tax_status', 'taxable'),
+(49655, 8491, '_tax_class', ''),
+(49656, 8491, '_manage_stock', 'no'),
+(49657, 8491, '_backorders', 'no'),
+(49658, 8491, '_sold_individually', 'no'),
+(49659, 8491, '_virtual', 'no'),
+(49660, 8491, '_downloadable', 'no'),
+(49661, 8491, '_download_limit', '0'),
+(49662, 8491, '_download_expiry', '0'),
+(49663, 8491, '_stock', NULL),
+(49664, 8491, '_stock_status', 'instock'),
+(49665, 8491, '_wc_average_rating', '0'),
+(49666, 8491, '_wc_review_count', '0'),
+(49667, 8491, '_product_version', '4.5.2'),
+(49669, 8493, '__update', '1'),
+(49676, 8493, '_sku', 'woo-hoodie-with-zipper'),
+(49677, 8493, 'total_sales', '0'),
+(49678, 8493, '_tax_status', 'taxable'),
+(49679, 8493, '_tax_class', ''),
+(49680, 8493, '_manage_stock', 'no'),
+(49681, 8493, '_backorders', 'no'),
+(49682, 8493, '_sold_individually', 'no'),
+(49683, 8493, '_virtual', 'no'),
+(49684, 8493, '_downloadable', 'no'),
+(49685, 8493, '_download_limit', '0'),
+(49686, 8493, '_download_expiry', '0'),
+(49687, 8493, '_stock', NULL),
+(49688, 8493, '_stock_status', 'instock'),
+(49689, 8493, '_wc_average_rating', '0'),
+(49690, 8493, '_wc_review_count', '0'),
+(49691, 8493, '_product_version', '4.5.2'),
+(49693, 8495, '__update', '1'),
+(49700, 8495, '_sku', 'woo-long-sleeve-tee'),
+(49701, 8495, 'total_sales', '0'),
+(49702, 8495, '_tax_status', 'taxable'),
+(49703, 8495, '_tax_class', ''),
+(49704, 8495, '_manage_stock', 'no'),
+(49705, 8495, '_backorders', 'no'),
+(49706, 8495, '_sold_individually', 'no'),
+(49707, 8495, '_virtual', 'no'),
+(49708, 8495, '_downloadable', 'no'),
+(49709, 8495, '_download_limit', '0'),
+(49710, 8495, '_download_expiry', '0'),
+(49711, 8495, '_stock', NULL),
+(49712, 8495, '_stock_status', 'instock'),
+(49713, 8495, '_wc_average_rating', '0'),
+(49714, 8495, '_wc_review_count', '0'),
+(49715, 8495, '_product_version', '4.5.2'),
+(49717, 8497, '__update', '1'),
+(49724, 8497, '_sku', 'woo-polo'),
+(49725, 8497, 'total_sales', '0'),
+(49726, 8497, '_tax_status', 'taxable'),
+(49727, 8497, '_tax_class', ''),
+(49728, 8497, '_manage_stock', 'no'),
+(49729, 8497, '_backorders', 'no'),
+(49730, 8497, '_sold_individually', 'no'),
+(49731, 8497, '_virtual', 'no'),
+(49732, 8497, '_downloadable', 'no'),
+(49733, 8497, '_download_limit', '0'),
+(49734, 8497, '_download_expiry', '0'),
+(49735, 8497, '_stock', NULL),
+(49736, 8497, '_stock_status', 'instock'),
+(49737, 8497, '_wc_average_rating', '0'),
+(49738, 8497, '_wc_review_count', '0'),
+(49739, 8497, '_product_version', '4.5.2'),
+(49741, 8499, '__update', '1'),
+(49748, 8499, '_sku', 'woo-album'),
+(49749, 8499, 'total_sales', '0'),
+(49750, 8499, '_tax_status', 'taxable'),
+(49751, 8499, '_tax_class', ''),
+(49752, 8499, '_manage_stock', 'no'),
+(49753, 8499, '_backorders', 'no'),
+(49754, 8499, '_sold_individually', 'no'),
+(49755, 8499, '_virtual', 'yes'),
+(49756, 8499, '_downloadable', 'yes'),
+(49757, 8499, '_download_limit', '1'),
+(49758, 8499, '_download_expiry', '1'),
+(49759, 8499, '_stock', NULL),
+(49760, 8499, '_stock_status', 'instock'),
+(49761, 8499, '_wc_average_rating', '0'),
+(49762, 8499, '_wc_review_count', '0'),
+(49763, 8499, '_product_version', '4.5.2'),
+(49765, 8501, '__update', '1'),
+(49772, 8501, '_sku', 'woo-single'),
+(49773, 8501, 'total_sales', '0'),
+(49774, 8501, '_tax_status', 'taxable'),
+(49775, 8501, '_tax_class', ''),
+(49776, 8501, '_manage_stock', 'no'),
+(49777, 8501, '_backorders', 'no'),
+(49778, 8501, '_sold_individually', 'no'),
+(49779, 8501, '_virtual', 'yes'),
+(49780, 8501, '_downloadable', 'yes'),
+(49781, 8501, '_download_limit', '1'),
+(49782, 8501, '_download_expiry', '1'),
+(49783, 8501, '_stock', NULL),
+(49784, 8501, '_stock_status', 'instock'),
+(49785, 8501, '_wc_average_rating', '0'),
+(49786, 8501, '_wc_review_count', '0'),
+(49787, 8501, '_product_version', '4.5.2'),
+(49789, 8503, '__update', '1'),
+(49796, 8503, '_sku', 'woo-vneck-tee-red'),
+(49797, 8503, 'total_sales', '0'),
+(49798, 8503, '_tax_status', 'taxable'),
+(49799, 8503, '_tax_class', ''),
+(49800, 8503, '_manage_stock', 'no'),
+(49801, 8503, '_backorders', 'no'),
+(49802, 8503, '_sold_individually', 'no'),
+(49803, 8503, '_virtual', 'no'),
+(49804, 8503, '_downloadable', 'no'),
+(49805, 8503, '_download_limit', '0'),
+(49806, 8503, '_download_expiry', '0'),
+(49807, 8503, '_stock', NULL),
+(49808, 8503, '_stock_status', 'instock'),
+(49809, 8503, '_wc_average_rating', '0'),
+(49810, 8503, '_wc_review_count', '0'),
+(49811, 8503, '_product_version', '4.5.2'),
+(49813, 8505, '__update', '1'),
+(49820, 8505, '_sku', 'woo-vneck-tee-green'),
+(49821, 8505, 'total_sales', '0'),
+(49822, 8505, '_tax_status', 'taxable'),
+(49823, 8505, '_tax_class', ''),
+(49824, 8505, '_manage_stock', 'no'),
+(49825, 8505, '_backorders', 'no'),
+(49826, 8505, '_sold_individually', 'no'),
+(49827, 8505, '_virtual', 'no'),
+(49828, 8505, '_downloadable', 'no'),
+(49829, 8505, '_download_limit', '0'),
+(49830, 8505, '_download_expiry', '0'),
+(49831, 8505, '_stock', NULL),
+(49832, 8505, '_stock_status', 'instock'),
+(49833, 8505, '_wc_average_rating', '0'),
+(49834, 8505, '_wc_review_count', '0'),
+(49835, 8505, '_product_version', '4.5.2'),
+(49837, 8507, '__update', '1'),
+(49844, 8507, '_sku', 'woo-vneck-tee-blue'),
+(49845, 8507, 'total_sales', '0'),
+(49846, 8507, '_tax_status', 'taxable'),
+(49847, 8507, '_tax_class', ''),
+(49848, 8507, '_manage_stock', 'no'),
+(49849, 8507, '_backorders', 'no'),
+(49850, 8507, '_sold_individually', 'no'),
+(49851, 8507, '_virtual', 'no'),
+(49852, 8507, '_downloadable', 'no'),
+(49853, 8507, '_download_limit', '0'),
+(49854, 8507, '_download_expiry', '0'),
+(49855, 8507, '_stock', NULL),
+(49856, 8507, '_stock_status', 'instock'),
+(49857, 8507, '_wc_average_rating', '0'),
+(49858, 8507, '_wc_review_count', '0'),
+(49859, 8507, '_product_version', '4.5.2'),
+(49861, 8509, '__update', '1'),
+(49868, 8509, '_sku', 'woo-hoodie-red'),
+(49869, 8509, 'total_sales', '0'),
+(49870, 8509, '_tax_status', 'taxable'),
+(49871, 8509, '_tax_class', ''),
+(49872, 8509, '_manage_stock', 'no'),
+(49873, 8509, '_backorders', 'no'),
+(49874, 8509, '_sold_individually', 'no'),
+(49875, 8509, '_virtual', 'no'),
+(49876, 8509, '_downloadable', 'no'),
+(49877, 8509, '_download_limit', '0'),
+(49878, 8509, '_download_expiry', '0'),
+(49879, 8509, '_stock', NULL),
+(49880, 8509, '_stock_status', 'instock'),
+(49881, 8509, '_wc_average_rating', '0'),
+(49882, 8509, '_wc_review_count', '0'),
+(49883, 8509, '_product_version', '4.5.2'),
+(49885, 8511, '__update', '1'),
+(49892, 8511, '_sku', 'woo-hoodie-green'),
+(49893, 8511, 'total_sales', '0'),
+(49894, 8511, '_tax_status', 'taxable'),
+(49895, 8511, '_tax_class', ''),
+(49896, 8511, '_manage_stock', 'no'),
+(49897, 8511, '_backorders', 'no'),
+(49898, 8511, '_sold_individually', 'no'),
+(49899, 8511, '_virtual', 'no'),
+(49900, 8511, '_downloadable', 'no'),
+(49901, 8511, '_download_limit', '0'),
+(49902, 8511, '_download_expiry', '0'),
+(49903, 8511, '_stock', NULL),
+(49904, 8511, '_stock_status', 'instock'),
+(49905, 8511, '_wc_average_rating', '0'),
+(49906, 8511, '_wc_review_count', '0'),
+(49907, 8511, '_product_version', '4.5.2'),
+(49909, 8513, '__update', '1'),
+(49916, 8513, '_sku', 'woo-hoodie-blue'),
+(49917, 8513, 'total_sales', '0'),
+(49918, 8513, '_tax_status', 'taxable'),
+(49919, 8513, '_tax_class', ''),
+(49920, 8513, '_manage_stock', 'no'),
+(49921, 8513, '_backorders', 'no'),
+(49922, 8513, '_sold_individually', 'no'),
+(49923, 8513, '_virtual', 'no'),
+(49924, 8513, '_downloadable', 'no'),
+(49925, 8513, '_download_limit', '0'),
+(49926, 8513, '_download_expiry', '0'),
+(49927, 8513, '_stock', NULL),
+(49928, 8513, '_stock_status', 'instock'),
+(49929, 8513, '_wc_average_rating', '0'),
+(49930, 8513, '_wc_review_count', '0'),
+(49931, 8513, '_product_version', '4.5.2'),
+(49933, 8515, '__update', '1'),
+(49940, 8515, '_sku', 'Woo-tshirt-logo'),
+(49941, 8515, 'total_sales', '0'),
+(49942, 8515, '_tax_status', 'taxable'),
+(49943, 8515, '_tax_class', ''),
+(49944, 8515, '_manage_stock', 'no'),
+(49945, 8515, '_backorders', 'no'),
+(49946, 8515, '_sold_individually', 'no'),
+(49947, 8515, '_virtual', 'no'),
+(49948, 8515, '_downloadable', 'no'),
+(49949, 8515, '_download_limit', '0'),
+(49950, 8515, '_download_expiry', '0'),
+(49951, 8515, '_stock', NULL),
+(49952, 8515, '_stock_status', 'instock'),
+(49953, 8515, '_wc_average_rating', '0'),
+(49954, 8515, '_wc_review_count', '0'),
+(49955, 8515, '_product_version', '4.5.2'),
+(49957, 8517, '__update', '1'),
+(49964, 8517, '_sku', 'Woo-beanie-logo'),
+(49965, 8517, 'total_sales', '0'),
+(49966, 8517, '_tax_status', 'taxable'),
+(49967, 8517, '_tax_class', ''),
+(49968, 8517, '_manage_stock', 'no'),
+(49969, 8517, '_backorders', 'no'),
+(49970, 8517, '_sold_individually', 'no'),
+(49971, 8517, '_virtual', 'no'),
+(49972, 8517, '_downloadable', 'no'),
+(49973, 8517, '_download_limit', '0'),
+(49974, 8517, '_download_expiry', '0'),
+(49975, 8517, '_stock', NULL),
+(49976, 8517, '_stock_status', 'instock'),
+(49977, 8517, '_wc_average_rating', '0'),
+(49978, 8517, '_wc_review_count', '0'),
+(49979, 8517, '_product_version', '4.5.2'),
+(49981, 8519, '__update', '1'),
+(49988, 8519, '_sku', 'logo-collection'),
+(49989, 8519, 'total_sales', '0'),
+(49990, 8519, '_tax_status', 'taxable'),
+(49991, 8519, '_tax_class', ''),
+(49992, 8519, '_manage_stock', 'no'),
+(49993, 8519, '_backorders', 'no'),
+(49994, 8519, '_sold_individually', 'no'),
+(49995, 8519, '_virtual', 'no'),
+(49996, 8519, '_downloadable', 'no'),
+(49997, 8519, '_download_limit', '0'),
+(49998, 8519, '_download_expiry', '0'),
+(49999, 8519, '_stock', NULL),
+(50000, 8519, '_stock_status', 'instock'),
+(50001, 8519, '_wc_average_rating', '0'),
+(50002, 8519, '_wc_review_count', '0'),
+(50003, 8519, '_product_version', '4.5.2'),
+(50005, 8521, '__update', '1'),
+(50012, 8521, '_sku', 'wp-pennant'),
+(50013, 8521, 'total_sales', '0'),
+(50014, 8521, '_tax_status', 'taxable'),
+(50015, 8521, '_tax_class', ''),
+(50016, 8521, '_manage_stock', 'no'),
+(50017, 8521, '_backorders', 'no'),
+(50018, 8521, '_sold_individually', 'no'),
+(50019, 8521, '_virtual', 'no'),
+(50020, 8521, '_downloadable', 'no'),
+(50021, 8521, '_download_limit', '0'),
+(50022, 8521, '_download_expiry', '0'),
+(50023, 8521, '_stock', NULL),
+(50024, 8521, '_stock_status', 'instock'),
+(50025, 8521, '_wc_average_rating', '0'),
+(50026, 8521, '_wc_review_count', '0'),
+(50027, 8521, '_product_version', '4.5.2'),
+(50029, 8523, '__update', '1'),
+(50036, 8523, '_sku', 'woo-hoodie-blue-logo'),
+(50037, 8523, 'total_sales', '0'),
+(50038, 8523, '_tax_status', 'taxable'),
+(50039, 8523, '_tax_class', ''),
+(50040, 8523, '_manage_stock', 'no'),
+(50041, 8523, '_backorders', 'no'),
+(50042, 8523, '_sold_individually', 'no'),
+(50043, 8523, '_virtual', 'no'),
+(50044, 8523, '_downloadable', 'no'),
+(50045, 8523, '_download_limit', '0'),
+(50046, 8523, '_download_expiry', '0'),
+(50047, 8523, '_stock', NULL),
+(50048, 8523, '_stock_status', 'instock'),
+(50049, 8523, '_wc_average_rating', '0'),
+(50050, 8523, '_wc_review_count', '0'),
+(50051, 8523, '_product_version', '4.5.2'),
+(50053, 8525, '_wp_attached_file', '2020/09/vneck-tee-2.jpg'),
+(50054, 8525, '__update', '1'),
+(50074, 8525, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:801;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2020/09/vneck-tee-2.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"vneck-tee-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"vneck-tee-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"vneck-tee-2-768x767.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"vneck-tee-2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"vneck-tee-2-600x599.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"vneck-tee-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"vneck-tee-2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"vneck-tee-2-600x599.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"vneck-tee-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
+(50075, 8525, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/vneck-tee-2.jpg'),
+(50076, 8529, '_wp_attached_file', '2020/09/vnech-tee-green-1.jpg'),
+(50077, 8529, '__update', '1');
+INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
+(50097, 8529, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:29:\"2020/09/vnech-tee-green-1.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"vnech-tee-green-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"vnech-tee-green-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"vnech-tee-green-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"vnech-tee-green-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"vnech-tee-green-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"vnech-tee-green-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"vnech-tee-green-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"vnech-tee-green-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"vnech-tee-green-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
+(50098, 8529, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/vnech-tee-green-1.jpg'),
+(50099, 8533, '_wp_attached_file', '2020/09/vnech-tee-blue-1.jpg'),
+(50100, 8533, '__update', '1'),
+(50120, 8533, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2020/09/vnech-tee-blue-1.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"vnech-tee-blue-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"vnech-tee-blue-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"vnech-tee-blue-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"vnech-tee-blue-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"vnech-tee-blue-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"vnech-tee-blue-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"vnech-tee-blue-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"vnech-tee-blue-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"vnech-tee-blue-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
+(50121, 8533, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/vnech-tee-blue-1.jpg'),
+(50122, 8475, '_wpcom_is_markdown', '1'),
+(50123, 8475, '_wp_old_slug', 'import-placeholder-for-44'),
+(50124, 8475, '_product_image_gallery', '8529,8533'),
+(50125, 8475, '_thumbnail_id', '8525'),
+(50126, 8475, '_product_attributes', 'a:2:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"1\";s:11:\"is_taxonomy\";s:1:\"1\";}s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"1\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),
+(50127, 8537, '_wp_attached_file', '2020/09/hoodie-2.jpg'),
+(50128, 8537, '__update', '1'),
+(50148, 8537, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:20:\"2020/09/hoodie-2.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"hoodie-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"hoodie-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"hoodie-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"hoodie-2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"hoodie-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"hoodie-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"hoodie-2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"hoodie-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"hoodie-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
+(50149, 8537, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/hoodie-2.jpg'),
+(50150, 8541, '_wp_attached_file', '2020/09/hoodie-blue-1.jpg'),
+(50151, 8541, '__update', '1'),
+(50171, 8541, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2020/09/hoodie-blue-1.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"hoodie-blue-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"hoodie-blue-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"hoodie-blue-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"hoodie-blue-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"hoodie-blue-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"hoodie-blue-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"hoodie-blue-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"hoodie-blue-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"hoodie-blue-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
+(50172, 8541, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/hoodie-blue-1.jpg'),
+(50173, 8545, '_wp_attached_file', '2020/09/hoodie-green-1.jpg'),
+(50174, 8545, '__update', '1'),
+(50194, 8545, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2020/09/hoodie-green-1.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"hoodie-green-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"hoodie-green-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"hoodie-green-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"hoodie-green-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"hoodie-green-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"hoodie-green-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"hoodie-green-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"hoodie-green-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"hoodie-green-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
+(50195, 8545, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/hoodie-green-1.jpg'),
+(50196, 8549, '_wp_attached_file', '2020/09/hoodie-with-logo-2.jpg'),
+(50197, 8549, '__update', '1'),
+(50217, 8549, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:30:\"2020/09/hoodie-with-logo-2.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"hoodie-with-logo-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"hoodie-with-logo-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"hoodie-with-logo-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"hoodie-with-logo-2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"hoodie-with-logo-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"hoodie-with-logo-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"hoodie-with-logo-2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"hoodie-with-logo-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"hoodie-with-logo-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
+(50218, 8549, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/hoodie-with-logo-2.jpg'),
+(50219, 8477, '_wpcom_is_markdown', '1'),
+(50220, 8477, '_wp_old_slug', 'import-placeholder-for-45'),
+(50221, 8477, '_product_image_gallery', '8541,8545,8549'),
+(50222, 8477, '_thumbnail_id', '8537'),
+(50223, 8477, '_product_attributes', 'a:2:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"1\";s:11:\"is_taxonomy\";s:1:\"1\";}s:4:\"logo\";a:6:{s:4:\"name\";s:4:\"Logo\";s:5:\"value\";s:8:\"Yes | No\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"1\";s:11:\"is_taxonomy\";s:1:\"0\";}}'),
+(50224, 8479, '_wpcom_is_markdown', '1'),
+(50225, 8479, '_wp_old_slug', 'import-placeholder-for-46'),
+(50226, 8479, '_regular_price', '45'),
+(50227, 8479, '_thumbnail_id', '8549'),
+(50228, 8479, '_product_attributes', 'a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),
+(50229, 8479, '_price', '45'),
+(50230, 8553, '_wp_attached_file', '2020/09/tshirt-2.jpg'),
+(50231, 8553, '__update', '1'),
+(50251, 8553, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:20:\"2020/09/tshirt-2.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"tshirt-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"tshirt-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"tshirt-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"tshirt-2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"tshirt-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"tshirt-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"tshirt-2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"tshirt-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"tshirt-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
+(50252, 8553, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/tshirt-2.jpg'),
+(50253, 8481, '_wpcom_is_markdown', '1'),
+(50254, 8481, '_wp_old_slug', 'import-placeholder-for-47'),
+(50255, 8481, '_regular_price', '18'),
+(50256, 8481, '_thumbnail_id', '8553'),
+(50257, 8481, '_product_attributes', 'a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),
+(50258, 8481, '_price', '18'),
+(50259, 8557, '_wp_attached_file', '2020/09/beanie-2.jpg'),
+(50260, 8557, '__update', '1'),
+(50280, 8557, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:20:\"2020/09/beanie-2.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"beanie-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"beanie-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"beanie-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"beanie-2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"beanie-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"beanie-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"beanie-2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"beanie-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"beanie-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
+(50281, 8557, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/beanie-2.jpg'),
+(50282, 8483, '_wpcom_is_markdown', '1'),
+(50283, 8483, '_wp_old_slug', 'import-placeholder-for-48'),
+(50284, 8483, '_regular_price', '20'),
+(50285, 8483, '_sale_price', '18'),
+(50286, 8483, '_thumbnail_id', '8557'),
+(50287, 8483, '_product_attributes', 'a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),
+(50288, 8483, '_price', '18'),
+(50289, 8561, '_wp_attached_file', '2020/09/belt-2.jpg'),
+(50290, 8561, '__update', '1'),
+(50310, 8561, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:18:\"2020/09/belt-2.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"belt-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"belt-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"belt-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"belt-2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"belt-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"belt-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"belt-2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"belt-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"belt-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
+(50311, 8561, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/belt-2.jpg'),
+(50312, 8485, '_wpcom_is_markdown', '1'),
+(50313, 8485, '_wp_old_slug', 'import-placeholder-for-58'),
+(50314, 8485, '_regular_price', '65'),
+(50315, 8485, '_sale_price', '55'),
+(50316, 8485, '_thumbnail_id', '8561'),
+(50317, 8485, '_price', '55'),
+(50318, 8565, '_wp_attached_file', '2020/09/cap-2.jpg'),
+(50319, 8565, '__update', '1'),
+(50339, 8565, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:17:\"2020/09/cap-2.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"cap-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"cap-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"cap-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"cap-2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"cap-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"cap-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"cap-2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"cap-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"cap-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
+(50340, 8565, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/cap-2.jpg'),
+(50341, 8487, '_wpcom_is_markdown', '1'),
+(50342, 8487, '_wp_old_slug', 'import-placeholder-for-60'),
+(50343, 8487, '_regular_price', '18'),
+(50344, 8487, '_sale_price', '16'),
+(50345, 8487, '_thumbnail_id', '8565'),
+(50346, 8487, '_product_attributes', 'a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),
+(50347, 8487, '_price', '16'),
+(50348, 8569, '_wp_attached_file', '2020/09/sunglasses-2.jpg'),
+(50349, 8569, '__update', '1'),
+(50369, 8569, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:24:\"2020/09/sunglasses-2.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"sunglasses-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"sunglasses-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"sunglasses-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"sunglasses-2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"sunglasses-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"sunglasses-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"sunglasses-2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"sunglasses-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"sunglasses-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
+(50370, 8569, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/sunglasses-2.jpg'),
+(50371, 8489, '_wpcom_is_markdown', '1'),
+(50372, 8489, '_wp_old_slug', 'import-placeholder-for-62'),
+(50373, 8489, '_regular_price', '90'),
+(50374, 8489, '_thumbnail_id', '8569'),
+(50375, 8489, '_price', '90'),
+(50376, 8573, '_wp_attached_file', '2020/09/hoodie-with-pocket-2.jpg'),
+(50377, 8573, '__update', '1'),
+(50397, 8573, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:32:\"2020/09/hoodie-with-pocket-2.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"hoodie-with-pocket-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"hoodie-with-pocket-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"hoodie-with-pocket-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"hoodie-with-pocket-2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"hoodie-with-pocket-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"hoodie-with-pocket-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"hoodie-with-pocket-2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"hoodie-with-pocket-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"hoodie-with-pocket-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
+(50398, 8573, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/hoodie-with-pocket-2.jpg'),
+(50399, 8491, '_wpcom_is_markdown', '1'),
+(50400, 8491, '_wp_old_slug', 'import-placeholder-for-64'),
+(50401, 8491, '_regular_price', '45'),
+(50402, 8491, '_sale_price', '35'),
+(50403, 8491, '_thumbnail_id', '8573'),
+(50404, 8491, '_product_attributes', 'a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),
+(50405, 8491, '_price', '35'),
+(50406, 8577, '_wp_attached_file', '2020/09/hoodie-with-zipper-2.jpg'),
+(50407, 8577, '__update', '1'),
+(50427, 8577, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:32:\"2020/09/hoodie-with-zipper-2.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"hoodie-with-zipper-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"hoodie-with-zipper-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"hoodie-with-zipper-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"hoodie-with-zipper-2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"hoodie-with-zipper-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"hoodie-with-zipper-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"hoodie-with-zipper-2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"hoodie-with-zipper-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"hoodie-with-zipper-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
+(50428, 8577, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/hoodie-with-zipper-2.jpg'),
+(50429, 8493, '_wpcom_is_markdown', '1'),
+(50430, 8493, '_wp_old_slug', 'import-placeholder-for-66'),
+(50431, 8493, '_regular_price', '45'),
+(50432, 8493, '_thumbnail_id', '8577'),
+(50433, 8493, '_price', '45'),
+(50434, 8581, '_wp_attached_file', '2020/09/long-sleeve-tee-2.jpg'),
+(50435, 8581, '__update', '1'),
+(50455, 8581, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:801;s:6:\"height\";i:801;s:4:\"file\";s:29:\"2020/09/long-sleeve-tee-2.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"long-sleeve-tee-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"long-sleeve-tee-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"long-sleeve-tee-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"long-sleeve-tee-2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"long-sleeve-tee-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"long-sleeve-tee-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"long-sleeve-tee-2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"long-sleeve-tee-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"long-sleeve-tee-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
+(50456, 8581, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/long-sleeve-tee-2.jpg'),
+(50457, 8495, '_wpcom_is_markdown', '1'),
+(50458, 8495, '_wp_old_slug', 'import-placeholder-for-68'),
+(50459, 8495, '_regular_price', '25'),
+(50460, 8495, '_thumbnail_id', '8581'),
+(50461, 8495, '_product_attributes', 'a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),
+(50462, 8495, '_price', '25'),
+(50463, 8585, '_wp_attached_file', '2020/09/polo-2.jpg'),
+(50464, 8585, '__update', '1'),
+(50484, 8585, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:801;s:6:\"height\";i:800;s:4:\"file\";s:18:\"2020/09/polo-2.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"polo-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"polo-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"polo-2-768x767.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"polo-2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"polo-2-600x599.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"polo-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"polo-2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"polo-2-600x599.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"polo-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
+(50485, 8585, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/polo-2.jpg'),
+(50486, 8497, '_wpcom_is_markdown', '1'),
+(50487, 8497, '_wp_old_slug', 'import-placeholder-for-70'),
+(50488, 8497, '_regular_price', '20'),
+(50489, 8497, '_thumbnail_id', '8585'),
+(50490, 8497, '_product_attributes', 'a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),
+(50491, 8497, '_price', '20'),
+(50492, 8589, '_wp_attached_file', '2020/09/album-1.jpg'),
+(50493, 8589, '__update', '1'),
+(50513, 8589, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2020/09/album-1.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"album-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"album-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"album-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"album-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"album-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"album-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"album-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"album-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"album-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
+(50514, 8589, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/album-1.jpg'),
+(50515, 8499, '_wpcom_is_markdown', '1'),
+(50516, 8499, '_wp_old_slug', 'import-placeholder-for-73'),
+(50517, 8499, '_regular_price', '15'),
+(50518, 8499, '_thumbnail_id', '8589'),
+(50519, 8499, '_downloadable_files', 'a:2:{s:36:\"c1953006-328f-44e0-a480-844968ae857a\";a:3:{s:2:\"id\";s:36:\"c1953006-328f-44e0-a480-844968ae857a\";s:4:\"name\";s:8:\"Single 1\";s:4:\"file\";s:85:\"https://demo.woothemes.com/woocommerce/wp-content/uploads/sites/56/2017/08/single.jpg\";}s:36:\"3103181b-dc96-41c2-839d-83a1f6684326\";a:3:{s:2:\"id\";s:36:\"3103181b-dc96-41c2-839d-83a1f6684326\";s:4:\"name\";s:8:\"Single 2\";s:4:\"file\";s:84:\"https://demo.woothemes.com/woocommerce/wp-content/uploads/sites/56/2017/08/album.jpg\";}}'),
+(50520, 8499, '_price', '15'),
+(50521, 8593, '_wp_attached_file', '2020/09/single-1.jpg'),
+(50522, 8593, '__update', '1'),
+(50542, 8593, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2020/09/single-1.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"single-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"single-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"single-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"single-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"single-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"single-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"single-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"single-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"single-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
+(50543, 8593, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/single-1.jpg'),
+(50544, 8501, '_wpcom_is_markdown', '1'),
+(50545, 8501, '_wp_old_slug', 'import-placeholder-for-75'),
+(50546, 8501, '_regular_price', '3'),
+(50547, 8501, '_sale_price', '2'),
+(50548, 8501, '_thumbnail_id', '8593'),
+(50549, 8501, '_downloadable_files', 'a:1:{s:36:\"65608cc3-c4c3-4aaf-bae4-d3086a6d5583\";a:3:{s:2:\"id\";s:36:\"65608cc3-c4c3-4aaf-bae4-d3086a6d5583\";s:4:\"name\";s:6:\"Single\";s:4:\"file\";s:85:\"https://demo.woothemes.com/woocommerce/wp-content/uploads/sites/56/2017/08/single.jpg\";}}'),
+(50550, 8501, '_price', '2'),
+(50551, 8503, '_wpcom_is_markdown', ''),
+(50552, 8503, '_wp_old_slug', 'import-placeholder-for-76'),
+(50553, 8503, '_variation_description', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sagittis orci ac odio dictum tincidunt. Donec ut metus leo. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed luctus, dui eu sagittis sodales, nulla nibh sagittis augue, vel porttitor diam enim non metus. Vestibulum aliquam augue neque. Phasellus tincidunt odio eget ullamcorper efficitur. Cras placerat ut turpis pellentesque vulputate. Nam sed consequat tortor. Curabitur finibus sapien dolor. Ut eleifend tellus nec erat pulvinar dignissim. Nam non arcu purus. Vivamus et massa massa.'),
+(50554, 8503, '_regular_price', '20'),
+(50555, 8503, '_thumbnail_id', '8525'),
+(50556, 8503, 'attribute_pa_color', 'red'),
+(50557, 8503, 'attribute_pa_size', ''),
+(50558, 8503, '_price', '20'),
+(50559, 8505, '_wpcom_is_markdown', ''),
+(50560, 8505, '_wp_old_slug', 'import-placeholder-for-77'),
+(50561, 8505, '_variation_description', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sagittis orci ac odio dictum tincidunt. Donec ut metus leo. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed luctus, dui eu sagittis sodales, nulla nibh sagittis augue, vel porttitor diam enim non metus. Vestibulum aliquam augue neque. Phasellus tincidunt odio eget ullamcorper efficitur. Cras placerat ut turpis pellentesque vulputate. Nam sed consequat tortor. Curabitur finibus sapien dolor. Ut eleifend tellus nec erat pulvinar dignissim. Nam non arcu purus. Vivamus et massa massa.'),
+(50562, 8505, '_regular_price', '20'),
+(50563, 8505, '_thumbnail_id', '8529'),
+(50564, 8505, 'attribute_pa_color', 'green'),
+(50565, 8505, 'attribute_pa_size', ''),
+(50566, 8505, '_price', '20'),
+(50567, 8507, '_wpcom_is_markdown', ''),
+(50568, 8507, '_wp_old_slug', 'import-placeholder-for-78'),
+(50569, 8507, '_variation_description', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sagittis orci ac odio dictum tincidunt. Donec ut metus leo. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed luctus, dui eu sagittis sodales, nulla nibh sagittis augue, vel porttitor diam enim non metus. Vestibulum aliquam augue neque. Phasellus tincidunt odio eget ullamcorper efficitur. Cras placerat ut turpis pellentesque vulputate. Nam sed consequat tortor. Curabitur finibus sapien dolor. Ut eleifend tellus nec erat pulvinar dignissim. Nam non arcu purus. Vivamus et massa massa.'),
+(50570, 8507, '_regular_price', '15'),
+(50571, 8507, '_thumbnail_id', '8533'),
+(50572, 8507, 'attribute_pa_color', 'blue'),
+(50573, 8507, 'attribute_pa_size', ''),
+(50574, 8507, '_price', '15'),
+(50575, 8509, '_wpcom_is_markdown', ''),
+(50576, 8509, '_wp_old_slug', 'import-placeholder-for-79'),
+(50577, 8509, '_variation_description', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sagittis orci ac odio dictum tincidunt. Donec ut metus leo. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed luctus, dui eu sagittis sodales, nulla nibh sagittis augue, vel porttitor diam enim non metus. Vestibulum aliquam augue neque. Phasellus tincidunt odio eget ullamcorper efficitur. Cras placerat ut turpis pellentesque vulputate. Nam sed consequat tortor. Curabitur finibus sapien dolor. Ut eleifend tellus nec erat pulvinar dignissim. Nam non arcu purus. Vivamus et massa massa.'),
+(50578, 8509, '_regular_price', '45'),
+(50579, 8509, '_sale_price', '42'),
+(50580, 8509, '_thumbnail_id', '8537'),
+(50581, 8509, 'attribute_pa_color', 'red'),
+(50582, 8509, 'attribute_logo', 'No'),
+(50583, 8509, '_price', '42'),
+(50584, 8511, '_wpcom_is_markdown', ''),
+(50585, 8511, '_wp_old_slug', 'import-placeholder-for-80'),
+(50586, 8511, '_variation_description', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sagittis orci ac odio dictum tincidunt. Donec ut metus leo. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed luctus, dui eu sagittis sodales, nulla nibh sagittis augue, vel porttitor diam enim non metus. Vestibulum aliquam augue neque. Phasellus tincidunt odio eget ullamcorper efficitur. Cras placerat ut turpis pellentesque vulputate. Nam sed consequat tortor. Curabitur finibus sapien dolor. Ut eleifend tellus nec erat pulvinar dignissim. Nam non arcu purus. Vivamus et massa massa.'),
+(50587, 8511, '_regular_price', '45'),
+(50588, 8511, '_thumbnail_id', '8545'),
+(50589, 8511, 'attribute_pa_color', 'green'),
+(50590, 8511, 'attribute_logo', 'No'),
+(50591, 8511, '_price', '45'),
+(50592, 8513, '_wpcom_is_markdown', ''),
+(50593, 8513, '_wp_old_slug', 'import-placeholder-for-81'),
+(50594, 8513, '_variation_description', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sagittis orci ac odio dictum tincidunt. Donec ut metus leo. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed luctus, dui eu sagittis sodales, nulla nibh sagittis augue, vel porttitor diam enim non metus. Vestibulum aliquam augue neque. Phasellus tincidunt odio eget ullamcorper efficitur. Cras placerat ut turpis pellentesque vulputate. Nam sed consequat tortor. Curabitur finibus sapien dolor. Ut eleifend tellus nec erat pulvinar dignissim. Nam non arcu purus. Vivamus et massa massa.'),
+(50595, 8513, '_regular_price', '45'),
+(50596, 8513, '_thumbnail_id', '8541'),
+(50597, 8513, 'attribute_pa_color', 'blue'),
+(50598, 8513, 'attribute_logo', 'No'),
+(50599, 8513, '_price', '45'),
+(50600, 8597, '_wp_attached_file', '2020/09/t-shirt-with-logo-1.jpg'),
+(50601, 8597, '__update', '1');
+INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
+(50621, 8597, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:31:\"2020/09/t-shirt-with-logo-1.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"t-shirt-with-logo-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"t-shirt-with-logo-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"t-shirt-with-logo-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"t-shirt-with-logo-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"t-shirt-with-logo-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"t-shirt-with-logo-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"t-shirt-with-logo-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"t-shirt-with-logo-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"t-shirt-with-logo-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
+(50622, 8597, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/t-shirt-with-logo-1.jpg'),
+(50623, 8515, '_wpcom_is_markdown', '1'),
+(50624, 8515, '_wp_old_slug', 'import-placeholder-for-83'),
+(50625, 8515, '_regular_price', '18'),
+(50626, 8515, '_thumbnail_id', '8597'),
+(50627, 8515, '_product_attributes', 'a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),
+(50628, 8515, '_price', '18'),
+(50629, 8601, '_wp_attached_file', '2020/09/beanie-with-logo-1.jpg'),
+(50630, 8601, '__update', '1'),
+(50650, 8601, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2020/09/beanie-with-logo-1.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"beanie-with-logo-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"beanie-with-logo-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"beanie-with-logo-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"beanie-with-logo-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"beanie-with-logo-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"beanie-with-logo-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"beanie-with-logo-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"beanie-with-logo-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"beanie-with-logo-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
+(50651, 8601, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/beanie-with-logo-1.jpg'),
+(50652, 8517, '_wpcom_is_markdown', '1'),
+(50653, 8517, '_wp_old_slug', 'import-placeholder-for-85'),
+(50654, 8517, '_regular_price', '20'),
+(50655, 8517, '_sale_price', '18'),
+(50656, 8517, '_thumbnail_id', '8601'),
+(50657, 8517, '_product_attributes', 'a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"1\";}}'),
+(50658, 8517, '_price', '18'),
+(50659, 8605, '_wp_attached_file', '2020/09/logo-1.jpg'),
+(50660, 8605, '__update', '1'),
+(50680, 8605, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:799;s:4:\"file\";s:18:\"2020/09/logo-1.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"logo-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"logo-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"logo-1-768x767.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"logo-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"logo-1-600x599.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"logo-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"logo-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"logo-1-600x599.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"logo-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
+(50681, 8605, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/logo-1.jpg'),
+(50682, 8519, '_wpcom_is_markdown', '1'),
+(50683, 8519, '_wp_old_slug', 'import-placeholder-for-87'),
+(50684, 8519, '_children', 'a:3:{i:0;i:8479;i:1;i:8481;i:2;i:8483;}'),
+(50685, 8519, '_product_image_gallery', '8601,8597,8549'),
+(50686, 8519, '_thumbnail_id', '8605'),
+(50687, 8519, '_price', '18'),
+(50688, 8519, '_price', '45'),
+(50689, 8609, '_wp_attached_file', '2020/09/pennant-1.jpg'),
+(50690, 8609, '__update', '1'),
+(50710, 8609, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2020/09/pennant-1.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"pennant-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"pennant-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"pennant-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"pennant-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"pennant-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"pennant-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"pennant-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"pennant-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"pennant-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
+(50711, 8609, '_wc_attachment_source', 'https://woocommercecore.mystagingwebsite.com/wp-content/uploads/2017/12/pennant-1.jpg'),
+(50712, 8521, '_wpcom_is_markdown', '1'),
+(50713, 8521, '_wp_old_slug', 'import-placeholder-for-89'),
+(50714, 8521, '_regular_price', '11.05'),
+(50715, 8521, '_thumbnail_id', '8609'),
+(50716, 8521, '_product_url', 'https://mercantile.wordpress.org/product/wordpress-pennant/'),
+(50717, 8521, '_button_text', 'Buy on the WordPress swag store!'),
+(50718, 8521, '_price', '11.05'),
+(50719, 8475, '_price', '15'),
+(50720, 8475, '_price', '20'),
+(50729, 8523, '_wpcom_is_markdown', ''),
+(50730, 8523, '_wp_old_slug', 'import-placeholder-for-90'),
+(50731, 8523, '_variation_description', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sagittis orci ac odio dictum tincidunt. Donec ut metus leo. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed luctus, dui eu sagittis sodales, nulla nibh sagittis augue, vel porttitor diam enim non metus. Vestibulum aliquam augue neque. Phasellus tincidunt odio eget ullamcorper efficitur. Cras placerat ut turpis pellentesque vulputate. Nam sed consequat tortor. Curabitur finibus sapien dolor. Ut eleifend tellus nec erat pulvinar dignissim. Nam non arcu purus. Vivamus et massa massa.'),
+(50732, 8523, '_regular_price', '45'),
+(50733, 8523, '_thumbnail_id', '8549'),
+(50734, 8523, 'attribute_pa_color', 'blue'),
+(50735, 8523, 'attribute_logo', 'Yes'),
+(50736, 8523, '_price', '45'),
+(50743, 8477, '_price', '42'),
+(50744, 8477, '_price', '45'),
+(50942, 8644, '__update', '1'),
+(51864, 8521, '_edit_lock', '1600488655:1'),
+(52809, 8521, '_edit_last', '1'),
+(52823, 8521, '_yoast_wpseo_content_score', '60'),
+(53168, 8964, '_edit_lock', '1601944984:1'),
+(53171, 8964, '__update', '1'),
+(53185, 8964, '_edit_last', '1'),
+(53186, 8964, 'range_field', '0'),
+(53187, 8964, '_range_field', 'field_5f47e967644b1'),
+(53188, 8964, 'text_field', ''),
+(53189, 8964, '_text_field', 'field_5f47e986644b2'),
+(53190, 8964, 'text_area_field', ''),
+(53191, 8964, '_text_area_field', 'field_5f47e993644b3'),
+(53192, 8964, 'button_group_field', 'button1'),
+(53193, 8964, '_button_group_field', 'field_5f47e99f644b4'),
+(53194, 8964, 'checkbox_field', ''),
+(53195, 8964, '_checkbox_field', 'field_5f47e9c5644b5'),
+(53196, 8964, 'radio_button_field', 'radiobutton1'),
+(53197, 8964, '_radio_button_field', 'field_5f47e9f3644b6'),
+(53198, 8964, 'select_field', 'select1'),
+(53199, 8964, '_select_field', 'field_5f47ea12644b7'),
+(53200, 8964, 'true_false_field', '0'),
+(53201, 8964, '_true_false_field', 'field_5f47ea28644b8'),
+(53202, 8964, 'file_field', ''),
+(53203, 8964, '_file_field', 'field_5f47ea3f644b9'),
+(53204, 8964, 'gallery_field', ''),
+(53205, 8964, '_gallery_field', 'field_5f47ea4a644ba'),
+(53206, 8964, 'image_field', ''),
+(53207, 8964, '_image_field', 'field_5f47ea53644bb'),
+(53208, 8964, 'oembed_field', ''),
+(53209, 8964, '_oembed_field', 'field_5f47ea5b644bc'),
+(53210, 8964, 'wysiwyg_editor_field', ''),
+(53211, 8964, '_wysiwyg_editor_field', 'field_5f47ea64644bd'),
+(53212, 8964, 'color_picker_field', ''),
+(53213, 8964, '_color_picker_field', 'field_5f47ea75644be'),
+(53214, 8964, 'date_picker_field', ''),
+(53215, 8964, '_date_picker_field', 'field_5f47ea7f644bf'),
+(53216, 8964, 'date_time_picker_field', ''),
+(53217, 8964, '_date_time_picker_field', 'field_5f47ea8b644c0'),
+(53218, 8964, 'google_map_field', ''),
+(53219, 8964, '_google_map_field', 'field_5f47ea9d644c1'),
+(53220, 8964, 'time_picker', ''),
+(53221, 8964, '_time_picker', 'field_5f47eaa7644c2'),
+(53222, 8964, 'flexible_content_field', ''),
+(53223, 8964, '_flexible_content_field', 'field_5f47eadf644c4'),
+(53224, 8964, 'repeater_field', ''),
+(53225, 8964, '_repeater_field', 'field_5f47eaf8644c6'),
+(53226, 8964, 'clone_field', ''),
+(53227, 8964, '_clone_field', 'field_5f47eb4b644c8'),
+(53228, 8964, 'link_field', ''),
+(53229, 8964, '_link_field', 'field_5f47eb54644c9'),
+(53230, 8964, 'page_link_field', ''),
+(53231, 8964, '_page_link_field', 'field_5f47eb5e644ca'),
+(53232, 8964, 'post_object_field', ''),
+(53233, 8964, '_post_object_field', 'field_5f47eb69644cb'),
+(53234, 8964, 'relationship_field', ''),
+(53235, 8964, '_relationship_field', 'field_5f47eb74644cc'),
+(53236, 8964, 'taxonomy_field', ''),
+(53237, 8964, '_taxonomy_field', 'field_5f47edce644cd'),
+(53238, 8964, 'user_field', ''),
+(53239, 8964, '_user_field', 'field_5f47eddc644ce'),
+(53240, 8964, '_yoast_wpseo_content_score', '30'),
+(54508, 2, 'range_field', '0'),
+(54509, 2, '_range_field', 'field_5f47e967644b1'),
+(54510, 2, 'text_field', ''),
+(54511, 2, '_text_field', 'field_5f47e986644b2'),
+(54512, 2, 'text_area_field', ''),
+(54513, 2, '_text_area_field', 'field_5f47e993644b3'),
+(54514, 2, 'button_group_field', 'button1'),
+(54515, 2, '_button_group_field', 'field_5f47e99f644b4'),
+(54516, 2, 'checkbox_field', ''),
+(54517, 2, '_checkbox_field', 'field_5f47e9c5644b5'),
+(54518, 2, 'radio_button_field', 'radiobutton1'),
+(54519, 2, '_radio_button_field', 'field_5f47e9f3644b6'),
+(54520, 2, 'select_field', 'select1'),
+(54521, 2, '_select_field', 'field_5f47ea12644b7'),
+(54522, 2, 'true_false_field', '0'),
+(54523, 2, '_true_false_field', 'field_5f47ea28644b8'),
+(54524, 2, 'file_field', ''),
+(54525, 2, '_file_field', 'field_5f47ea3f644b9'),
+(54526, 2, 'gallery_field', ''),
+(54527, 2, '_gallery_field', 'field_5f47ea4a644ba'),
+(54528, 2, 'image_field', ''),
+(54529, 2, '_image_field', 'field_5f47ea53644bb'),
+(54530, 2, 'oembed_field', ''),
+(54531, 2, '_oembed_field', 'field_5f47ea5b644bc'),
+(54532, 2, 'wysiwyg_editor_field', ''),
+(54533, 2, '_wysiwyg_editor_field', 'field_5f47ea64644bd'),
+(54534, 2, 'color_picker_field', ''),
+(54535, 2, '_color_picker_field', 'field_5f47ea75644be'),
+(54536, 2, 'date_picker_field', ''),
+(54537, 2, '_date_picker_field', 'field_5f47ea7f644bf'),
+(54538, 2, 'date_time_picker_field', ''),
+(54539, 2, '_date_time_picker_field', 'field_5f47ea8b644c0'),
+(54540, 2, 'google_map_field', ''),
+(54541, 2, '_google_map_field', 'field_5f47ea9d644c1'),
+(54542, 2, 'time_picker', ''),
+(54543, 2, '_time_picker', 'field_5f47eaa7644c2'),
+(54544, 2, 'flexible_content_field', ''),
+(54545, 2, '_flexible_content_field', 'field_5f47eadf644c4'),
+(54546, 2, 'repeater_field', ''),
+(54547, 2, '_repeater_field', 'field_5f47eaf8644c6'),
+(54548, 2, 'clone_field', ''),
+(54549, 2, '_clone_field', 'field_5f47eb4b644c8'),
+(54550, 2, 'link_field', ''),
+(54551, 2, '_link_field', 'field_5f47eb54644c9'),
+(54552, 2, 'page_link_field', ''),
+(54553, 2, '_page_link_field', 'field_5f47eb5e644ca'),
+(54554, 2, 'post_object_field', ''),
+(54555, 2, '_post_object_field', 'field_5f47eb69644cb'),
+(54556, 2, 'relationship_field', ''),
+(54557, 2, '_relationship_field', 'field_5f47eb74644cc'),
+(54558, 2, 'taxonomy_field', ''),
+(54559, 2, '_taxonomy_field', 'field_5f47edce644cd'),
+(54560, 2, 'user_field', ''),
+(54561, 2, '_user_field', 'field_5f47eddc644ce'),
+(54925, 9204, '_wp_attached_file', '2020/09/windows-W1N58KDE8r0-unsplash-1-scaled-e1600819839939.jpg'),
+(54926, 9204, '__update', '1'),
+(54946, 9204, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:64:\"2020/09/windows-W1N58KDE8r0-unsplash-1-scaled-e1600819839939.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:64:\"windows-W1N58KDE8r0-unsplash-1-scaled-e1600819839939-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:65:\"windows-W1N58KDE8r0-unsplash-1-scaled-e1600819839939-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"windows-W1N58KDE8r0-unsplash-1-scaled-e1600819839939-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:65:\"windows-W1N58KDE8r0-unsplash-1-scaled-e1600819839939-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:66:\"windows-W1N58KDE8r0-unsplash-1-scaled-e1600819839939-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:66:\"windows-W1N58KDE8r0-unsplash-1-scaled-e1600819839939-1366x2048.jpg\";s:5:\"width\";i:1366;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:66:\"windows-W1N58KDE8r0-unsplash-1-scaled-e1600819839939-1200x1800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:64:\"windows-W1N58KDE8r0-unsplash-1-scaled-e1600819839939-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:64:\"windows-W1N58KDE8r0-unsplash-1-scaled-e1600819839939-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:64:\"windows-W1N58KDE8r0-unsplash-1-scaled-e1600819839939-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:64:\"windows-W1N58KDE8r0-unsplash-1-scaled-e1600819839939-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:64:\"windows-W1N58KDE8r0-unsplash-1-scaled-e1600819839939-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:64:\"windows-W1N58KDE8r0-unsplash-1-scaled-e1600819839939-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:34:\"windows-W1N58KDE8r0-unsplash-1.jpg\";}'),
+(54947, 9208, '_edit_lock', '1601597226:1'),
+(54950, 9210, '_wp_attached_file', '2020/09/windows-W1N58KDE8r0-unsplash-scaled-e1600819062167.jpg'),
+(54951, 9210, '__update', '1'),
+(54971, 9210, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1708;s:4:\"file\";s:62:\"2020/09/windows-W1N58KDE8r0-unsplash-scaled-e1600819062167.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:62:\"windows-W1N58KDE8r0-unsplash-scaled-e1600819062167-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:63:\"windows-W1N58KDE8r0-unsplash-scaled-e1600819062167-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"windows-W1N58KDE8r0-unsplash-scaled-e1600819062167-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:62:\"windows-W1N58KDE8r0-unsplash-scaled-e1600819062167-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:64:\"windows-W1N58KDE8r0-unsplash-scaled-e1600819062167-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:64:\"windows-W1N58KDE8r0-unsplash-scaled-e1600819062167-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"twentytwenty-fullscreen\";a:4:{s:4:\"file\";s:64:\"windows-W1N58KDE8r0-unsplash-scaled-e1600819062167-1980x1321.jpg\";s:5:\"width\";i:1980;s:6:\"height\";i:1321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:62:\"windows-W1N58KDE8r0-unsplash-scaled-e1600819062167-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:62:\"windows-W1N58KDE8r0-unsplash-scaled-e1600819062167-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:62:\"windows-W1N58KDE8r0-unsplash-scaled-e1600819062167-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:62:\"windows-W1N58KDE8r0-unsplash-scaled-e1600819062167-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:62:\"windows-W1N58KDE8r0-unsplash-scaled-e1600819062167-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:62:\"windows-W1N58KDE8r0-unsplash-scaled-e1600819062167-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:63:\"windows-W1N58KDE8r0-unsplash-scaled-e1600819062167-1200x801.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:32:\"windows-W1N58KDE8r0-unsplash.jpg\";}'),
+(54978, 9210, '_wp_attachment_backup_sizes', 'a:14:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1708;s:6:\"height\";i:2560;s:4:\"file\";s:39:\"windows-W1N58KDE8r0-unsplash-scaled.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:40:\"windows-W1N58KDE8r0-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:40:\"windows-W1N58KDE8r0-unsplash-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:41:\"windows-W1N58KDE8r0-unsplash-768x1151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:41:\"windows-W1N58KDE8r0-unsplash-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"1536x1536-orig\";a:4:{s:4:\"file\";s:42:\"windows-W1N58KDE8r0-unsplash-1025x1536.jpg\";s:5:\"width\";i:1025;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2048x2048-orig\";a:4:{s:4:\"file\";s:42:\"windows-W1N58KDE8r0-unsplash-1366x2048.jpg\";s:5:\"width\";i:1366;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"twentytwenty-fullscreen-orig\";a:4:{s:4:\"file\";s:42:\"windows-W1N58KDE8r0-unsplash-1980x2969.jpg\";s:5:\"width\";i:1980;s:6:\"height\";i:2969;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"woocommerce_thumbnail-orig\";a:5:{s:4:\"file\";s:40:\"windows-W1N58KDE8r0-unsplash-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:23:\"woocommerce_single-orig\";a:4:{s:4:\"file\";s:40:\"windows-W1N58KDE8r0-unsplash-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"woocommerce_gallery_thumbnail-orig\";a:4:{s:4:\"file\";s:40:\"windows-W1N58KDE8r0-unsplash-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:40:\"windows-W1N58KDE8r0-unsplash-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:40:\"windows-W1N58KDE8r0-unsplash-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:40:\"windows-W1N58KDE8r0-unsplash-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
+(54979, 9208, '__update', '1'),
+(54993, 9208, '_edit_last', '1'),
+(55007, 9208, 'range_field', '0'),
+(55008, 9208, '_range_field', 'field_5f47e967644b1'),
+(55009, 9208, 'text_field', ''),
+(55010, 9208, '_text_field', 'field_5f47e986644b2'),
+(55011, 9208, 'text_area_field', ''),
+(55012, 9208, '_text_area_field', 'field_5f47e993644b3'),
+(55013, 9208, 'button_group_field', 'button1'),
+(55014, 9208, '_button_group_field', 'field_5f47e99f644b4'),
+(55015, 9208, 'checkbox_field', ''),
+(55016, 9208, '_checkbox_field', 'field_5f47e9c5644b5'),
+(55017, 9208, 'radio_button_field', 'radiobutton1'),
+(55018, 9208, '_radio_button_field', 'field_5f47e9f3644b6'),
+(55019, 9208, 'select_field', 'select1'),
+(55020, 9208, '_select_field', 'field_5f47ea12644b7'),
+(55021, 9208, 'true_false_field', '0'),
+(55022, 9208, '_true_false_field', 'field_5f47ea28644b8'),
+(55023, 9208, 'file_field', ''),
+(55024, 9208, '_file_field', 'field_5f47ea3f644b9'),
+(55025, 9208, 'gallery_field', ''),
+(55026, 9208, '_gallery_field', 'field_5f47ea4a644ba'),
+(55027, 9208, 'image_field', ''),
+(55028, 9208, '_image_field', 'field_5f47ea53644bb'),
+(55029, 9208, 'oembed_field', ''),
+(55030, 9208, '_oembed_field', 'field_5f47ea5b644bc'),
+(55031, 9208, 'wysiwyg_editor_field', ''),
+(55032, 9208, '_wysiwyg_editor_field', 'field_5f47ea64644bd'),
+(55033, 9208, 'color_picker_field', ''),
+(55034, 9208, '_color_picker_field', 'field_5f47ea75644be'),
+(55035, 9208, 'date_picker_field', ''),
+(55036, 9208, '_date_picker_field', 'field_5f47ea7f644bf'),
+(55037, 9208, 'date_time_picker_field', ''),
+(55038, 9208, '_date_time_picker_field', 'field_5f47ea8b644c0'),
+(55039, 9208, 'google_map_field', ''),
+(55040, 9208, '_google_map_field', 'field_5f47ea9d644c1'),
+(55041, 9208, 'time_picker', ''),
+(55042, 9208, '_time_picker', 'field_5f47eaa7644c2'),
+(55043, 9208, 'flexible_content_field', ''),
+(55044, 9208, '_flexible_content_field', 'field_5f47eadf644c4'),
+(55045, 9208, 'repeater_field', ''),
+(55046, 9208, '_repeater_field', 'field_5f47eaf8644c6'),
+(55047, 9208, 'clone_field', ''),
+(55048, 9208, '_clone_field', 'field_5f47eb4b644c8'),
+(55049, 9208, 'link_field', ''),
+(55050, 9208, '_link_field', 'field_5f47eb54644c9'),
+(55051, 9208, 'page_link_field', ''),
+(55052, 9208, '_page_link_field', 'field_5f47eb5e644ca'),
+(55053, 9208, 'post_object_field', ''),
+(55054, 9208, '_post_object_field', 'field_5f47eb69644cb'),
+(55055, 9208, 'relationship_field', ''),
+(55056, 9208, '_relationship_field', 'field_5f47eb74644cc'),
+(55057, 9208, 'taxonomy_field', ''),
+(55058, 9208, '_taxonomy_field', 'field_5f47edce644cd'),
+(55059, 9208, 'user_field', ''),
+(55060, 9208, '_user_field', 'field_5f47eddc644ce'),
+(55061, 9208, '_yoast_wpseo_content_score', '30'),
+(55062, 9219, '_edit_lock', '1600825221:1'),
+(55065, 9219, '__update', '1'),
+(55079, 9219, '_edit_last', '1'),
+(55093, 9219, 'range_field', '0'),
+(55094, 9219, '_range_field', 'field_5f47e967644b1'),
+(55095, 9219, 'text_field', ''),
+(55096, 9219, '_text_field', 'field_5f47e986644b2'),
+(55097, 9219, 'text_area_field', ''),
+(55098, 9219, '_text_area_field', 'field_5f47e993644b3'),
+(55099, 9219, 'button_group_field', 'button1'),
+(55100, 9219, '_button_group_field', 'field_5f47e99f644b4'),
+(55101, 9219, 'checkbox_field', ''),
+(55102, 9219, '_checkbox_field', 'field_5f47e9c5644b5'),
+(55103, 9219, 'radio_button_field', 'radiobutton1'),
+(55104, 9219, '_radio_button_field', 'field_5f47e9f3644b6'),
+(55105, 9219, 'select_field', 'select1'),
+(55106, 9219, '_select_field', 'field_5f47ea12644b7'),
+(55107, 9219, 'true_false_field', '0'),
+(55108, 9219, '_true_false_field', 'field_5f47ea28644b8'),
+(55109, 9219, 'file_field', ''),
+(55110, 9219, '_file_field', 'field_5f47ea3f644b9'),
+(55111, 9219, 'gallery_field', ''),
+(55112, 9219, '_gallery_field', 'field_5f47ea4a644ba'),
+(55113, 9219, 'image_field', ''),
+(55114, 9219, '_image_field', 'field_5f47ea53644bb'),
+(55115, 9219, 'oembed_field', ''),
+(55116, 9219, '_oembed_field', 'field_5f47ea5b644bc'),
+(55117, 9219, 'wysiwyg_editor_field', ''),
+(55118, 9219, '_wysiwyg_editor_field', 'field_5f47ea64644bd'),
+(55119, 9219, 'color_picker_field', ''),
+(55120, 9219, '_color_picker_field', 'field_5f47ea75644be'),
+(55121, 9219, 'date_picker_field', ''),
+(55122, 9219, '_date_picker_field', 'field_5f47ea7f644bf'),
+(55123, 9219, 'date_time_picker_field', ''),
+(55124, 9219, '_date_time_picker_field', 'field_5f47ea8b644c0'),
+(55125, 9219, 'google_map_field', ''),
+(55126, 9219, '_google_map_field', 'field_5f47ea9d644c1'),
+(55127, 9219, 'time_picker', ''),
+(55128, 9219, '_time_picker', 'field_5f47eaa7644c2'),
+(55129, 9219, 'flexible_content_field', ''),
+(55130, 9219, '_flexible_content_field', 'field_5f47eadf644c4'),
+(55131, 9219, 'repeater_field', ''),
+(55132, 9219, '_repeater_field', 'field_5f47eaf8644c6'),
+(55133, 9219, 'clone_field', ''),
+(55134, 9219, '_clone_field', 'field_5f47eb4b644c8'),
+(55135, 9219, 'link_field', ''),
+(55136, 9219, '_link_field', 'field_5f47eb54644c9'),
+(55137, 9219, 'page_link_field', ''),
+(55138, 9219, '_page_link_field', 'field_5f47eb5e644ca'),
+(55139, 9219, 'post_object_field', ''),
+(55140, 9219, '_post_object_field', 'field_5f47eb69644cb'),
+(55141, 9219, 'relationship_field', ''),
+(55142, 9219, '_relationship_field', 'field_5f47eb74644cc'),
+(55143, 9219, 'taxonomy_field', ''),
+(55144, 9219, '_taxonomy_field', 'field_5f47edce644cd'),
+(55145, 9219, 'user_field', ''),
+(55146, 9219, '_user_field', 'field_5f47eddc644ce'),
+(55147, 9219, '_yoast_wpseo_content_score', '30'),
+(55154, 9204, '_wp_attachment_backup_sizes', 'a:14:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:41:\"windows-W1N58KDE8r0-unsplash-1-scaled.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:42:\"windows-W1N58KDE8r0-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:42:\"windows-W1N58KDE8r0-unsplash-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:43:\"windows-W1N58KDE8r0-unsplash-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:43:\"windows-W1N58KDE8r0-unsplash-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"1536x1536-orig\";a:4:{s:4:\"file\";s:44:\"windows-W1N58KDE8r0-unsplash-1-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2048x2048-orig\";a:4:{s:4:\"file\";s:44:\"windows-W1N58KDE8r0-unsplash-1-1366x2048.jpg\";s:5:\"width\";i:1366;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:44:\"windows-W1N58KDE8r0-unsplash-1-1200x1799.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1799;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"woocommerce_thumbnail-orig\";a:5:{s:4:\"file\";s:42:\"windows-W1N58KDE8r0-unsplash-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:23:\"woocommerce_single-orig\";a:4:{s:4:\"file\";s:42:\"windows-W1N58KDE8r0-unsplash-1-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"woocommerce_gallery_thumbnail-orig\";a:4:{s:4:\"file\";s:42:\"windows-W1N58KDE8r0-unsplash-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:42:\"windows-W1N58KDE8r0-unsplash-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:42:\"windows-W1N58KDE8r0-unsplash-1-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:42:\"windows-W1N58KDE8r0-unsplash-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
+(56086, 9361, '_edit_lock', '1601340148:1'),
+(56142, 9361, '__update', '1'),
+(56156, 9361, '_edit_last', '1'),
+(56158, 9361, '_yoast_wpseo_primary_category', '71'),
+(56546, 9431, '_edit_lock', '1600986661:1'),
+(56549, 9431, '__update', ''),
+(56563, 9431, '_edit_last', '1'),
+(56577, 9431, 'range_field', '0'),
+(56578, 9431, '_range_field', 'field_5f47e967644b1'),
+(56579, 9431, 'text_field', ''),
+(56580, 9431, '_text_field', 'field_5f47e986644b2'),
+(56581, 9431, 'text_area_field', ''),
+(56582, 9431, '_text_area_field', 'field_5f47e993644b3'),
+(56583, 9431, 'button_group_field', 'button1'),
+(56584, 9431, '_button_group_field', 'field_5f47e99f644b4'),
+(56585, 9431, 'checkbox_field', ''),
+(56586, 9431, '_checkbox_field', 'field_5f47e9c5644b5'),
+(56587, 9431, 'radio_button_field', 'radiobutton1'),
+(56588, 9431, '_radio_button_field', 'field_5f47e9f3644b6'),
+(56589, 9431, 'select_field', 'select1'),
+(56590, 9431, '_select_field', 'field_5f47ea12644b7'),
+(56591, 9431, 'true_false_field', '0'),
+(56592, 9431, '_true_false_field', 'field_5f47ea28644b8'),
+(56593, 9431, 'file_field', ''),
+(56594, 9431, '_file_field', 'field_5f47ea3f644b9'),
+(56595, 9431, 'gallery_field', ''),
+(56596, 9431, '_gallery_field', 'field_5f47ea4a644ba'),
+(56597, 9431, 'image_field', ''),
+(56598, 9431, '_image_field', 'field_5f47ea53644bb'),
+(56599, 9431, 'oembed_field', ''),
+(56600, 9431, '_oembed_field', 'field_5f47ea5b644bc'),
+(56601, 9431, 'wysiwyg_editor_field', ''),
+(56602, 9431, '_wysiwyg_editor_field', 'field_5f47ea64644bd'),
+(56603, 9431, 'color_picker_field', ''),
+(56604, 9431, '_color_picker_field', 'field_5f47ea75644be'),
+(56605, 9431, 'date_picker_field', ''),
+(56606, 9431, '_date_picker_field', 'field_5f47ea7f644bf'),
+(56607, 9431, 'date_time_picker_field', ''),
+(56608, 9431, '_date_time_picker_field', 'field_5f47ea8b644c0'),
+(56609, 9431, 'google_map_field', ''),
+(56610, 9431, '_google_map_field', 'field_5f47ea9d644c1'),
+(56611, 9431, 'time_picker', ''),
+(56612, 9431, '_time_picker', 'field_5f47eaa7644c2'),
+(56613, 9431, 'flexible_content_field', ''),
+(56614, 9431, '_flexible_content_field', 'field_5f47eadf644c4'),
+(56615, 9431, 'repeater_field', ''),
+(56616, 9431, '_repeater_field', 'field_5f47eaf8644c6'),
+(56617, 9431, 'clone_field', ''),
+(56618, 9431, '_clone_field', 'field_5f47eb4b644c8'),
+(56619, 9431, 'link_field', ''),
+(56620, 9431, '_link_field', 'field_5f47eb54644c9'),
+(56621, 9431, 'page_link_field', ''),
+(56622, 9431, '_page_link_field', 'field_5f47eb5e644ca'),
+(56623, 9431, 'post_object_field', ''),
+(56624, 9431, '_post_object_field', 'field_5f47eb69644cb'),
+(56625, 9431, 'relationship_field', ''),
+(56626, 9431, '_relationship_field', 'field_5f47eb74644cc'),
+(56627, 9431, 'taxonomy_field', ''),
+(56628, 9431, '_taxonomy_field', 'field_5f47edce644cd'),
+(56629, 9431, 'user_field', ''),
+(56630, 9431, '_user_field', 'field_5f47eddc644ce'),
+(56631, 9431, '_yoast_wpseo_content_score', '30'),
+(56632, 9437, '_edit_lock', '1600986670:1'),
+(56635, 9439, '_wp_attached_file', '2020/09/karsten-winegeart-9FZ3wIqubzQ-unsplash-scaled.jpg'),
+(56636, 9439, '__update', '1'),
+(56656, 9439, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1710;s:6:\"height\";i:2560;s:4:\"file\";s:57:\"2020/09/karsten-winegeart-9FZ3wIqubzQ-unsplash-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"karsten-winegeart-9FZ3wIqubzQ-unsplash-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"karsten-winegeart-9FZ3wIqubzQ-unsplash-684x1024.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"karsten-winegeart-9FZ3wIqubzQ-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"karsten-winegeart-9FZ3wIqubzQ-unsplash-768x1150.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:52:\"karsten-winegeart-9FZ3wIqubzQ-unsplash-1026x1536.jpg\";s:5:\"width\";i:1026;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:52:\"karsten-winegeart-9FZ3wIqubzQ-unsplash-1368x2048.jpg\";s:5:\"width\";i:1368;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"karsten-winegeart-9FZ3wIqubzQ-unsplash-1200x1797.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1797;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"twentytwenty-fullscreen\";a:4:{s:4:\"file\";s:52:\"karsten-winegeart-9FZ3wIqubzQ-unsplash-1980x2964.jpg\";s:5:\"width\";i:1980;s:6:\"height\";i:2964;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:50:\"karsten-winegeart-9FZ3wIqubzQ-unsplash-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:50:\"karsten-winegeart-9FZ3wIqubzQ-unsplash-600x898.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:898;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:50:\"karsten-winegeart-9FZ3wIqubzQ-unsplash-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:50:\"karsten-winegeart-9FZ3wIqubzQ-unsplash-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"karsten-winegeart-9FZ3wIqubzQ-unsplash-600x898.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:898;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"karsten-winegeart-9FZ3wIqubzQ-unsplash-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:42:\"karsten-winegeart-9FZ3wIqubzQ-unsplash.jpg\";}'),
+(56683, 9437, '__update', ''),
+(56697, 9437, '_edit_last', '1'),
+(56698, 9437, 'range_field', '0'),
+(56699, 9437, '_range_field', 'field_5f47e967644b1'),
+(56700, 9437, 'text_field', ''),
+(56701, 9437, '_text_field', 'field_5f47e986644b2'),
+(56702, 9437, 'text_area_field', ''),
+(56703, 9437, '_text_area_field', 'field_5f47e993644b3'),
+(56704, 9437, 'button_group_field', 'button1'),
+(56705, 9437, '_button_group_field', 'field_5f47e99f644b4'),
+(56706, 9437, 'checkbox_field', ''),
+(56707, 9437, '_checkbox_field', 'field_5f47e9c5644b5'),
+(56708, 9437, 'radio_button_field', 'radiobutton1'),
+(56709, 9437, '_radio_button_field', 'field_5f47e9f3644b6'),
+(56710, 9437, 'select_field', 'select1'),
+(56711, 9437, '_select_field', 'field_5f47ea12644b7'),
+(56712, 9437, 'true_false_field', '0'),
+(56713, 9437, '_true_false_field', 'field_5f47ea28644b8'),
+(56714, 9437, 'file_field', ''),
+(56715, 9437, '_file_field', 'field_5f47ea3f644b9'),
+(56716, 9437, 'gallery_field', ''),
+(56717, 9437, '_gallery_field', 'field_5f47ea4a644ba'),
+(56718, 9437, 'image_field', ''),
+(56719, 9437, '_image_field', 'field_5f47ea53644bb'),
+(56720, 9437, 'oembed_field', ''),
+(56721, 9437, '_oembed_field', 'field_5f47ea5b644bc'),
+(56722, 9437, 'wysiwyg_editor_field', ''),
+(56723, 9437, '_wysiwyg_editor_field', 'field_5f47ea64644bd'),
+(56724, 9437, 'color_picker_field', ''),
+(56725, 9437, '_color_picker_field', 'field_5f47ea75644be'),
+(56726, 9437, 'date_picker_field', ''),
+(56727, 9437, '_date_picker_field', 'field_5f47ea7f644bf'),
+(56728, 9437, 'date_time_picker_field', ''),
+(56729, 9437, '_date_time_picker_field', 'field_5f47ea8b644c0'),
+(56730, 9437, 'google_map_field', ''),
+(56731, 9437, '_google_map_field', 'field_5f47ea9d644c1'),
+(56732, 9437, 'time_picker', ''),
+(56733, 9437, '_time_picker', 'field_5f47eaa7644c2'),
+(56734, 9437, 'flexible_content_field', ''),
+(56735, 9437, '_flexible_content_field', 'field_5f47eadf644c4'),
+(56736, 9437, 'repeater_field', ''),
+(56737, 9437, '_repeater_field', 'field_5f47eaf8644c6'),
+(56738, 9437, 'clone_field', ''),
+(56739, 9437, '_clone_field', 'field_5f47eb4b644c8'),
+(56740, 9437, 'link_field', ''),
+(56741, 9437, '_link_field', 'field_5f47eb54644c9'),
+(56742, 9437, 'page_link_field', ''),
+(56743, 9437, '_page_link_field', 'field_5f47eb5e644ca'),
+(56744, 9437, 'post_object_field', ''),
+(56745, 9437, '_post_object_field', 'field_5f47eb69644cb'),
+(56746, 9437, 'relationship_field', ''),
+(56747, 9437, '_relationship_field', 'field_5f47eb74644cc'),
+(56748, 9437, 'taxonomy_field', ''),
+(56749, 9437, '_taxonomy_field', 'field_5f47edce644cd'),
+(56750, 9437, 'user_field', ''),
+(56751, 9437, '_user_field', 'field_5f47eddc644ce'),
+(56752, 9437, '_yoast_wpseo_content_score', '30'),
+(56779, 9431, '_wp_trash_meta_status', 'publish'),
+(56780, 9431, '_wp_trash_meta_time', '1600986804'),
+(56781, 9431, '_wp_desired_post_slug', 'image-1-full-size'),
+(56795, 9437, '_wp_trash_meta_status', 'publish'),
+(56796, 9437, '_wp_trash_meta_time', '1600986804'),
+(56797, 9437, '_wp_desired_post_slug', 'image-1-medium-size'),
+(57873, 9620, '_edit_lock', '1601075274:1'),
+(57898, 9620, '__update', '1'),
+(57912, 9620, '_edit_last', '1'),
+(57926, 9620, 'range_field', '0'),
+(57927, 9620, '_range_field', 'field_5f47e967644b1'),
+(57928, 9620, 'text_field', ''),
+(57929, 9620, '_text_field', 'field_5f47e986644b2'),
+(57930, 9620, 'text_area_field', ''),
+(57931, 9620, '_text_area_field', 'field_5f47e993644b3'),
+(57932, 9620, 'button_group_field', 'button1'),
+(57933, 9620, '_button_group_field', 'field_5f47e99f644b4'),
+(57934, 9620, 'checkbox_field', ''),
+(57935, 9620, '_checkbox_field', 'field_5f47e9c5644b5'),
+(57936, 9620, 'radio_button_field', 'radiobutton1'),
+(57937, 9620, '_radio_button_field', 'field_5f47e9f3644b6'),
+(57938, 9620, 'select_field', 'select1'),
+(57939, 9620, '_select_field', 'field_5f47ea12644b7'),
+(57940, 9620, 'true_false_field', '0'),
+(57941, 9620, '_true_false_field', 'field_5f47ea28644b8'),
+(57942, 9620, 'file_field', ''),
+(57943, 9620, '_file_field', 'field_5f47ea3f644b9'),
+(57944, 9620, 'gallery_field', ''),
+(57945, 9620, '_gallery_field', 'field_5f47ea4a644ba'),
+(57946, 9620, 'image_field', '9722'),
+(57947, 9620, '_image_field', 'field_5f47ea53644bb'),
+(57948, 9620, 'oembed_field', ''),
+(57949, 9620, '_oembed_field', 'field_5f47ea5b644bc'),
+(57950, 9620, 'wysiwyg_editor_field', ''),
+(57951, 9620, '_wysiwyg_editor_field', 'field_5f47ea64644bd'),
+(57952, 9620, 'color_picker_field', ''),
+(57953, 9620, '_color_picker_field', 'field_5f47ea75644be'),
+(57954, 9620, 'date_picker_field', ''),
+(57955, 9620, '_date_picker_field', 'field_5f47ea7f644bf'),
+(57956, 9620, 'date_time_picker_field', ''),
+(57957, 9620, '_date_time_picker_field', 'field_5f47ea8b644c0'),
+(57958, 9620, 'google_map_field', ''),
+(57959, 9620, '_google_map_field', 'field_5f47ea9d644c1'),
+(57960, 9620, 'time_picker', ''),
+(57961, 9620, '_time_picker', 'field_5f47eaa7644c2'),
+(57962, 9620, 'flexible_content_field', ''),
+(57963, 9620, '_flexible_content_field', 'field_5f47eadf644c4'),
+(57964, 9620, 'repeater_field', ''),
+(57965, 9620, '_repeater_field', 'field_5f47eaf8644c6'),
+(57966, 9620, 'clone_field', ''),
+(57967, 9620, '_clone_field', 'field_5f47eb4b644c8'),
+(57968, 9620, 'link_field', ''),
+(57969, 9620, '_link_field', 'field_5f47eb54644c9'),
+(57970, 9620, 'page_link_field', ''),
+(57971, 9620, '_page_link_field', 'field_5f47eb5e644ca'),
+(57972, 9620, 'post_object_field', ''),
+(57973, 9620, '_post_object_field', 'field_5f47eb69644cb'),
+(57974, 9620, 'relationship_field', ''),
+(57975, 9620, '_relationship_field', 'field_5f47eb74644cc'),
+(57976, 9620, 'taxonomy_field', ''),
+(57977, 9620, '_taxonomy_field', 'field_5f47edce644cd'),
+(57978, 9620, 'user_field', ''),
+(57979, 9620, '_user_field', 'field_5f47eddc644ce'),
+(57980, 9620, '_yoast_wpseo_content_score', '30'),
+(58007, 9634, '_edit_lock', '1601073662:1'),
+(58008, 9634, '__update', '1'),
+(58022, 9634, '_edit_last', '1'),
+(58036, 9634, 'range_field', '0'),
+(58037, 9634, '_range_field', 'field_5f47e967644b1'),
+(58038, 9634, 'text_field', ''),
+(58039, 9634, '_text_field', 'field_5f47e986644b2'),
+(58040, 9634, 'text_area_field', ''),
+(58041, 9634, '_text_area_field', 'field_5f47e993644b3'),
+(58042, 9634, 'button_group_field', 'button1'),
+(58043, 9634, '_button_group_field', 'field_5f47e99f644b4'),
+(58044, 9634, 'checkbox_field', ''),
+(58045, 9634, '_checkbox_field', 'field_5f47e9c5644b5'),
+(58046, 9634, 'radio_button_field', 'radiobutton1'),
+(58047, 9634, '_radio_button_field', 'field_5f47e9f3644b6'),
+(58048, 9634, 'select_field', 'select1'),
+(58049, 9634, '_select_field', 'field_5f47ea12644b7'),
+(58050, 9634, 'true_false_field', '0'),
+(58051, 9634, '_true_false_field', 'field_5f47ea28644b8'),
+(58052, 9634, 'file_field', ''),
+(58053, 9634, '_file_field', 'field_5f47ea3f644b9'),
+(58054, 9634, 'gallery_field', ''),
+(58055, 9634, '_gallery_field', 'field_5f47ea4a644ba'),
+(58056, 9634, 'image_field', ''),
+(58057, 9634, '_image_field', 'field_5f47ea53644bb'),
+(58058, 9634, 'oembed_field', ''),
+(58059, 9634, '_oembed_field', 'field_5f47ea5b644bc'),
+(58060, 9634, 'wysiwyg_editor_field', ''),
+(58061, 9634, '_wysiwyg_editor_field', 'field_5f47ea64644bd'),
+(58062, 9634, 'color_picker_field', ''),
+(58063, 9634, '_color_picker_field', 'field_5f47ea75644be'),
+(58064, 9634, 'date_picker_field', ''),
+(58065, 9634, '_date_picker_field', 'field_5f47ea7f644bf'),
+(58066, 9634, 'date_time_picker_field', ''),
+(58067, 9634, '_date_time_picker_field', 'field_5f47ea8b644c0'),
+(58068, 9634, 'google_map_field', ''),
+(58069, 9634, '_google_map_field', 'field_5f47ea9d644c1'),
+(58070, 9634, 'time_picker', ''),
+(58071, 9634, '_time_picker', 'field_5f47eaa7644c2'),
+(58072, 9634, 'flexible_content_field', ''),
+(58073, 9634, '_flexible_content_field', 'field_5f47eadf644c4'),
+(58074, 9634, 'repeater_field', ''),
+(58075, 9634, '_repeater_field', 'field_5f47eaf8644c6'),
+(58076, 9634, 'clone_field', ''),
+(58077, 9634, '_clone_field', 'field_5f47eb4b644c8'),
+(58078, 9634, 'link_field', ''),
+(58079, 9634, '_link_field', 'field_5f47eb54644c9'),
+(58080, 9634, 'page_link_field', ''),
+(58081, 9634, '_page_link_field', 'field_5f47eb5e644ca'),
+(58082, 9634, 'post_object_field', ''),
+(58083, 9634, '_post_object_field', 'field_5f47eb69644cb'),
+(58084, 9634, 'relationship_field', ''),
+(58085, 9634, '_relationship_field', 'field_5f47eb74644cc'),
+(58086, 9634, 'taxonomy_field', ''),
+(58087, 9634, '_taxonomy_field', 'field_5f47edce644cd'),
+(58088, 9634, 'user_field', ''),
+(58089, 9634, '_user_field', 'field_5f47eddc644ce'),
+(58090, 9634, '_yoast_wpseo_content_score', '30'),
+(58158, 9646, 'range_field', '0'),
+(58159, 9646, 'text_field', ''),
+(58160, 9646, 'text_area_field', ''),
+(58161, 9646, 'button_group_field', 'button1'),
+(58162, 9646, 'checkbox_field', ''),
+(58163, 9646, 'radio_button_field', 'radiobutton1'),
+(58164, 9646, 'select_field', 'select1'),
+(58165, 9646, 'true_false_field', '0'),
+(58166, 9646, 'file_field', ''),
+(58167, 9646, 'gallery_field', ''),
+(58168, 9646, 'image_field', ''),
+(58169, 9646, 'oembed_field', ''),
+(58170, 9646, 'wysiwyg_editor_field', ''),
+(58171, 9646, 'color_picker_field', ''),
+(58172, 9646, 'date_picker_field', ''),
+(58173, 9646, 'date_time_picker_field', ''),
+(58174, 9646, 'google_map_field', ''),
+(58175, 9646, 'time_picker', ''),
+(58176, 9646, 'flexible_content_field', ''),
+(58177, 9646, 'repeater_field', ''),
+(58178, 9646, 'clone_field', ''),
+(58179, 9646, 'link_field', ''),
+(58180, 9646, 'page_link_field', ''),
+(58181, 9646, 'post_object_field', ''),
+(58182, 9646, 'relationship_field', ''),
+(58183, 9646, 'taxonomy_field', ''),
+(58184, 9646, 'user_field', ''),
+(58185, 9646, '_edit_lock', '1601073659:1'),
+(58186, 9646, '__update', '1'),
+(58200, 9646, '_edit_last', '1'),
+(58214, 9646, '_range_field', 'field_5f47e967644b1'),
+(58215, 9646, '_text_field', 'field_5f47e986644b2'),
+(58216, 9646, '_text_area_field', 'field_5f47e993644b3'),
+(58217, 9646, '_button_group_field', 'field_5f47e99f644b4'),
+(58218, 9646, '_checkbox_field', 'field_5f47e9c5644b5'),
+(58219, 9646, '_radio_button_field', 'field_5f47e9f3644b6'),
+(58220, 9646, '_select_field', 'field_5f47ea12644b7'),
+(58221, 9646, '_true_false_field', 'field_5f47ea28644b8'),
+(58222, 9646, '_file_field', 'field_5f47ea3f644b9'),
+(58223, 9646, '_gallery_field', 'field_5f47ea4a644ba'),
+(58224, 9646, '_image_field', 'field_5f47ea53644bb'),
+(58225, 9646, '_oembed_field', 'field_5f47ea5b644bc'),
+(58226, 9646, '_wysiwyg_editor_field', 'field_5f47ea64644bd'),
+(58227, 9646, '_color_picker_field', 'field_5f47ea75644be'),
+(58228, 9646, '_date_picker_field', 'field_5f47ea7f644bf'),
+(58229, 9646, '_date_time_picker_field', 'field_5f47ea8b644c0');
+INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
+(58230, 9646, '_google_map_field', 'field_5f47ea9d644c1'),
+(58231, 9646, '_time_picker', 'field_5f47eaa7644c2'),
+(58232, 9646, '_flexible_content_field', 'field_5f47eadf644c4'),
+(58233, 9646, '_repeater_field', 'field_5f47eaf8644c6'),
+(58234, 9646, '_clone_field', 'field_5f47eb4b644c8'),
+(58235, 9646, '_link_field', 'field_5f47eb54644c9'),
+(58236, 9646, '_page_link_field', 'field_5f47eb5e644ca'),
+(58237, 9646, '_post_object_field', 'field_5f47eb69644cb'),
+(58238, 9646, '_relationship_field', 'field_5f47eb74644cc'),
+(58239, 9646, '_taxonomy_field', 'field_5f47edce644cd'),
+(58240, 9646, '_user_field', 'field_5f47eddc644ce'),
+(58241, 9646, '_yoast_wpseo_content_score', '30'),
+(58680, 9620, '_wp_page_template', 'default'),
+(58694, 9634, '_wp_page_template', 'default'),
+(58708, 9646, '_wp_page_template', 'default'),
+(58728, 9722, '_wp_attached_file', '2020/09/imagename-300x163-1-scaled.jpg'),
+(58729, 9722, '__update', '1'),
+(58749, 9722, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1989;s:6:\"height\";i:2560;s:4:\"file\";s:38:\"2020/09/imagename-300x163-1-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"imagename-300x163-1-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"imagename-300x163-1-796x1024.jpg\";s:5:\"width\";i:796;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"imagename-300x163-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"imagename-300x163-1-768x988.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:988;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"imagename-300x163-1-1193x1536.jpg\";s:5:\"width\";i:1193;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:33:\"imagename-300x163-1-1591x2048.jpg\";s:5:\"width\";i:1591;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"imagename-300x163-1-1200x1544.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1544;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"twentytwenty-fullscreen\";a:4:{s:4:\"file\";s:33:\"imagename-300x163-1-1980x2548.jpg\";s:5:\"width\";i:1980;s:6:\"height\";i:2548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"imagename-300x163-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"imagename-300x163-1-600x772.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:772;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"imagename-300x163-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"imagename-300x163-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"imagename-300x163-1-600x772.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:772;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"imagename-300x163-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:23:\"imagename-300x163-1.jpg\";}'),
+(59392, 9818, '_edit_lock', '1601330398:1'),
+(59417, 9818, '__update', '1'),
+(59431, 9818, '_edit_last', '1'),
+(59432, 9818, 'range_field', '0'),
+(59433, 9818, '_range_field', 'field_5f47e967644b1'),
+(59434, 9818, 'text_field', ''),
+(59435, 9818, '_text_field', 'field_5f47e986644b2'),
+(59436, 9818, 'text_area_field', ''),
+(59437, 9818, '_text_area_field', 'field_5f47e993644b3'),
+(59438, 9818, 'button_group_field', 'button1'),
+(59439, 9818, '_button_group_field', 'field_5f47e99f644b4'),
+(59440, 9818, 'checkbox_field', ''),
+(59441, 9818, '_checkbox_field', 'field_5f47e9c5644b5'),
+(59442, 9818, 'radio_button_field', 'radiobutton1'),
+(59443, 9818, '_radio_button_field', 'field_5f47e9f3644b6'),
+(59444, 9818, 'select_field', 'select1'),
+(59445, 9818, '_select_field', 'field_5f47ea12644b7'),
+(59446, 9818, 'true_false_field', '0'),
+(59447, 9818, '_true_false_field', 'field_5f47ea28644b8'),
+(59448, 9818, 'file_field', ''),
+(59449, 9818, '_file_field', 'field_5f47ea3f644b9'),
+(59450, 9818, 'gallery_field', ''),
+(59451, 9818, '_gallery_field', 'field_5f47ea4a644ba'),
+(59452, 9818, 'image_field', ''),
+(59453, 9818, '_image_field', 'field_5f47ea53644bb'),
+(59454, 9818, 'oembed_field', ''),
+(59455, 9818, '_oembed_field', 'field_5f47ea5b644bc'),
+(59456, 9818, 'wysiwyg_editor_field', ''),
+(59457, 9818, '_wysiwyg_editor_field', 'field_5f47ea64644bd'),
+(59458, 9818, 'color_picker_field', ''),
+(59459, 9818, '_color_picker_field', 'field_5f47ea75644be'),
+(59460, 9818, 'date_picker_field', ''),
+(59461, 9818, '_date_picker_field', 'field_5f47ea7f644bf'),
+(59462, 9818, 'date_time_picker_field', ''),
+(59463, 9818, '_date_time_picker_field', 'field_5f47ea8b644c0'),
+(59464, 9818, 'google_map_field', ''),
+(59465, 9818, '_google_map_field', 'field_5f47ea9d644c1'),
+(59466, 9818, 'time_picker', ''),
+(59467, 9818, '_time_picker', 'field_5f47eaa7644c2'),
+(59468, 9818, 'flexible_content_field', ''),
+(59469, 9818, '_flexible_content_field', 'field_5f47eadf644c4'),
+(59470, 9818, 'repeater_field', ''),
+(59471, 9818, '_repeater_field', 'field_5f47eaf8644c6'),
+(59472, 9818, 'clone_field', ''),
+(59473, 9818, '_clone_field', 'field_5f47eb4b644c8'),
+(59474, 9818, 'link_field', ''),
+(59475, 9818, '_link_field', 'field_5f47eb54644c9'),
+(59476, 9818, 'page_link_field', ''),
+(59477, 9818, '_page_link_field', 'field_5f47eb5e644ca'),
+(59478, 9818, 'post_object_field', ''),
+(59479, 9818, '_post_object_field', 'field_5f47eb69644cb'),
+(59480, 9818, 'relationship_field', ''),
+(59481, 9818, '_relationship_field', 'field_5f47eb74644cc'),
+(59482, 9818, 'taxonomy_field', ''),
+(59483, 9818, '_taxonomy_field', 'field_5f47edce644cd'),
+(59484, 9818, 'user_field', ''),
+(59485, 9818, '_user_field', 'field_5f47eddc644ce'),
+(59486, 9818, '_yoast_wpseo_content_score', '30'),
+(59493, 9827, '_wp_attached_file', '2020/09/5642fae96ade14100be5-scaled.jpg'),
+(59494, 9827, '__update', '1'),
+(59514, 9827, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1706;s:6:\"height\";i:2560;s:4:\"file\";s:39:\"2020/09/5642fae96ade14100be5-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"5642fae96ade14100be5-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"5642fae96ade14100be5-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"5642fae96ade14100be5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"5642fae96ade14100be5-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:34:\"5642fae96ade14100be5-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:34:\"5642fae96ade14100be5-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"5642fae96ade14100be5-1200x1800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"twentytwenty-fullscreen\";a:4:{s:4:\"file\";s:34:\"5642fae96ade14100be5-1980x2970.jpg\";s:5:\"width\";i:1980;s:6:\"height\";i:2970;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"5642fae96ade14100be5-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"5642fae96ade14100be5-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"5642fae96ade14100be5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"5642fae96ade14100be5-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"5642fae96ade14100be5-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"5642fae96ade14100be5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:24:\"5642fae96ade14100be5.jpg\";}'),
+(61034, 10050, '_edit_lock', '1601340469:1'),
+(61035, 10050, '_edit_last', '1'),
+(61036, 10050, '_yoast_wpseo_primary_category', '23'),
+(61247, 10081, '_edit_lock', '1601493540:1'),
+(61249, 10081, '__update', ''),
+(61263, 10081, '_edit_last', '1'),
+(61278, 10081, '_yoast_wpseo_primary_category', '23'),
+(61279, 10081, '_yoast_wpseo_content_score', '60'),
+(61349, 10081, '_encloseme', '1'),
+(61363, 10081, '_wp_trash_meta_status', 'publish'),
+(61364, 10081, '_wp_trash_meta_time', '1601493539'),
+(61365, 10081, '_wp_desired_post_slug', 'beforechangenode-test'),
+(62836, 10311, '_edit_lock', '1601601002:1'),
+(62837, 10311, '_edit_last', '1'),
+(62838, 10311, '__update', '1'),
+(62845, 10313, '__update', '1'),
+(62852, 10315, '_edit_lock', '1601601418:1'),
+(62855, 10315, '__update', '1'),
+(62869, 10315, '_edit_last', '1'),
+(62870, 10315, 'test_field', 'test field value'),
+(62871, 10315, '_test_field', 'field_5f767e4432e14'),
+(63552, 10424, '__update', '1'),
+(63559, 10426, '__update', '1'),
+(63566, 10428, '__update', '1'),
+(63573, 10430, '__update', '1'),
+(63622, 10439, '_wp_attached_file', '2020/10/sample.pdf'),
+(63623, 10439, '__update', '1'),
+(63656, 10439, '_wp_attachment_metadata', 'a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:14:\"sample-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"sample-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"sample-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"sample-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),
+(63657, 10445, '_wp_attached_file', '2020/10/sample.doc'),
+(63658, 10445, '__update', '1'),
+(63678, 10449, '_wp_attached_file', '2020/10/sample-mp4-file.mp4'),
+(63679, 10449, '__update', '1'),
+(63699, 10449, '_wp_attachment_metadata', 'a:10:{s:8:\"filesize\";i:10546620;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:126;s:16:\"length_formatted\";s:4:\"2:06\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:0;}'),
+(63700, 10453, '_wp_attached_file', '2020/10/sample-mov-file.mov'),
+(63701, 10453, '__update', '1'),
+(63721, 10453, '_wp_attachment_metadata', 'a:12:{s:8:\"lossless\";b:0;s:8:\"filesize\";i:14461898;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:126;s:16:\"length_formatted\";s:4:\"2:06\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"codec\";s:21:\"Lavc58.80.100 libx264\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:-2082844800;}'),
+(63748, 7646, 'pdf', '10439'),
+(63749, 7646, '_pdf', 'field_5f777f123694a'),
+(63750, 7646, 'doc', '10445'),
+(63751, 7646, '_doc', 'field_5f777f1a3694b'),
+(63752, 7646, 'mp4', '10449'),
+(63753, 7646, '_mp4', 'field_5f777f213694c'),
+(63754, 7646, 'mov', '10453'),
+(63755, 7646, '_mov', 'field_5f777f303694d'),
+(63782, 10465, '_edit_lock', '1602123165:1'),
+(63785, 10467, '_wp_attached_file', '2020/10/sampleinline-html.doc'),
+(63786, 10467, '__update', '1'),
+(63806, 10471, '_wp_attached_file', '2020/10/sample-avi-fileinline-html.avi'),
+(63807, 10471, '__update', '1'),
+(63827, 10471, '_wp_attachment_metadata', 'a:13:{s:8:\"lossless\";b:0;s:7:\"bitrate\";i:392689;s:12:\"bitrate_mode\";s:3:\"vbr\";s:8:\"filesize\";i:8324510;s:9:\"mime_type\";s:9:\"video/avi\";s:6:\"length\";i:126;s:16:\"length_formatted\";s:4:\"2:06\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:10:\"fileformat\";s:3:\"avi\";s:10:\"dataformat\";s:3:\"avi\";s:5:\"codec\";s:29:\"Microsoft MPEG-4 (low-motion)\";s:5:\"audio\";a:11:{s:10:\"dataformat\";s:3:\"wav\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:10:\"wformattag\";i:2;s:5:\"codec\";s:15:\"Microsoft ADPCM\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:128000;s:15:\"bits_per_sample\";i:4;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.36281179138321995;}}'),
+(63828, 10475, '_wp_attached_file', '2020/10/sample-mp4-fileinline-html.mp4'),
+(63829, 10475, '__update', '1'),
+(63849, 10475, '_wp_attachment_metadata', 'a:10:{s:8:\"filesize\";i:10546620;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:126;s:16:\"length_formatted\";s:4:\"2:06\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:0;}'),
+(63850, 10479, '_wp_attached_file', '2020/10/sample-mov-fileinline-html.mov'),
+(63851, 10479, '__update', '1'),
+(63871, 10479, '_wp_attachment_metadata', 'a:12:{s:8:\"lossless\";b:0;s:8:\"filesize\";i:14461898;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:126;s:16:\"length_formatted\";s:4:\"2:06\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"codec\";s:21:\"Lavc58.80.100 libx264\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:-2082844800;}'),
+(64082, 10513, '_edit_lock', '1601929737:1'),
+(64085, 10515, '_wp_attached_file', '2020/10/jessie-mccall-a9_8YKoqIYo-unsplash-scaled.jpg'),
+(64086, 10515, '__update', '1'),
+(64106, 10515, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:53:\"2020/10/jessie-mccall-a9_8YKoqIYo-unsplash-scaled.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"jessie-mccall-a9_8YKoqIYo-unsplash-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"jessie-mccall-a9_8YKoqIYo-unsplash-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"jessie-mccall-a9_8YKoqIYo-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"jessie-mccall-a9_8YKoqIYo-unsplash-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:48:\"jessie-mccall-a9_8YKoqIYo-unsplash-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:48:\"jessie-mccall-a9_8YKoqIYo-unsplash-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"twentytwenty-fullscreen\";a:4:{s:4:\"file\";s:48:\"jessie-mccall-a9_8YKoqIYo-unsplash-1980x2970.jpg\";s:5:\"width\";i:1980;s:6:\"height\";i:2970;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:46:\"jessie-mccall-a9_8YKoqIYo-unsplash-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:46:\"jessie-mccall-a9_8YKoqIYo-unsplash-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:46:\"jessie-mccall-a9_8YKoqIYo-unsplash-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:46:\"jessie-mccall-a9_8YKoqIYo-unsplash-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"jessie-mccall-a9_8YKoqIYo-unsplash-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"jessie-mccall-a9_8YKoqIYo-unsplash-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:38:\"jessie-mccall-a9_8YKoqIYo-unsplash.jpg\";}'),
+(64107, 10513, '__update', '1'),
+(64121, 10513, '_edit_last', '1'),
+(64135, 10513, 'range_field', '0'),
+(64136, 10513, '_range_field', 'field_5f47e967644b1'),
+(64137, 10513, 'text_field', ''),
+(64138, 10513, '_text_field', 'field_5f47e986644b2'),
+(64139, 10513, 'text_area_field', ''),
+(64140, 10513, '_text_area_field', 'field_5f47e993644b3'),
+(64141, 10513, 'button_group_field', 'button1'),
+(64142, 10513, '_button_group_field', 'field_5f47e99f644b4'),
+(64143, 10513, 'checkbox_field', ''),
+(64144, 10513, '_checkbox_field', 'field_5f47e9c5644b5'),
+(64145, 10513, 'radio_button_field', 'radiobutton1'),
+(64146, 10513, '_radio_button_field', 'field_5f47e9f3644b6'),
+(64147, 10513, 'select_field', 'select1'),
+(64148, 10513, '_select_field', 'field_5f47ea12644b7'),
+(64149, 10513, 'true_false_field', '0'),
+(64150, 10513, '_true_false_field', 'field_5f47ea28644b8'),
+(64151, 10513, 'file_field', ''),
+(64152, 10513, '_file_field', 'field_5f47ea3f644b9'),
+(64153, 10513, 'gallery_field', ''),
+(64154, 10513, '_gallery_field', 'field_5f47ea4a644ba'),
+(64155, 10513, 'image_field', ''),
+(64156, 10513, '_image_field', 'field_5f47ea53644bb'),
+(64157, 10513, 'oembed_field', ''),
+(64158, 10513, '_oembed_field', 'field_5f47ea5b644bc'),
+(64159, 10513, 'wysiwyg_editor_field', ''),
+(64160, 10513, '_wysiwyg_editor_field', 'field_5f47ea64644bd'),
+(64161, 10513, 'color_picker_field', ''),
+(64162, 10513, '_color_picker_field', 'field_5f47ea75644be'),
+(64163, 10513, 'date_picker_field', ''),
+(64164, 10513, '_date_picker_field', 'field_5f47ea7f644bf'),
+(64165, 10513, 'date_time_picker_field', ''),
+(64166, 10513, '_date_time_picker_field', 'field_5f47ea8b644c0'),
+(64167, 10513, 'google_map_field', ''),
+(64168, 10513, '_google_map_field', 'field_5f47ea9d644c1'),
+(64169, 10513, 'time_picker', ''),
+(64170, 10513, '_time_picker', 'field_5f47eaa7644c2'),
+(64171, 10513, 'flexible_content_field', ''),
+(64172, 10513, '_flexible_content_field', 'field_5f47eadf644c4'),
+(64173, 10513, 'repeater_field', ''),
+(64174, 10513, '_repeater_field', 'field_5f47eaf8644c6'),
+(64175, 10513, 'clone_field', ''),
+(64176, 10513, '_clone_field', 'field_5f47eb4b644c8'),
+(64177, 10513, 'link_field', ''),
+(64178, 10513, '_link_field', 'field_5f47eb54644c9'),
+(64179, 10513, 'page_link_field', ''),
+(64180, 10513, '_page_link_field', 'field_5f47eb5e644ca'),
+(64181, 10513, 'post_object_field', ''),
+(64182, 10513, '_post_object_field', 'field_5f47eb69644cb'),
+(64183, 10513, 'relationship_field', ''),
+(64184, 10513, '_relationship_field', 'field_5f47eb74644cc'),
+(64185, 10513, 'taxonomy_field', ''),
+(64186, 10513, '_taxonomy_field', 'field_5f47edce644cd'),
+(64187, 10513, 'user_field', ''),
+(64188, 10513, '_user_field', 'field_5f47eddc644ce'),
+(64189, 10513, 'pdf', ''),
+(64190, 10513, '_pdf', 'field_5f777f123694a'),
+(64191, 10513, 'doc', ''),
+(64192, 10513, '_doc', 'field_5f777f1a3694b'),
+(64193, 10513, 'mp4', ''),
+(64194, 10513, '_mp4', 'field_5f777f213694c'),
+(64195, 10513, 'mov', ''),
+(64196, 10513, '_mov', 'field_5f777f303694d'),
+(64197, 10513, '_yoast_wpseo_content_score', '30'),
+(64561, 8964, 'pdf', ''),
+(64562, 8964, '_pdf', 'field_5f777f123694a'),
+(64563, 8964, 'doc', ''),
+(64564, 8964, '_doc', 'field_5f777f1a3694b'),
+(64565, 8964, 'mp4', ''),
+(64566, 8964, '_mp4', 'field_5f777f213694c'),
+(64567, 8964, 'mov', ''),
+(64568, 8964, '_mov', 'field_5f777f303694d'),
+(64886, 10621, '_wp_attached_file', '2020/10/mattmullenweg-interview.mp3'),
+(64887, 10621, '__update', '1'),
+(64920, 10621, '_wp_attachment_metadata', 'a:16:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:11025;s:7:\"bitrate\";i:32000;s:11:\"channelmode\";s:12:\"joint stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.96r\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:19:\"--alt-preset cbr 32\";s:17:\"compression_ratio\";d:0.09070294784580499;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:1220230;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:305;s:16:\"length_formatted\";s:4:\"5:05\";}'),
+(64921, 10627, '_wp_attached_file', '2020/10/giphy.mp4'),
+(64922, 10627, '__update', '1'),
+(64942, 10627, '_wp_attachment_metadata', 'a:10:{s:7:\"bitrate\";i:541231;s:8:\"filesize\";i:542847;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:8;s:16:\"length_formatted\";s:4:\"0:08\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:-2082844800;}'),
+(64971, 94, 'enclosure', 'https://devgatsbyint.wpengine.com/wp-content/uploads/2020/10/mattmullenweg-interview.mp3\n1220230\naudio/mpeg\n'),
+(64972, 94, 'enclosure', 'https://devgatsbyint.wpengine.com/wp-content/uploads/2020/10/giphy.mp4\n542847\nvideo/mp4\n'),
+(65326, 10465, '__update', '1'),
+(65340, 10465, '_edit_last', '1'),
+(65341, 10465, 'range_field', '0'),
+(65342, 10465, '_range_field', 'field_5f47e967644b1'),
+(65343, 10465, 'text_field', ''),
+(65344, 10465, '_text_field', 'field_5f47e986644b2'),
+(65345, 10465, 'text_area_field', ''),
+(65346, 10465, '_text_area_field', 'field_5f47e993644b3'),
+(65347, 10465, 'button_group_field', 'button1'),
+(65348, 10465, '_button_group_field', 'field_5f47e99f644b4'),
+(65349, 10465, 'checkbox_field', ''),
+(65350, 10465, '_checkbox_field', 'field_5f47e9c5644b5'),
+(65351, 10465, 'radio_button_field', 'radiobutton1'),
+(65352, 10465, '_radio_button_field', 'field_5f47e9f3644b6'),
+(65353, 10465, 'select_field', 'select1'),
+(65354, 10465, '_select_field', 'field_5f47ea12644b7'),
+(65355, 10465, 'true_false_field', '0'),
+(65356, 10465, '_true_false_field', 'field_5f47ea28644b8'),
+(65357, 10465, 'file_field', ''),
+(65358, 10465, '_file_field', 'field_5f47ea3f644b9'),
+(65359, 10465, 'gallery_field', ''),
+(65360, 10465, '_gallery_field', 'field_5f47ea4a644ba'),
+(65361, 10465, 'image_field', ''),
+(65362, 10465, '_image_field', 'field_5f47ea53644bb'),
+(65363, 10465, 'oembed_field', ''),
+(65364, 10465, '_oembed_field', 'field_5f47ea5b644bc'),
+(65365, 10465, 'wysiwyg_editor_field', ''),
+(65366, 10465, '_wysiwyg_editor_field', 'field_5f47ea64644bd'),
+(65367, 10465, 'color_picker_field', ''),
+(65368, 10465, '_color_picker_field', 'field_5f47ea75644be'),
+(65369, 10465, 'date_picker_field', ''),
+(65370, 10465, '_date_picker_field', 'field_5f47ea7f644bf'),
+(65371, 10465, 'date_time_picker_field', ''),
+(65372, 10465, '_date_time_picker_field', 'field_5f47ea8b644c0'),
+(65373, 10465, 'google_map_field', ''),
+(65374, 10465, '_google_map_field', 'field_5f47ea9d644c1'),
+(65375, 10465, 'time_picker', ''),
+(65376, 10465, '_time_picker', 'field_5f47eaa7644c2'),
+(65377, 10465, 'flexible_content_field', ''),
+(65378, 10465, '_flexible_content_field', 'field_5f47eadf644c4'),
+(65379, 10465, 'repeater_field', ''),
+(65380, 10465, '_repeater_field', 'field_5f47eaf8644c6'),
+(65381, 10465, 'clone_field', ''),
+(65382, 10465, '_clone_field', 'field_5f47eb4b644c8'),
+(65383, 10465, 'link_field', ''),
+(65384, 10465, '_link_field', 'field_5f47eb54644c9'),
+(65385, 10465, 'page_link_field', ''),
+(65386, 10465, '_page_link_field', 'field_5f47eb5e644ca'),
+(65387, 10465, 'post_object_field', ''),
+(65388, 10465, '_post_object_field', 'field_5f47eb69644cb'),
+(65389, 10465, 'relationship_field', ''),
+(65390, 10465, '_relationship_field', 'field_5f47eb74644cc'),
+(65391, 10465, 'taxonomy_field', ''),
+(65392, 10465, '_taxonomy_field', 'field_5f47edce644cd'),
+(65393, 10465, 'user_field', ''),
+(65394, 10465, '_user_field', 'field_5f47eddc644ce'),
+(65395, 10465, 'pdf', ''),
+(65396, 10465, '_pdf', 'field_5f777f123694a'),
+(65397, 10465, 'doc', ''),
+(65398, 10465, '_doc', 'field_5f777f1a3694b'),
+(65399, 10465, 'mp4', ''),
+(65400, 10465, '_mp4', 'field_5f777f213694c'),
+(65401, 10465, 'mov', ''),
+(65402, 10465, '_mov', 'field_5f777f303694d'),
+(65403, 10465, '_yoast_wpseo_content_score', '60'),
+(65404, 10690, '_wp_attached_file', '2020/10/sample-mov-fileinline-html-1.mov'),
+(65405, 10690, '__update', '1'),
+(65425, 10690, '_wp_attachment_metadata', 'a:12:{s:8:\"lossless\";b:0;s:8:\"filesize\";i:14461898;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:126;s:16:\"length_formatted\";s:4:\"2:06\";s:5:\"width\";i:320;s:6:\"height\";i:240;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"codec\";s:21:\"Lavc58.80.100 libx264\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:-2082844800;}'),
+(65491, 10705, '_wp_attached_file', '2020/10/BabyElephantWalk60.wav'),
+(65492, 10705, '__update', '1'),
+(65512, 10705, '_wp_attachment_metadata', 'a:16:{s:10:\"dataformat\";s:3:\"wav\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:10:\"wformattag\";i:1;s:5:\"codec\";s:27:\"Pulse Code Modulation (PCM)\";s:8:\"channels\";i:1;s:11:\"sample_rate\";i:22050;s:7:\"bitrate\";i:352800;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:1;s:11:\"channelmode\";s:4:\"mono\";s:17:\"compression_ratio\";i:1;s:10:\"fileformat\";s:3:\"wav\";s:8:\"filesize\";i:2646044;s:9:\"mime_type\";s:9:\"audio/wav\";s:6:\"length\";i:60;s:16:\"length_formatted\";s:4:\"1:00\";}'),
+(65552, 10715, '_wp_attached_file', '2020/10/Screen-Shot-2020-07-30-at-1.34.09-PM.png'),
+(65553, 10715, '__update', '1'),
+(65573, 10715, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1230;s:6:\"height\";i:204;s:4:\"file\";s:48:\"2020/10/Screen-Shot-2020-07-30-at-1.34.09-PM.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2020-07-30-at-1.34.09-PM-300x50.png\";s:5:\"width\";i:300;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-07-30-at-1.34.09-PM-1024x170.png\";s:5:\"width\";i:1024;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-07-30-at-1.34.09-PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-07-30-at-1.34.09-PM-768x127.png\";s:5:\"width\";i:768;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2020-07-30-at-1.34.09-PM-1200x199.png\";s:5:\"width\";i:1200;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:48:\"Screen-Shot-2020-07-30-at-1.34.09-PM-450x204.png\";s:5:\"width\";i:450;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-07-30-at-1.34.09-PM-600x100.png\";s:5:\"width\";i:600;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-07-30-at-1.34.09-PM-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-07-30-at-1.34.09-PM-450x204.png\";s:5:\"width\";i:450;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-07-30-at-1.34.09-PM-600x100.png\";s:5:\"width\";i:600;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2020-07-30-at-1.34.09-PM-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
+(67012, 10927, '_wp_attached_file', '2020/10/karsten-winegeart-5zzY1WvIRRQ-unsplash-scaled.jpg'),
+(67013, 10927, '__update', '1'),
+(67033, 10927, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1710;s:6:\"height\";i:2560;s:4:\"file\";s:57:\"2020/10/karsten-winegeart-5zzY1WvIRRQ-unsplash-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"karsten-winegeart-5zzY1WvIRRQ-unsplash-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"karsten-winegeart-5zzY1WvIRRQ-unsplash-684x1024.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"karsten-winegeart-5zzY1WvIRRQ-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"karsten-winegeart-5zzY1WvIRRQ-unsplash-768x1150.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:52:\"karsten-winegeart-5zzY1WvIRRQ-unsplash-1026x1536.jpg\";s:5:\"width\";i:1026;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:52:\"karsten-winegeart-5zzY1WvIRRQ-unsplash-1368x2048.jpg\";s:5:\"width\";i:1368;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:52:\"karsten-winegeart-5zzY1WvIRRQ-unsplash-1200x1797.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1797;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"twentytwenty-fullscreen\";a:4:{s:4:\"file\";s:52:\"karsten-winegeart-5zzY1WvIRRQ-unsplash-1980x2964.jpg\";s:5:\"width\";i:1980;s:6:\"height\";i:2964;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:50:\"karsten-winegeart-5zzY1WvIRRQ-unsplash-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:50:\"karsten-winegeart-5zzY1WvIRRQ-unsplash-600x898.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:898;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:50:\"karsten-winegeart-5zzY1WvIRRQ-unsplash-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:50:\"karsten-winegeart-5zzY1WvIRRQ-unsplash-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"karsten-winegeart-5zzY1WvIRRQ-unsplash-600x898.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:898;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"karsten-winegeart-5zzY1WvIRRQ-unsplash-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:42:\"karsten-winegeart-5zzY1WvIRRQ-unsplash.jpg\";}'),
+(67771, 11040, 'action_type', 'UPDATE'),
+(67772, 11040, 'referenced_node_status', 'publish'),
+(67773, 11040, 'referenced_node_id', '2'),
+(67774, 11040, 'referenced_node_relay_id', 'cG9zdDoy'),
+(67775, 11040, 'referenced_node_single_name', 'page'),
+(67776, 11040, 'referenced_node_plural_name', 'pages'),
+(67777, 11040, 'referenced_node_post_modified', '2020-10-09 23:32:01'),
+(67778, 11041, 'action_type', 'UPDATE'),
+(67779, 11041, 'referenced_node_status', 'publish'),
+(67780, 11041, 'referenced_node_id', '1'),
+(67781, 11041, 'referenced_node_relay_id', 'dXNlcjox'),
+(67782, 11041, 'referenced_node_single_name', 'user'),
+(67783, 11041, 'referenced_node_plural_name', 'users'),
+(67785, 11042, 'action_type', 'UPDATE'),
+(67786, 11042, 'referenced_node_status', 'publish'),
+(67787, 11042, 'referenced_node_id', '1'),
+(67788, 11042, 'referenced_node_relay_id', 'cG9zdDox'),
+(67789, 11042, 'referenced_node_single_name', 'post'),
+(67790, 11042, 'referenced_node_plural_name', 'posts'),
+(67791, 11042, 'referenced_node_post_modified', '2020-10-09 23:32:01'),
+(67792, 11043, 'action_type', 'UPDATE'),
+(67793, 11043, 'referenced_node_status', 'publish'),
+(67794, 11043, 'referenced_node_id', '1'),
+(67795, 11043, 'referenced_node_relay_id', 'dXNlcjox'),
+(67796, 11043, 'referenced_node_single_name', 'user'),
+(67797, 11043, 'referenced_node_plural_name', 'users'),
+(67799, 11044, 'action_type', 'UPDATE'),
+(67800, 11044, 'referenced_node_status', 'publish'),
+(67801, 11044, 'referenced_node_id', '1'),
+(67802, 11044, 'referenced_node_relay_id', 'dXNlcjox'),
+(67803, 11044, 'referenced_node_single_name', 'user'),
+(67804, 11044, 'referenced_node_plural_name', 'users'),
+(67805, 11045, 'action_type', 'UPDATE'),
+(67806, 11045, 'referenced_node_status', 'publish'),
+(67807, 11045, 'referenced_node_id', '2'),
+(67808, 11045, 'referenced_node_relay_id', 'cG9zdDoy'),
+(67809, 11045, 'referenced_node_single_name', 'page'),
+(67810, 11045, 'referenced_node_plural_name', 'pages'),
+(67811, 11045, 'referenced_node_post_modified', '2020-10-09 23:32:25'),
+(67812, 11046, 'action_type', 'UPDATE'),
+(67813, 11046, 'referenced_node_status', 'publish'),
+(67814, 11046, 'referenced_node_id', '1'),
+(67815, 11046, 'referenced_node_relay_id', 'dXNlcjox'),
+(67816, 11046, 'referenced_node_single_name', 'user'),
+(67817, 11046, 'referenced_node_plural_name', 'users'),
+(67819, 11047, 'action_type', 'UPDATE'),
+(67820, 11047, 'referenced_node_status', 'publish'),
+(67821, 11047, 'referenced_node_id', '1'),
+(67822, 11047, 'referenced_node_relay_id', 'cG9zdDox'),
+(67823, 11047, 'referenced_node_single_name', 'post'),
+(67824, 11047, 'referenced_node_plural_name', 'posts'),
+(67825, 11047, 'referenced_node_post_modified', '2020-10-09 23:32:25'),
+(67826, 11048, 'action_type', 'UPDATE'),
+(67827, 11048, 'referenced_node_status', 'publish'),
+(67828, 11048, 'referenced_node_id', '1'),
+(67829, 11048, 'referenced_node_relay_id', 'dXNlcjox'),
+(67830, 11048, 'referenced_node_single_name', 'user'),
+(67831, 11048, 'referenced_node_plural_name', 'users'),
+(67833, 11049, 'action_type', 'UPDATE'),
+(67834, 11049, 'referenced_node_status', 'publish'),
+(67835, 11049, 'referenced_node_id', '1'),
+(67836, 11049, 'referenced_node_relay_id', 'dXNlcjox'),
+(67837, 11049, 'referenced_node_single_name', 'user'),
+(67838, 11049, 'referenced_node_plural_name', 'users'),
+(67839, 11050, 'action_type', 'UPDATE'),
+(67840, 11050, 'referenced_node_status', 'publish'),
+(67841, 11050, 'referenced_node_id', '2'),
+(67842, 11050, 'referenced_node_relay_id', 'cG9zdDoy'),
+(67843, 11050, 'referenced_node_single_name', 'page'),
+(67844, 11050, 'referenced_node_plural_name', 'pages'),
+(67845, 11050, 'referenced_node_post_modified', '2020-10-09 23:33:39'),
+(67846, 11051, 'action_type', 'UPDATE'),
+(67847, 11051, 'referenced_node_status', 'publish'),
+(67848, 11051, 'referenced_node_id', '1'),
+(67849, 11051, 'referenced_node_relay_id', 'dXNlcjox'),
+(67850, 11051, 'referenced_node_single_name', 'user'),
+(67851, 11051, 'referenced_node_plural_name', 'users'),
+(67853, 11052, 'action_type', 'UPDATE'),
+(67854, 11052, 'referenced_node_status', 'publish'),
+(67855, 11052, 'referenced_node_id', '1'),
+(67856, 11052, 'referenced_node_relay_id', 'cG9zdDox'),
+(67857, 11052, 'referenced_node_single_name', 'post'),
+(67858, 11052, 'referenced_node_plural_name', 'posts'),
+(67859, 11052, 'referenced_node_post_modified', '2020-10-09 23:33:39'),
+(67860, 11053, 'action_type', 'UPDATE'),
+(67861, 11053, 'referenced_node_status', 'publish'),
+(67862, 11053, 'referenced_node_id', '1'),
+(67863, 11053, 'referenced_node_relay_id', 'dXNlcjox'),
+(67864, 11053, 'referenced_node_single_name', 'user'),
+(67865, 11053, 'referenced_node_plural_name', 'users'),
+(67867, 11054, 'action_type', 'UPDATE'),
+(67868, 11054, 'referenced_node_status', 'publish'),
+(67869, 11054, 'referenced_node_id', '1'),
+(67870, 11054, 'referenced_node_relay_id', 'dXNlcjox'),
+(67871, 11054, 'referenced_node_single_name', 'user'),
+(67872, 11054, 'referenced_node_plural_name', 'users'),
+(67873, 11055, 'action_type', 'UPDATE'),
+(67874, 11055, 'referenced_node_status', 'publish'),
+(67875, 11055, 'referenced_node_id', '2'),
+(67876, 11055, 'referenced_node_relay_id', 'cG9zdDoy'),
+(67877, 11055, 'referenced_node_single_name', 'page'),
+(67878, 11055, 'referenced_node_plural_name', 'pages'),
+(67879, 11055, 'referenced_node_post_modified', '2020-10-09 23:34:07'),
+(67880, 11056, 'action_type', 'UPDATE'),
+(67881, 11056, 'referenced_node_status', 'publish'),
+(67882, 11056, 'referenced_node_id', '1'),
+(67883, 11056, 'referenced_node_relay_id', 'dXNlcjox'),
+(67884, 11056, 'referenced_node_single_name', 'user'),
+(67885, 11056, 'referenced_node_plural_name', 'users'),
+(67887, 11057, 'action_type', 'UPDATE'),
+(67888, 11057, 'referenced_node_status', 'publish'),
+(67889, 11057, 'referenced_node_id', '1'),
+(67890, 11057, 'referenced_node_relay_id', 'cG9zdDox'),
+(67891, 11057, 'referenced_node_single_name', 'post'),
+(67892, 11057, 'referenced_node_plural_name', 'posts'),
+(67893, 11057, 'referenced_node_post_modified', '2020-10-09 23:34:07'),
+(67894, 11058, 'action_type', 'UPDATE'),
+(67895, 11058, 'referenced_node_status', 'publish'),
+(67896, 11058, 'referenced_node_id', '1'),
+(67897, 11058, 'referenced_node_relay_id', 'dXNlcjox'),
+(67898, 11058, 'referenced_node_single_name', 'user'),
+(67899, 11058, 'referenced_node_plural_name', 'users'),
+(67901, 11059, 'action_type', 'UPDATE'),
+(67902, 11059, 'referenced_node_status', 'publish'),
+(67903, 11059, 'referenced_node_id', '1'),
+(67904, 11059, 'referenced_node_relay_id', 'dXNlcjox'),
+(67905, 11059, 'referenced_node_single_name', 'user'),
+(67906, 11059, 'referenced_node_plural_name', 'users'),
+(67907, 11060, 'action_type', 'UPDATE'),
+(67908, 11060, 'referenced_node_status', 'publish'),
+(67909, 11060, 'referenced_node_id', '2'),
+(67910, 11060, 'referenced_node_relay_id', 'cG9zdDoy'),
+(67911, 11060, 'referenced_node_single_name', 'page'),
+(67912, 11060, 'referenced_node_plural_name', 'pages'),
+(67913, 11060, 'referenced_node_post_modified', '2020-10-10 00:52:20'),
+(67914, 11061, 'action_type', 'UPDATE'),
+(67915, 11061, 'referenced_node_status', 'publish'),
+(67916, 11061, 'referenced_node_id', '1'),
+(67917, 11061, 'referenced_node_relay_id', 'dXNlcjox'),
+(67918, 11061, 'referenced_node_single_name', 'user'),
+(67919, 11061, 'referenced_node_plural_name', 'users'),
+(67921, 11062, 'action_type', 'UPDATE'),
+(67922, 11062, 'referenced_node_status', 'publish'),
+(67923, 11062, 'referenced_node_id', '1'),
+(67924, 11062, 'referenced_node_relay_id', 'cG9zdDox'),
+(67925, 11062, 'referenced_node_single_name', 'post'),
+(67926, 11062, 'referenced_node_plural_name', 'posts'),
+(67927, 11062, 'referenced_node_post_modified', '2020-10-10 00:52:20'),
+(67928, 11063, 'action_type', 'UPDATE'),
+(67929, 11063, 'referenced_node_status', 'publish'),
+(67930, 11063, 'referenced_node_id', '1'),
+(67931, 11063, 'referenced_node_relay_id', 'dXNlcjox'),
+(67932, 11063, 'referenced_node_single_name', 'user'),
+(67933, 11063, 'referenced_node_plural_name', 'users'),
+(67935, 11064, 'action_type', 'UPDATE'),
+(67936, 11064, 'referenced_node_status', 'publish'),
+(67937, 11064, 'referenced_node_id', '1'),
+(67938, 11064, 'referenced_node_relay_id', 'dXNlcjox'),
+(67939, 11064, 'referenced_node_single_name', 'user'),
+(67940, 11064, 'referenced_node_plural_name', 'users'),
+(67941, 11065, 'action_type', 'UPDATE'),
+(67942, 11065, 'referenced_node_status', 'publish'),
+(67943, 11065, 'referenced_node_id', '2'),
+(67944, 11065, 'referenced_node_relay_id', 'cG9zdDoy'),
+(67945, 11065, 'referenced_node_single_name', 'page'),
+(67946, 11065, 'referenced_node_plural_name', 'pages'),
+(67947, 11065, 'referenced_node_post_modified', '2020-10-10 00:53:30'),
+(67948, 11066, 'action_type', 'UPDATE'),
+(67949, 11066, 'referenced_node_status', 'publish'),
+(67950, 11066, 'referenced_node_id', '1'),
+(67951, 11066, 'referenced_node_relay_id', 'dXNlcjox'),
+(67952, 11066, 'referenced_node_single_name', 'user'),
+(67953, 11066, 'referenced_node_plural_name', 'users'),
+(67955, 11067, 'action_type', 'UPDATE'),
+(67956, 11067, 'referenced_node_status', 'publish'),
+(67957, 11067, 'referenced_node_id', '1'),
+(67958, 11067, 'referenced_node_relay_id', 'cG9zdDox'),
+(67959, 11067, 'referenced_node_single_name', 'post'),
+(67960, 11067, 'referenced_node_plural_name', 'posts'),
+(67961, 11067, 'referenced_node_post_modified', '2020-10-10 00:53:30'),
+(67962, 11068, 'action_type', 'UPDATE'),
+(67963, 11068, 'referenced_node_status', 'publish'),
+(67964, 11068, 'referenced_node_id', '1'),
+(67965, 11068, 'referenced_node_relay_id', 'dXNlcjox'),
+(67966, 11068, 'referenced_node_single_name', 'user'),
+(67967, 11068, 'referenced_node_plural_name', 'users'),
+(67969, 11069, 'action_type', 'UPDATE'),
+(67970, 11069, 'referenced_node_status', 'publish'),
+(67971, 11069, 'referenced_node_id', '1'),
+(67972, 11069, 'referenced_node_relay_id', 'dXNlcjox'),
+(67973, 11069, 'referenced_node_single_name', 'user'),
+(67974, 11069, 'referenced_node_plural_name', 'users'),
+(67975, 11070, 'action_type', 'UPDATE'),
+(67976, 11070, 'referenced_node_status', 'publish'),
+(67977, 11070, 'referenced_node_id', '2'),
+(67978, 11070, 'referenced_node_relay_id', 'cG9zdDoy'),
+(67979, 11070, 'referenced_node_single_name', 'page'),
+(67980, 11070, 'referenced_node_plural_name', 'pages'),
+(67981, 11070, 'referenced_node_post_modified', '2020-10-10 00:53:57'),
+(67982, 11071, 'action_type', 'UPDATE'),
+(67983, 11071, 'referenced_node_status', 'publish'),
+(67984, 11071, 'referenced_node_id', '1'),
+(67985, 11071, 'referenced_node_relay_id', 'dXNlcjox'),
+(67986, 11071, 'referenced_node_single_name', 'user'),
+(67987, 11071, 'referenced_node_plural_name', 'users'),
+(67989, 11072, 'action_type', 'UPDATE'),
+(67990, 11072, 'referenced_node_status', 'publish'),
+(67991, 11072, 'referenced_node_id', '1'),
+(67992, 11072, 'referenced_node_relay_id', 'cG9zdDox'),
+(67993, 11072, 'referenced_node_single_name', 'post'),
+(67994, 11072, 'referenced_node_plural_name', 'posts'),
+(67995, 11072, 'referenced_node_post_modified', '2020-10-10 00:53:58'),
+(67996, 11073, 'action_type', 'UPDATE'),
+(67997, 11073, 'referenced_node_status', 'publish'),
+(67998, 11073, 'referenced_node_id', '1'),
+(67999, 11073, 'referenced_node_relay_id', 'dXNlcjox'),
+(68000, 11073, 'referenced_node_single_name', 'user'),
+(68001, 11073, 'referenced_node_plural_name', 'users'),
+(68003, 11074, 'action_type', 'UPDATE'),
+(68004, 11074, 'referenced_node_status', 'publish'),
+(68005, 11074, 'referenced_node_id', '1'),
+(68006, 11074, 'referenced_node_relay_id', 'dXNlcjox'),
+(68007, 11074, 'referenced_node_single_name', 'user'),
+(68008, 11074, 'referenced_node_plural_name', 'users'),
+(68009, 11075, 'action_type', 'UPDATE'),
+(68010, 11075, 'referenced_node_status', 'publish'),
+(68011, 11075, 'referenced_node_id', '2'),
+(68012, 11075, 'referenced_node_relay_id', 'cG9zdDoy'),
+(68013, 11075, 'referenced_node_single_name', 'page'),
+(68014, 11075, 'referenced_node_plural_name', 'pages'),
+(68015, 11075, 'referenced_node_post_modified', '2020-10-10 04:02:25'),
+(68016, 11076, 'action_type', 'UPDATE'),
+(68017, 11076, 'referenced_node_status', 'publish'),
+(68018, 11076, 'referenced_node_id', '1'),
+(68019, 11076, 'referenced_node_relay_id', 'dXNlcjox'),
+(68020, 11076, 'referenced_node_single_name', 'user'),
+(68021, 11076, 'referenced_node_plural_name', 'users'),
+(68023, 11077, 'action_type', 'UPDATE'),
+(68024, 11077, 'referenced_node_status', 'publish'),
+(68025, 11077, 'referenced_node_id', '1'),
+(68026, 11077, 'referenced_node_relay_id', 'cG9zdDox'),
+(68027, 11077, 'referenced_node_single_name', 'post'),
+(68028, 11077, 'referenced_node_plural_name', 'posts'),
+(68029, 11077, 'referenced_node_post_modified', '2020-10-10 04:02:25'),
+(68030, 11078, 'action_type', 'UPDATE'),
+(68031, 11078, 'referenced_node_status', 'publish'),
+(68032, 11078, 'referenced_node_id', '1'),
+(68033, 11078, 'referenced_node_relay_id', 'dXNlcjox'),
+(68034, 11078, 'referenced_node_single_name', 'user'),
+(68035, 11078, 'referenced_node_plural_name', 'users'),
+(68037, 11079, 'action_type', 'UPDATE'),
+(68038, 11079, 'referenced_node_status', 'publish'),
+(68039, 11079, 'referenced_node_id', '1'),
+(68040, 11079, 'referenced_node_relay_id', 'dXNlcjox'),
+(68041, 11079, 'referenced_node_single_name', 'user'),
+(68042, 11079, 'referenced_node_plural_name', 'users'),
+(68043, 11080, 'action_type', 'UPDATE'),
+(68044, 11080, 'referenced_node_status', 'publish'),
+(68045, 11080, 'referenced_node_id', '2'),
+(68046, 11080, 'referenced_node_relay_id', 'cG9zdDoy'),
+(68047, 11080, 'referenced_node_single_name', 'page'),
+(68048, 11080, 'referenced_node_plural_name', 'pages'),
+(68049, 11080, 'referenced_node_post_modified', '2020-10-10 04:37:54'),
+(68050, 11081, 'action_type', 'UPDATE'),
+(68051, 11081, 'referenced_node_status', 'publish'),
+(68052, 11081, 'referenced_node_id', '1'),
+(68053, 11081, 'referenced_node_relay_id', 'dXNlcjox'),
+(68054, 11081, 'referenced_node_single_name', 'user'),
+(68055, 11081, 'referenced_node_plural_name', 'users'),
+(68057, 11082, 'action_type', 'UPDATE'),
+(68058, 11082, 'referenced_node_status', 'publish'),
+(68059, 11082, 'referenced_node_id', '1'),
+(68060, 11082, 'referenced_node_relay_id', 'cG9zdDox'),
+(68061, 11082, 'referenced_node_single_name', 'post'),
+(68062, 11082, 'referenced_node_plural_name', 'posts'),
+(68063, 11082, 'referenced_node_post_modified', '2020-10-10 04:37:54'),
+(68064, 11083, 'action_type', 'UPDATE'),
+(68065, 11083, 'referenced_node_status', 'publish'),
+(68066, 11083, 'referenced_node_id', '1'),
+(68067, 11083, 'referenced_node_relay_id', 'dXNlcjox'),
+(68068, 11083, 'referenced_node_single_name', 'user'),
+(68069, 11083, 'referenced_node_plural_name', 'users'),
+(68071, 11084, 'action_type', 'UPDATE'),
+(68072, 11084, 'referenced_node_status', 'publish'),
+(68073, 11084, 'referenced_node_id', '1'),
+(68074, 11084, 'referenced_node_relay_id', 'dXNlcjox'),
+(68075, 11084, 'referenced_node_single_name', 'user'),
+(68076, 11084, 'referenced_node_plural_name', 'users'),
+(68077, 11085, 'action_type', 'UPDATE'),
+(68078, 11085, 'referenced_node_status', 'publish'),
+(68079, 11085, 'referenced_node_id', '2'),
+(68080, 11085, 'referenced_node_relay_id', 'cG9zdDoy'),
+(68081, 11085, 'referenced_node_single_name', 'page'),
+(68082, 11085, 'referenced_node_plural_name', 'pages'),
+(68083, 11085, 'referenced_node_post_modified', '2020-10-10 04:39:04'),
+(68084, 11086, 'action_type', 'UPDATE'),
+(68085, 11086, 'referenced_node_status', 'publish'),
+(68086, 11086, 'referenced_node_id', '1'),
+(68087, 11086, 'referenced_node_relay_id', 'dXNlcjox'),
+(68088, 11086, 'referenced_node_single_name', 'user'),
+(68089, 11086, 'referenced_node_plural_name', 'users'),
+(68091, 11087, 'action_type', 'UPDATE'),
+(68092, 11087, 'referenced_node_status', 'publish'),
+(68093, 11087, 'referenced_node_id', '1'),
+(68094, 11087, 'referenced_node_relay_id', 'cG9zdDox'),
+(68095, 11087, 'referenced_node_single_name', 'post'),
+(68096, 11087, 'referenced_node_plural_name', 'posts'),
+(68097, 11087, 'referenced_node_post_modified', '2020-10-10 04:39:04'),
+(68098, 11088, 'action_type', 'UPDATE'),
+(68099, 11088, 'referenced_node_status', 'publish'),
+(68100, 11088, 'referenced_node_id', '1'),
+(68101, 11088, 'referenced_node_relay_id', 'dXNlcjox'),
+(68102, 11088, 'referenced_node_single_name', 'user'),
+(68103, 11088, 'referenced_node_plural_name', 'users'),
+(68105, 11089, 'action_type', 'UPDATE'),
+(68106, 11089, 'referenced_node_status', 'publish'),
+(68107, 11089, 'referenced_node_id', '1'),
+(68108, 11089, 'referenced_node_relay_id', 'dXNlcjox'),
+(68109, 11089, 'referenced_node_single_name', 'user'),
+(68110, 11089, 'referenced_node_plural_name', 'users'),
+(68111, 11090, 'action_type', 'UPDATE'),
+(68112, 11090, 'referenced_node_status', 'publish'),
+(68113, 11090, 'referenced_node_id', '2'),
+(68114, 11090, 'referenced_node_relay_id', 'cG9zdDoy'),
+(68115, 11090, 'referenced_node_single_name', 'page'),
+(68116, 11090, 'referenced_node_plural_name', 'pages'),
+(68117, 11090, 'referenced_node_post_modified', '2020-10-10 04:39:34'),
+(68118, 11091, 'action_type', 'UPDATE'),
+(68119, 11091, 'referenced_node_status', 'publish'),
+(68120, 11091, 'referenced_node_id', '1');
+INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
+(68121, 11091, 'referenced_node_relay_id', 'dXNlcjox'),
+(68122, 11091, 'referenced_node_single_name', 'user'),
+(68123, 11091, 'referenced_node_plural_name', 'users'),
+(68125, 11092, 'action_type', 'UPDATE'),
+(68126, 11092, 'referenced_node_status', 'publish'),
+(68127, 11092, 'referenced_node_id', '1'),
+(68128, 11092, 'referenced_node_relay_id', 'cG9zdDox'),
+(68129, 11092, 'referenced_node_single_name', 'post'),
+(68130, 11092, 'referenced_node_plural_name', 'posts'),
+(68131, 11092, 'referenced_node_post_modified', '2020-10-10 04:39:34'),
+(68132, 11093, 'action_type', 'UPDATE'),
+(68133, 11093, 'referenced_node_status', 'publish'),
+(68134, 11093, 'referenced_node_id', '1'),
+(68135, 11093, 'referenced_node_relay_id', 'dXNlcjox'),
+(68136, 11093, 'referenced_node_single_name', 'user'),
+(68137, 11093, 'referenced_node_plural_name', 'users'),
+(68139, 11094, 'action_type', 'UPDATE'),
+(68140, 11094, 'referenced_node_status', 'publish'),
+(68141, 11094, 'referenced_node_id', '1'),
+(68142, 11094, 'referenced_node_relay_id', 'dXNlcjox'),
+(68143, 11094, 'referenced_node_single_name', 'user'),
+(68144, 11094, 'referenced_node_plural_name', 'users'),
+(68145, 11095, 'action_type', 'UPDATE'),
+(68146, 11095, 'referenced_node_status', 'publish'),
+(68147, 11095, 'referenced_node_id', '2'),
+(68148, 11095, 'referenced_node_relay_id', 'cG9zdDoy'),
+(68149, 11095, 'referenced_node_single_name', 'page'),
+(68150, 11095, 'referenced_node_plural_name', 'pages'),
+(68151, 11095, 'referenced_node_post_modified', '2020-10-14 19:22:44'),
+(68152, 11096, 'action_type', 'UPDATE'),
+(68153, 11096, 'referenced_node_status', 'publish'),
+(68154, 11096, 'referenced_node_id', '1'),
+(68155, 11096, 'referenced_node_relay_id', 'dXNlcjox'),
+(68156, 11096, 'referenced_node_single_name', 'user'),
+(68157, 11096, 'referenced_node_plural_name', 'users'),
+(68159, 11097, 'action_type', 'UPDATE'),
+(68160, 11097, 'referenced_node_status', 'publish'),
+(68161, 11097, 'referenced_node_id', '1'),
+(68162, 11097, 'referenced_node_relay_id', 'cG9zdDox'),
+(68163, 11097, 'referenced_node_single_name', 'post'),
+(68164, 11097, 'referenced_node_plural_name', 'posts'),
+(68165, 11097, 'referenced_node_post_modified', '2020-10-14 19:22:50'),
+(68166, 11098, 'action_type', 'UPDATE'),
+(68167, 11098, 'referenced_node_status', 'publish'),
+(68168, 11098, 'referenced_node_id', '1'),
+(68169, 11098, 'referenced_node_relay_id', 'dXNlcjox'),
+(68170, 11098, 'referenced_node_single_name', 'user'),
+(68171, 11098, 'referenced_node_plural_name', 'users'),
+(68173, 11099, 'action_type', 'UPDATE'),
+(68174, 11099, 'referenced_node_status', 'publish'),
+(68175, 11099, 'referenced_node_id', '1'),
+(68176, 11099, 'referenced_node_relay_id', 'dXNlcjox'),
+(68177, 11099, 'referenced_node_single_name', 'user'),
+(68178, 11099, 'referenced_node_plural_name', 'users'),
+(68179, 11100, 'action_type', 'UPDATE'),
+(68180, 11100, 'referenced_node_status', 'publish'),
+(68181, 11100, 'referenced_node_id', '2'),
+(68182, 11100, 'referenced_node_relay_id', 'cG9zdDoy'),
+(68183, 11100, 'referenced_node_single_name', 'page'),
+(68184, 11100, 'referenced_node_plural_name', 'pages'),
+(68185, 11100, 'referenced_node_post_modified', '2020-10-14 19:57:10'),
+(68186, 11101, 'action_type', 'UPDATE'),
+(68187, 11101, 'referenced_node_status', 'publish'),
+(68188, 11101, 'referenced_node_id', '1'),
+(68189, 11101, 'referenced_node_relay_id', 'dXNlcjox'),
+(68190, 11101, 'referenced_node_single_name', 'user'),
+(68191, 11101, 'referenced_node_plural_name', 'users'),
+(68193, 11102, 'action_type', 'UPDATE'),
+(68194, 11102, 'referenced_node_status', 'publish'),
+(68195, 11102, 'referenced_node_id', '1'),
+(68196, 11102, 'referenced_node_relay_id', 'cG9zdDox'),
+(68197, 11102, 'referenced_node_single_name', 'post'),
+(68198, 11102, 'referenced_node_plural_name', 'posts'),
+(68199, 11102, 'referenced_node_post_modified', '2020-10-14 19:57:11'),
+(68200, 11103, 'action_type', 'UPDATE'),
+(68201, 11103, 'referenced_node_status', 'publish'),
+(68202, 11103, 'referenced_node_id', '1'),
+(68203, 11103, 'referenced_node_relay_id', 'dXNlcjox'),
+(68204, 11103, 'referenced_node_single_name', 'user'),
+(68205, 11103, 'referenced_node_plural_name', 'users'),
+(68207, 11104, 'action_type', 'UPDATE'),
+(68208, 11104, 'referenced_node_status', 'publish'),
+(68209, 11104, 'referenced_node_id', '1'),
+(68210, 11104, 'referenced_node_relay_id', 'dXNlcjox'),
+(68211, 11104, 'referenced_node_single_name', 'user'),
+(68212, 11104, 'referenced_node_plural_name', 'users'),
+(68213, 11105, 'action_type', 'UPDATE'),
+(68214, 11105, 'referenced_node_status', 'publish'),
+(68215, 11105, 'referenced_node_id', '2'),
+(68216, 11105, 'referenced_node_relay_id', 'cG9zdDoy'),
+(68217, 11105, 'referenced_node_single_name', 'page'),
+(68218, 11105, 'referenced_node_plural_name', 'pages'),
+(68219, 11105, 'referenced_node_post_modified', '2020-10-14 21:29:19'),
+(68220, 11106, 'action_type', 'UPDATE'),
+(68221, 11106, 'referenced_node_status', 'publish'),
+(68222, 11106, 'referenced_node_id', '1'),
+(68223, 11106, 'referenced_node_relay_id', 'dXNlcjox'),
+(68224, 11106, 'referenced_node_single_name', 'user'),
+(68225, 11106, 'referenced_node_plural_name', 'users'),
+(68227, 11107, 'action_type', 'UPDATE'),
+(68228, 11107, 'referenced_node_status', 'publish'),
+(68229, 11107, 'referenced_node_id', '1'),
+(68230, 11107, 'referenced_node_relay_id', 'cG9zdDox'),
+(68231, 11107, 'referenced_node_single_name', 'post'),
+(68232, 11107, 'referenced_node_plural_name', 'posts'),
+(68233, 11107, 'referenced_node_post_modified', '2020-10-14 21:29:19'),
+(68234, 11108, 'action_type', 'UPDATE'),
+(68235, 11108, 'referenced_node_status', 'publish'),
+(68236, 11108, 'referenced_node_id', '1'),
+(68237, 11108, 'referenced_node_relay_id', 'dXNlcjox'),
+(68238, 11108, 'referenced_node_single_name', 'user'),
+(68239, 11108, 'referenced_node_plural_name', 'users'),
+(68241, 11109, 'action_type', 'UPDATE'),
+(68242, 11109, 'referenced_node_status', 'publish'),
+(68243, 11109, 'referenced_node_id', '1'),
+(68244, 11109, 'referenced_node_relay_id', 'dXNlcjox'),
+(68245, 11109, 'referenced_node_single_name', 'user'),
+(68246, 11109, 'referenced_node_plural_name', 'users'),
+(68247, 11110, 'action_type', 'UPDATE'),
+(68248, 11110, 'referenced_node_status', 'publish'),
+(68249, 11110, 'referenced_node_id', '2'),
+(68250, 11110, 'referenced_node_relay_id', 'cG9zdDoy'),
+(68251, 11110, 'referenced_node_single_name', 'page'),
+(68252, 11110, 'referenced_node_plural_name', 'pages'),
+(68253, 11110, 'referenced_node_post_modified', '2020-10-14 21:29:57'),
+(68254, 11111, 'action_type', 'UPDATE'),
+(68255, 11111, 'referenced_node_status', 'publish'),
+(68256, 11111, 'referenced_node_id', '1'),
+(68257, 11111, 'referenced_node_relay_id', 'dXNlcjox'),
+(68258, 11111, 'referenced_node_single_name', 'user'),
+(68259, 11111, 'referenced_node_plural_name', 'users'),
+(68261, 11112, 'action_type', 'UPDATE'),
+(68262, 11112, 'referenced_node_status', 'publish'),
+(68263, 11112, 'referenced_node_id', '1'),
+(68264, 11112, 'referenced_node_relay_id', 'cG9zdDox'),
+(68265, 11112, 'referenced_node_single_name', 'post'),
+(68266, 11112, 'referenced_node_plural_name', 'posts'),
+(68267, 11112, 'referenced_node_post_modified', '2020-10-14 21:29:58'),
+(68268, 11113, 'action_type', 'UPDATE'),
+(68269, 11113, 'referenced_node_status', 'publish'),
+(68270, 11113, 'referenced_node_id', '1'),
+(68271, 11113, 'referenced_node_relay_id', 'dXNlcjox'),
+(68272, 11113, 'referenced_node_single_name', 'user'),
+(68273, 11113, 'referenced_node_plural_name', 'users'),
+(68275, 11114, 'action_type', 'UPDATE'),
+(68276, 11114, 'referenced_node_status', 'publish'),
+(68277, 11114, 'referenced_node_id', '1'),
+(68278, 11114, 'referenced_node_relay_id', 'dXNlcjox'),
+(68279, 11114, 'referenced_node_single_name', 'user'),
+(68280, 11114, 'referenced_node_plural_name', 'users'),
+(68281, 11115, 'action_type', 'UPDATE'),
+(68282, 11115, 'referenced_node_status', 'publish'),
+(68283, 11115, 'referenced_node_id', '2'),
+(68284, 11115, 'referenced_node_relay_id', 'cG9zdDoy'),
+(68285, 11115, 'referenced_node_single_name', 'page'),
+(68286, 11115, 'referenced_node_plural_name', 'pages'),
+(68287, 11115, 'referenced_node_post_modified', '2020-10-14 21:31:29'),
+(68288, 11116, 'action_type', 'UPDATE'),
+(68289, 11116, 'referenced_node_status', 'publish'),
+(68290, 11116, 'referenced_node_id', '1'),
+(68291, 11116, 'referenced_node_relay_id', 'dXNlcjox'),
+(68292, 11116, 'referenced_node_single_name', 'user'),
+(68293, 11116, 'referenced_node_plural_name', 'users'),
+(68295, 11117, 'action_type', 'UPDATE'),
+(68296, 11117, 'referenced_node_status', 'publish'),
+(68297, 11117, 'referenced_node_id', '1'),
+(68298, 11117, 'referenced_node_relay_id', 'cG9zdDox'),
+(68299, 11117, 'referenced_node_single_name', 'post'),
+(68300, 11117, 'referenced_node_plural_name', 'posts'),
+(68301, 11117, 'referenced_node_post_modified', '2020-10-14 21:31:29'),
+(68302, 11118, 'action_type', 'UPDATE'),
+(68303, 11118, 'referenced_node_status', 'publish'),
+(68304, 11118, 'referenced_node_id', '1'),
+(68305, 11118, 'referenced_node_relay_id', 'dXNlcjox'),
+(68306, 11118, 'referenced_node_single_name', 'user'),
+(68307, 11118, 'referenced_node_plural_name', 'users'),
+(68309, 11119, 'action_type', 'UPDATE'),
+(68310, 11119, 'referenced_node_status', 'publish'),
+(68311, 11119, 'referenced_node_id', '1'),
+(68312, 11119, 'referenced_node_relay_id', 'dXNlcjox'),
+(68313, 11119, 'referenced_node_single_name', 'user'),
+(68314, 11119, 'referenced_node_plural_name', 'users'),
+(68315, 11120, 'action_type', 'UPDATE'),
+(68316, 11120, 'referenced_node_status', 'publish'),
+(68317, 11120, 'referenced_node_id', '2'),
+(68318, 11120, 'referenced_node_relay_id', 'cG9zdDoy'),
+(68319, 11120, 'referenced_node_single_name', 'page'),
+(68320, 11120, 'referenced_node_plural_name', 'pages'),
+(68321, 11120, 'referenced_node_post_modified', '2020-10-14 21:32:34'),
+(68322, 11121, 'action_type', 'UPDATE'),
+(68323, 11121, 'referenced_node_status', 'publish'),
+(68324, 11121, 'referenced_node_id', '1'),
+(68325, 11121, 'referenced_node_relay_id', 'dXNlcjox'),
+(68326, 11121, 'referenced_node_single_name', 'user'),
+(68327, 11121, 'referenced_node_plural_name', 'users'),
+(68329, 11122, 'action_type', 'UPDATE'),
+(68330, 11122, 'referenced_node_status', 'publish'),
+(68331, 11122, 'referenced_node_id', '1'),
+(68332, 11122, 'referenced_node_relay_id', 'cG9zdDox'),
+(68333, 11122, 'referenced_node_single_name', 'post'),
+(68334, 11122, 'referenced_node_plural_name', 'posts'),
+(68335, 11122, 'referenced_node_post_modified', '2020-10-14 21:32:34'),
+(68336, 11123, 'action_type', 'UPDATE'),
+(68337, 11123, 'referenced_node_status', 'publish'),
+(68338, 11123, 'referenced_node_id', '1'),
+(68339, 11123, 'referenced_node_relay_id', 'dXNlcjox'),
+(68340, 11123, 'referenced_node_single_name', 'user'),
+(68341, 11123, 'referenced_node_plural_name', 'users'),
+(68343, 11124, 'action_type', 'UPDATE'),
+(68344, 11124, 'referenced_node_status', 'publish'),
+(68345, 11124, 'referenced_node_id', '1'),
+(68346, 11124, 'referenced_node_relay_id', 'dXNlcjox'),
+(68347, 11124, 'referenced_node_single_name', 'user'),
+(68348, 11124, 'referenced_node_plural_name', 'users'),
+(68349, 11125, 'action_type', 'UPDATE'),
+(68350, 11125, 'referenced_node_status', 'publish'),
+(68351, 11125, 'referenced_node_id', '2'),
+(68352, 11125, 'referenced_node_relay_id', 'cG9zdDoy'),
+(68353, 11125, 'referenced_node_single_name', 'page'),
+(68354, 11125, 'referenced_node_plural_name', 'pages'),
+(68355, 11125, 'referenced_node_post_modified', '2020-10-14 21:33:01'),
+(68356, 11126, 'action_type', 'UPDATE'),
+(68357, 11126, 'referenced_node_status', 'publish'),
+(68358, 11126, 'referenced_node_id', '1'),
+(68359, 11126, 'referenced_node_relay_id', 'dXNlcjox'),
+(68360, 11126, 'referenced_node_single_name', 'user'),
+(68361, 11126, 'referenced_node_plural_name', 'users'),
+(68363, 11127, 'action_type', 'UPDATE'),
+(68364, 11127, 'referenced_node_status', 'publish'),
+(68365, 11127, 'referenced_node_id', '1'),
+(68366, 11127, 'referenced_node_relay_id', 'cG9zdDox'),
+(68367, 11127, 'referenced_node_single_name', 'post'),
+(68368, 11127, 'referenced_node_plural_name', 'posts'),
+(68369, 11127, 'referenced_node_post_modified', '2020-10-14 21:33:02'),
+(68370, 11128, 'action_type', 'UPDATE'),
+(68371, 11128, 'referenced_node_status', 'publish'),
+(68372, 11128, 'referenced_node_id', '1'),
+(68373, 11128, 'referenced_node_relay_id', 'dXNlcjox'),
+(68374, 11128, 'referenced_node_single_name', 'user'),
+(68375, 11128, 'referenced_node_plural_name', 'users'),
+(68377, 11129, 'action_type', 'UPDATE'),
+(68378, 11129, 'referenced_node_status', 'publish'),
+(68379, 11129, 'referenced_node_id', '1'),
+(68380, 11129, 'referenced_node_relay_id', 'dXNlcjox'),
+(68381, 11129, 'referenced_node_single_name', 'user'),
+(68382, 11129, 'referenced_node_plural_name', 'users'),
+(68383, 11130, 'action_type', 'UPDATE'),
+(68384, 11130, 'referenced_node_status', 'publish'),
+(68385, 11130, 'referenced_node_id', '2'),
+(68386, 11130, 'referenced_node_relay_id', 'cG9zdDoy'),
+(68387, 11130, 'referenced_node_single_name', 'page'),
+(68388, 11130, 'referenced_node_plural_name', 'pages'),
+(68389, 11130, 'referenced_node_post_modified', '2020-10-14 22:23:14'),
+(68390, 11131, 'action_type', 'UPDATE'),
+(68391, 11131, 'referenced_node_status', 'publish'),
+(68392, 11131, 'referenced_node_id', '1'),
+(68393, 11131, 'referenced_node_relay_id', 'dXNlcjox'),
+(68394, 11131, 'referenced_node_single_name', 'user'),
+(68395, 11131, 'referenced_node_plural_name', 'users'),
+(68397, 11132, 'action_type', 'UPDATE'),
+(68398, 11132, 'referenced_node_status', 'publish'),
+(68399, 11132, 'referenced_node_id', '1'),
+(68400, 11132, 'referenced_node_relay_id', 'cG9zdDox'),
+(68401, 11132, 'referenced_node_single_name', 'post'),
+(68402, 11132, 'referenced_node_plural_name', 'posts'),
+(68403, 11132, 'referenced_node_post_modified', '2020-10-14 22:23:15'),
+(68404, 11133, 'action_type', 'UPDATE'),
+(68405, 11133, 'referenced_node_status', 'publish'),
+(68406, 11133, 'referenced_node_id', '1'),
+(68407, 11133, 'referenced_node_relay_id', 'dXNlcjox'),
+(68408, 11133, 'referenced_node_single_name', 'user'),
+(68409, 11133, 'referenced_node_plural_name', 'users'),
+(68411, 11134, 'action_type', 'UPDATE'),
+(68412, 11134, 'referenced_node_status', 'publish'),
+(68413, 11134, 'referenced_node_id', '1'),
+(68414, 11134, 'referenced_node_relay_id', 'dXNlcjox'),
+(68415, 11134, 'referenced_node_single_name', 'user'),
+(68416, 11134, 'referenced_node_plural_name', 'users'),
+(68417, 11135, 'action_type', 'UPDATE'),
+(68418, 11135, 'referenced_node_status', 'publish'),
+(68419, 11135, 'referenced_node_id', '2'),
+(68420, 11135, 'referenced_node_relay_id', 'cG9zdDoy'),
+(68421, 11135, 'referenced_node_single_name', 'page'),
+(68422, 11135, 'referenced_node_plural_name', 'pages'),
+(68423, 11135, 'referenced_node_post_modified', '2020-10-14 22:24:31'),
+(68424, 11136, 'action_type', 'UPDATE'),
+(68425, 11136, 'referenced_node_status', 'publish'),
+(68426, 11136, 'referenced_node_id', '1'),
+(68427, 11136, 'referenced_node_relay_id', 'dXNlcjox'),
+(68428, 11136, 'referenced_node_single_name', 'user'),
+(68429, 11136, 'referenced_node_plural_name', 'users'),
+(68431, 11137, 'action_type', 'UPDATE'),
+(68432, 11137, 'referenced_node_status', 'publish'),
+(68433, 11137, 'referenced_node_id', '1'),
+(68434, 11137, 'referenced_node_relay_id', 'cG9zdDox'),
+(68435, 11137, 'referenced_node_single_name', 'post'),
+(68436, 11137, 'referenced_node_plural_name', 'posts'),
+(68437, 11137, 'referenced_node_post_modified', '2020-10-14 22:24:31'),
+(68438, 11138, 'action_type', 'UPDATE'),
+(68439, 11138, 'referenced_node_status', 'publish'),
+(68440, 11138, 'referenced_node_id', '1'),
+(68441, 11138, 'referenced_node_relay_id', 'dXNlcjox'),
+(68442, 11138, 'referenced_node_single_name', 'user'),
+(68443, 11138, 'referenced_node_plural_name', 'users'),
+(68445, 11139, 'action_type', 'UPDATE'),
+(68446, 11139, 'referenced_node_status', 'publish'),
+(68447, 11139, 'referenced_node_id', '1'),
+(68448, 11139, 'referenced_node_relay_id', 'dXNlcjox'),
+(68449, 11139, 'referenced_node_single_name', 'user'),
+(68450, 11139, 'referenced_node_plural_name', 'users'),
+(68451, 11140, 'action_type', 'UPDATE'),
+(68452, 11140, 'referenced_node_status', 'publish'),
+(68453, 11140, 'referenced_node_id', '2'),
+(68454, 11140, 'referenced_node_relay_id', 'cG9zdDoy'),
+(68455, 11140, 'referenced_node_single_name', 'page'),
+(68456, 11140, 'referenced_node_plural_name', 'pages'),
+(68457, 11140, 'referenced_node_post_modified', '2020-10-14 22:25:03'),
+(68458, 11141, 'action_type', 'UPDATE'),
+(68459, 11141, 'referenced_node_status', 'publish'),
+(68460, 11141, 'referenced_node_id', '1'),
+(68461, 11141, 'referenced_node_relay_id', 'dXNlcjox'),
+(68462, 11141, 'referenced_node_single_name', 'user'),
+(68463, 11141, 'referenced_node_plural_name', 'users'),
+(68465, 11142, 'action_type', 'UPDATE'),
+(68466, 11142, 'referenced_node_status', 'publish'),
+(68467, 11142, 'referenced_node_id', '1'),
+(68468, 11142, 'referenced_node_relay_id', 'cG9zdDox'),
+(68469, 11142, 'referenced_node_single_name', 'post'),
+(68470, 11142, 'referenced_node_plural_name', 'posts'),
+(68471, 11142, 'referenced_node_post_modified', '2020-10-14 22:25:03'),
+(68472, 11143, 'action_type', 'UPDATE'),
+(68473, 11143, 'referenced_node_status', 'publish'),
+(68474, 11143, 'referenced_node_id', '1'),
+(68475, 11143, 'referenced_node_relay_id', 'dXNlcjox'),
+(68476, 11143, 'referenced_node_single_name', 'user'),
+(68477, 11143, 'referenced_node_plural_name', 'users'),
+(68479, 11144, 'action_type', 'UPDATE'),
+(68480, 11144, 'referenced_node_status', 'publish'),
+(68481, 11144, 'referenced_node_id', '1'),
+(68482, 11144, 'referenced_node_relay_id', 'dXNlcjox'),
+(68483, 11144, 'referenced_node_single_name', 'user'),
+(68484, 11144, 'referenced_node_plural_name', 'users'),
+(68485, 11145, 'action_type', 'UPDATE'),
+(68486, 11145, 'referenced_node_status', 'publish'),
+(68487, 11145, 'referenced_node_id', '2'),
+(68488, 11145, 'referenced_node_relay_id', 'cG9zdDoy'),
+(68489, 11145, 'referenced_node_single_name', 'page'),
+(68490, 11145, 'referenced_node_plural_name', 'pages'),
+(68491, 11145, 'referenced_node_post_modified', '2020-10-14 22:33:06'),
+(68492, 11146, 'action_type', 'UPDATE'),
+(68493, 11146, 'referenced_node_status', 'publish'),
+(68494, 11146, 'referenced_node_id', '1'),
+(68495, 11146, 'referenced_node_relay_id', 'dXNlcjox'),
+(68496, 11146, 'referenced_node_single_name', 'user'),
+(68497, 11146, 'referenced_node_plural_name', 'users'),
+(68499, 11147, 'action_type', 'UPDATE'),
+(68500, 11147, 'referenced_node_status', 'publish'),
+(68501, 11147, 'referenced_node_id', '1'),
+(68502, 11147, 'referenced_node_relay_id', 'cG9zdDox'),
+(68503, 11147, 'referenced_node_single_name', 'post'),
+(68504, 11147, 'referenced_node_plural_name', 'posts'),
+(68505, 11147, 'referenced_node_post_modified', '2020-10-14 22:33:06'),
+(68506, 11148, 'action_type', 'UPDATE'),
+(68507, 11148, 'referenced_node_status', 'publish'),
+(68508, 11148, 'referenced_node_id', '1'),
+(68509, 11148, 'referenced_node_relay_id', 'dXNlcjox'),
+(68510, 11148, 'referenced_node_single_name', 'user'),
+(68511, 11148, 'referenced_node_plural_name', 'users'),
+(68513, 11149, 'action_type', 'UPDATE'),
+(68514, 11149, 'referenced_node_status', 'publish'),
+(68515, 11149, 'referenced_node_id', '1'),
+(68516, 11149, 'referenced_node_relay_id', 'dXNlcjox'),
+(68517, 11149, 'referenced_node_single_name', 'user'),
+(68518, 11149, 'referenced_node_plural_name', 'users'),
+(68519, 11150, 'action_type', 'UPDATE'),
+(68520, 11150, 'referenced_node_status', 'publish'),
+(68521, 11150, 'referenced_node_id', '2'),
+(68522, 11150, 'referenced_node_relay_id', 'cG9zdDoy'),
+(68523, 11150, 'referenced_node_single_name', 'page'),
+(68524, 11150, 'referenced_node_plural_name', 'pages'),
+(68525, 11150, 'referenced_node_post_modified', '2020-10-14 22:34:18'),
+(68526, 11151, 'action_type', 'UPDATE'),
+(68527, 11151, 'referenced_node_status', 'publish'),
+(68528, 11151, 'referenced_node_id', '1'),
+(68529, 11151, 'referenced_node_relay_id', 'dXNlcjox'),
+(68530, 11151, 'referenced_node_single_name', 'user'),
+(68531, 11151, 'referenced_node_plural_name', 'users'),
+(68533, 11152, 'action_type', 'UPDATE'),
+(68534, 11152, 'referenced_node_status', 'publish'),
+(68535, 11152, 'referenced_node_id', '1'),
+(68536, 11152, 'referenced_node_relay_id', 'cG9zdDox'),
+(68537, 11152, 'referenced_node_single_name', 'post'),
+(68538, 11152, 'referenced_node_plural_name', 'posts'),
+(68539, 11152, 'referenced_node_post_modified', '2020-10-14 22:34:18'),
+(68540, 11153, 'action_type', 'UPDATE'),
+(68541, 11153, 'referenced_node_status', 'publish'),
+(68542, 11153, 'referenced_node_id', '1'),
+(68543, 11153, 'referenced_node_relay_id', 'dXNlcjox'),
+(68544, 11153, 'referenced_node_single_name', 'user'),
+(68545, 11153, 'referenced_node_plural_name', 'users'),
+(68547, 11154, 'action_type', 'UPDATE'),
+(68548, 11154, 'referenced_node_status', 'publish'),
+(68549, 11154, 'referenced_node_id', '1'),
+(68550, 11154, 'referenced_node_relay_id', 'dXNlcjox'),
+(68551, 11154, 'referenced_node_single_name', 'user'),
+(68552, 11154, 'referenced_node_plural_name', 'users'),
+(68553, 11155, 'action_type', 'UPDATE'),
+(68554, 11155, 'referenced_node_status', 'publish'),
+(68555, 11155, 'referenced_node_id', '2'),
+(68556, 11155, 'referenced_node_relay_id', 'cG9zdDoy'),
+(68557, 11155, 'referenced_node_single_name', 'page'),
+(68558, 11155, 'referenced_node_plural_name', 'pages'),
+(68559, 11155, 'referenced_node_post_modified', '2020-10-14 22:34:48'),
+(68560, 11156, 'action_type', 'UPDATE'),
+(68561, 11156, 'referenced_node_status', 'publish'),
+(68562, 11156, 'referenced_node_id', '1'),
+(68563, 11156, 'referenced_node_relay_id', 'dXNlcjox'),
+(68564, 11156, 'referenced_node_single_name', 'user'),
+(68565, 11156, 'referenced_node_plural_name', 'users'),
+(68567, 11157, 'action_type', 'UPDATE'),
+(68568, 11157, 'referenced_node_status', 'publish'),
+(68569, 11157, 'referenced_node_id', '1'),
+(68570, 11157, 'referenced_node_relay_id', 'cG9zdDox'),
+(68571, 11157, 'referenced_node_single_name', 'post'),
+(68572, 11157, 'referenced_node_plural_name', 'posts'),
+(68573, 11157, 'referenced_node_post_modified', '2020-10-14 22:34:48'),
+(68574, 11158, 'action_type', 'UPDATE'),
+(68575, 11158, 'referenced_node_status', 'publish'),
+(68576, 11158, 'referenced_node_id', '1'),
+(68577, 11158, 'referenced_node_relay_id', 'dXNlcjox'),
+(68578, 11158, 'referenced_node_single_name', 'user'),
+(68579, 11158, 'referenced_node_plural_name', 'users'),
+(68581, 11159, 'action_type', 'UPDATE'),
+(68582, 11159, 'referenced_node_status', 'publish'),
+(68583, 11159, 'referenced_node_id', '1'),
+(68584, 11159, 'referenced_node_relay_id', 'dXNlcjox'),
+(68585, 11159, 'referenced_node_single_name', 'user'),
+(68586, 11159, 'referenced_node_plural_name', 'users'),
+(68587, 11160, 'action_type', 'UPDATE'),
+(68588, 11160, 'referenced_node_status', 'publish'),
+(68589, 11160, 'referenced_node_id', '2'),
+(68590, 11160, 'referenced_node_relay_id', 'cG9zdDoy'),
+(68591, 11160, 'referenced_node_single_name', 'page'),
+(68592, 11160, 'referenced_node_plural_name', 'pages'),
+(68593, 11160, 'referenced_node_post_modified', '2020-10-14 23:15:40'),
+(68594, 11161, 'action_type', 'UPDATE'),
+(68595, 11161, 'referenced_node_status', 'publish'),
+(68596, 11161, 'referenced_node_id', '1'),
+(68597, 11161, 'referenced_node_relay_id', 'dXNlcjox'),
+(68598, 11161, 'referenced_node_single_name', 'user'),
+(68599, 11161, 'referenced_node_plural_name', 'users'),
+(68601, 11162, 'action_type', 'UPDATE'),
+(68602, 11162, 'referenced_node_status', 'publish'),
+(68603, 11162, 'referenced_node_id', '1'),
+(68604, 11162, 'referenced_node_relay_id', 'cG9zdDox'),
+(68605, 11162, 'referenced_node_single_name', 'post'),
+(68606, 11162, 'referenced_node_plural_name', 'posts'),
+(68607, 11162, 'referenced_node_post_modified', '2020-10-14 23:15:41'),
+(68608, 11163, 'action_type', 'UPDATE'),
+(68609, 11163, 'referenced_node_status', 'publish'),
+(68610, 11163, 'referenced_node_id', '1'),
+(68611, 11163, 'referenced_node_relay_id', 'dXNlcjox'),
+(68612, 11163, 'referenced_node_single_name', 'user'),
+(68613, 11163, 'referenced_node_plural_name', 'users'),
+(68615, 11164, 'action_type', 'UPDATE'),
+(68616, 11164, 'referenced_node_status', 'publish'),
+(68617, 11164, 'referenced_node_id', '1'),
+(68618, 11164, 'referenced_node_relay_id', 'dXNlcjox'),
+(68619, 11164, 'referenced_node_single_name', 'user'),
+(68620, 11164, 'referenced_node_plural_name', 'users'),
+(68621, 11165, 'action_type', 'UPDATE'),
+(68622, 11165, 'referenced_node_status', 'publish'),
+(68623, 11165, 'referenced_node_id', '2'),
+(68624, 11165, 'referenced_node_relay_id', 'cG9zdDoy'),
+(68625, 11165, 'referenced_node_single_name', 'page'),
+(68626, 11165, 'referenced_node_plural_name', 'pages'),
+(68627, 11165, 'referenced_node_post_modified', '2020-10-14 23:21:27'),
+(68628, 11166, 'action_type', 'UPDATE'),
+(68629, 11166, 'referenced_node_status', 'publish'),
+(68630, 11166, 'referenced_node_id', '1'),
+(68631, 11166, 'referenced_node_relay_id', 'dXNlcjox'),
+(68632, 11166, 'referenced_node_single_name', 'user'),
+(68633, 11166, 'referenced_node_plural_name', 'users'),
+(68635, 11167, 'action_type', 'UPDATE'),
+(68636, 11167, 'referenced_node_status', 'publish'),
+(68637, 11167, 'referenced_node_id', '1'),
+(68638, 11167, 'referenced_node_relay_id', 'cG9zdDox'),
+(68639, 11167, 'referenced_node_single_name', 'post'),
+(68640, 11167, 'referenced_node_plural_name', 'posts'),
+(68641, 11167, 'referenced_node_post_modified', '2020-10-14 23:21:27'),
+(68642, 11168, 'action_type', 'UPDATE'),
+(68643, 11168, 'referenced_node_status', 'publish'),
+(68644, 11168, 'referenced_node_id', '1'),
+(68645, 11168, 'referenced_node_relay_id', 'dXNlcjox'),
+(68646, 11168, 'referenced_node_single_name', 'user'),
+(68647, 11168, 'referenced_node_plural_name', 'users'),
+(68649, 11169, 'action_type', 'UPDATE'),
+(68650, 11169, 'referenced_node_status', 'publish'),
+(68651, 11169, 'referenced_node_id', '1'),
+(68652, 11169, 'referenced_node_relay_id', 'dXNlcjox'),
+(68653, 11169, 'referenced_node_single_name', 'user'),
+(68654, 11169, 'referenced_node_plural_name', 'users'),
+(68655, 11170, 'action_type', 'UPDATE'),
+(68656, 11170, 'referenced_node_status', 'publish'),
+(68657, 11170, 'referenced_node_id', '2'),
+(68658, 11170, 'referenced_node_relay_id', 'cG9zdDoy'),
+(68659, 11170, 'referenced_node_single_name', 'page'),
+(68660, 11170, 'referenced_node_plural_name', 'pages'),
+(68661, 11170, 'referenced_node_post_modified', '2020-10-14 23:23:17'),
+(68662, 11171, 'action_type', 'UPDATE'),
+(68663, 11171, 'referenced_node_status', 'publish'),
+(68664, 11171, 'referenced_node_id', '1'),
+(68665, 11171, 'referenced_node_relay_id', 'dXNlcjox'),
+(68666, 11171, 'referenced_node_single_name', 'user'),
+(68667, 11171, 'referenced_node_plural_name', 'users'),
+(68669, 11172, 'action_type', 'UPDATE'),
+(68670, 11172, 'referenced_node_status', 'publish'),
+(68671, 11172, 'referenced_node_id', '1'),
+(68672, 11172, 'referenced_node_relay_id', 'cG9zdDox'),
+(68673, 11172, 'referenced_node_single_name', 'post'),
+(68674, 11172, 'referenced_node_plural_name', 'posts'),
+(68675, 11172, 'referenced_node_post_modified', '2020-10-14 23:23:18'),
+(68676, 11173, 'action_type', 'UPDATE'),
+(68677, 11173, 'referenced_node_status', 'publish'),
+(68678, 11173, 'referenced_node_id', '1'),
+(68679, 11173, 'referenced_node_relay_id', 'dXNlcjox'),
+(68680, 11173, 'referenced_node_single_name', 'user'),
+(68681, 11173, 'referenced_node_plural_name', 'users'),
+(68683, 11174, 'action_type', 'UPDATE'),
+(68684, 11174, 'referenced_node_status', 'publish'),
+(68685, 11174, 'referenced_node_id', '1'),
+(68686, 11174, 'referenced_node_relay_id', 'dXNlcjox'),
+(68687, 11174, 'referenced_node_single_name', 'user'),
+(68688, 11174, 'referenced_node_plural_name', 'users'),
+(68689, 11175, 'action_type', 'UPDATE'),
+(68690, 11175, 'referenced_node_status', 'publish'),
+(68691, 11175, 'referenced_node_id', '2'),
+(68692, 11175, 'referenced_node_relay_id', 'cG9zdDoy'),
+(68693, 11175, 'referenced_node_single_name', 'page'),
+(68694, 11175, 'referenced_node_plural_name', 'pages'),
+(68695, 11175, 'referenced_node_post_modified', '2020-10-14 23:23:46'),
+(68696, 11176, 'action_type', 'UPDATE'),
+(68697, 11176, 'referenced_node_status', 'publish'),
+(68698, 11176, 'referenced_node_id', '1'),
+(68699, 11176, 'referenced_node_relay_id', 'dXNlcjox'),
+(68700, 11176, 'referenced_node_single_name', 'user'),
+(68701, 11176, 'referenced_node_plural_name', 'users'),
+(68703, 11177, 'action_type', 'UPDATE'),
+(68704, 11177, 'referenced_node_status', 'publish'),
+(68705, 11177, 'referenced_node_id', '1'),
+(68706, 11177, 'referenced_node_relay_id', 'cG9zdDox'),
+(68707, 11177, 'referenced_node_single_name', 'post'),
+(68708, 11177, 'referenced_node_plural_name', 'posts'),
+(68709, 11177, 'referenced_node_post_modified', '2020-10-14 23:23:47'),
+(68710, 11178, 'action_type', 'UPDATE'),
+(68711, 11178, 'referenced_node_status', 'publish'),
+(68712, 11178, 'referenced_node_id', '1'),
+(68713, 11178, 'referenced_node_relay_id', 'dXNlcjox'),
+(68714, 11178, 'referenced_node_single_name', 'user'),
+(68715, 11178, 'referenced_node_plural_name', 'users'),
+(68717, 11179, 'action_type', 'UPDATE'),
+(68718, 11179, 'referenced_node_status', 'publish'),
+(68719, 11179, 'referenced_node_id', '1'),
+(68720, 11179, 'referenced_node_relay_id', 'dXNlcjox'),
+(68721, 11179, 'referenced_node_single_name', 'user'),
+(68722, 11179, 'referenced_node_plural_name', 'users'),
+(68723, 11180, 'action_type', 'UPDATE'),
+(68724, 11180, 'referenced_node_status', 'publish'),
+(68725, 11180, 'referenced_node_id', '2'),
+(68726, 11180, 'referenced_node_relay_id', 'cG9zdDoy'),
+(68727, 11180, 'referenced_node_single_name', 'page'),
+(68728, 11180, 'referenced_node_plural_name', 'pages'),
+(68729, 11180, 'referenced_node_post_modified', '2020-10-15 00:42:51'),
+(68730, 11181, 'action_type', 'UPDATE'),
+(68731, 11181, 'referenced_node_status', 'publish'),
+(68732, 11181, 'referenced_node_id', '1'),
+(68733, 11181, 'referenced_node_relay_id', 'dXNlcjox'),
+(68734, 11181, 'referenced_node_single_name', 'user'),
+(68735, 11181, 'referenced_node_plural_name', 'users'),
+(68737, 11182, 'action_type', 'UPDATE'),
+(68738, 11182, 'referenced_node_status', 'publish'),
+(68739, 11182, 'referenced_node_id', '1'),
+(68740, 11182, 'referenced_node_relay_id', 'cG9zdDox'),
+(68741, 11182, 'referenced_node_single_name', 'post'),
+(68742, 11182, 'referenced_node_plural_name', 'posts'),
+(68743, 11182, 'referenced_node_post_modified', '2020-10-15 00:42:52'),
+(68744, 11183, 'action_type', 'UPDATE'),
+(68745, 11183, 'referenced_node_status', 'publish'),
+(68746, 11183, 'referenced_node_id', '1'),
+(68747, 11183, 'referenced_node_relay_id', 'dXNlcjox'),
+(68748, 11183, 'referenced_node_single_name', 'user'),
+(68749, 11183, 'referenced_node_plural_name', 'users'),
+(68751, 11184, 'action_type', 'UPDATE'),
+(68752, 11184, 'referenced_node_status', 'publish'),
+(68753, 11184, 'referenced_node_id', '1'),
+(68754, 11184, 'referenced_node_relay_id', 'dXNlcjox'),
+(68755, 11184, 'referenced_node_single_name', 'user'),
+(68756, 11184, 'referenced_node_plural_name', 'users'),
+(68757, 11185, 'action_type', 'UPDATE'),
+(68758, 11185, 'referenced_node_status', 'publish'),
+(68759, 11185, 'referenced_node_id', '2'),
+(68760, 11185, 'referenced_node_relay_id', 'cG9zdDoy'),
+(68761, 11185, 'referenced_node_single_name', 'page'),
+(68762, 11185, 'referenced_node_plural_name', 'pages'),
+(68763, 11185, 'referenced_node_post_modified', '2020-10-15 00:47:29'),
+(68764, 11186, 'action_type', 'UPDATE'),
+(68765, 11186, 'referenced_node_status', 'publish'),
+(68766, 11186, 'referenced_node_id', '1'),
+(68767, 11186, 'referenced_node_relay_id', 'dXNlcjox'),
+(68768, 11186, 'referenced_node_single_name', 'user'),
+(68769, 11186, 'referenced_node_plural_name', 'users'),
+(68771, 11187, 'action_type', 'UPDATE'),
+(68772, 11187, 'referenced_node_status', 'publish'),
+(68773, 11187, 'referenced_node_id', '1'),
+(68774, 11187, 'referenced_node_relay_id', 'cG9zdDox'),
+(68775, 11187, 'referenced_node_single_name', 'post'),
+(68776, 11187, 'referenced_node_plural_name', 'posts'),
+(68777, 11187, 'referenced_node_post_modified', '2020-10-15 00:47:30'),
+(68778, 11188, 'action_type', 'UPDATE'),
+(68779, 11188, 'referenced_node_status', 'publish'),
+(68780, 11188, 'referenced_node_id', '1'),
+(68781, 11188, 'referenced_node_relay_id', 'dXNlcjox'),
+(68782, 11188, 'referenced_node_single_name', 'user'),
+(68783, 11188, 'referenced_node_plural_name', 'users'),
+(68785, 11189, 'action_type', 'UPDATE'),
+(68786, 11189, 'referenced_node_status', 'publish'),
+(68787, 11189, 'referenced_node_id', '1'),
+(68788, 11189, 'referenced_node_relay_id', 'dXNlcjox'),
+(68789, 11189, 'referenced_node_single_name', 'user'),
+(68790, 11189, 'referenced_node_plural_name', 'users'),
+(68791, 11190, 'action_type', 'UPDATE'),
+(68792, 11190, 'referenced_node_status', 'publish'),
+(68793, 11190, 'referenced_node_id', '2'),
+(68794, 11190, 'referenced_node_relay_id', 'cG9zdDoy'),
+(68795, 11190, 'referenced_node_single_name', 'page'),
+(68796, 11190, 'referenced_node_plural_name', 'pages'),
+(68797, 11190, 'referenced_node_post_modified', '2020-10-15 00:48:07'),
+(68798, 11191, 'action_type', 'UPDATE'),
+(68799, 11191, 'referenced_node_status', 'publish'),
+(68800, 11191, 'referenced_node_id', '1'),
+(68801, 11191, 'referenced_node_relay_id', 'dXNlcjox'),
+(68802, 11191, 'referenced_node_single_name', 'user'),
+(68803, 11191, 'referenced_node_plural_name', 'users'),
+(68805, 11192, 'action_type', 'UPDATE'),
+(68806, 11192, 'referenced_node_status', 'publish'),
+(68807, 11192, 'referenced_node_id', '1'),
+(68808, 11192, 'referenced_node_relay_id', 'cG9zdDox'),
+(68809, 11192, 'referenced_node_single_name', 'post'),
+(68810, 11192, 'referenced_node_plural_name', 'posts'),
+(68811, 11192, 'referenced_node_post_modified', '2020-10-15 00:48:07'),
+(68812, 11193, 'action_type', 'UPDATE'),
+(68813, 11193, 'referenced_node_status', 'publish'),
+(68814, 11193, 'referenced_node_id', '1'),
+(68815, 11193, 'referenced_node_relay_id', 'dXNlcjox'),
+(68816, 11193, 'referenced_node_single_name', 'user'),
+(68817, 11193, 'referenced_node_plural_name', 'users'),
+(68819, 11194, 'action_type', 'UPDATE'),
+(68820, 11194, 'referenced_node_status', 'publish'),
+(68821, 11194, 'referenced_node_id', '1'),
+(68822, 11194, 'referenced_node_relay_id', 'dXNlcjox'),
+(68823, 11194, 'referenced_node_single_name', 'user'),
+(68824, 11194, 'referenced_node_plural_name', 'users'),
+(68825, 11195, 'action_type', 'UPDATE'),
+(68826, 11195, 'referenced_node_status', 'publish'),
+(68827, 11195, 'referenced_node_id', '2'),
+(68828, 11195, 'referenced_node_relay_id', 'cG9zdDoy'),
+(68829, 11195, 'referenced_node_single_name', 'page'),
+(68830, 11195, 'referenced_node_plural_name', 'pages'),
+(68831, 11195, 'referenced_node_post_modified', '2020-10-15 01:06:30'),
+(68832, 11196, 'action_type', 'UPDATE'),
+(68833, 11196, 'referenced_node_status', 'publish'),
+(68834, 11196, 'referenced_node_id', '1'),
+(68835, 11196, 'referenced_node_relay_id', 'dXNlcjox'),
+(68836, 11196, 'referenced_node_single_name', 'user'),
+(68837, 11196, 'referenced_node_plural_name', 'users'),
+(68839, 11197, 'action_type', 'UPDATE'),
+(68840, 11197, 'referenced_node_status', 'publish'),
+(68841, 11197, 'referenced_node_id', '1'),
+(68842, 11197, 'referenced_node_relay_id', 'cG9zdDox'),
+(68843, 11197, 'referenced_node_single_name', 'post'),
+(68844, 11197, 'referenced_node_plural_name', 'posts'),
+(68845, 11197, 'referenced_node_post_modified', '2020-10-15 01:06:30'),
+(68846, 11198, 'action_type', 'UPDATE'),
+(68847, 11198, 'referenced_node_status', 'publish'),
+(68848, 11198, 'referenced_node_id', '1'),
+(68849, 11198, 'referenced_node_relay_id', 'dXNlcjox'),
+(68850, 11198, 'referenced_node_single_name', 'user'),
+(68851, 11198, 'referenced_node_plural_name', 'users'),
+(68853, 11199, 'action_type', 'UPDATE'),
+(68854, 11199, 'referenced_node_status', 'publish'),
+(68855, 11199, 'referenced_node_id', '1'),
+(68856, 11199, 'referenced_node_relay_id', 'dXNlcjox'),
+(68857, 11199, 'referenced_node_single_name', 'user'),
+(68858, 11199, 'referenced_node_plural_name', 'users'),
+(68859, 11200, 'action_type', 'UPDATE'),
+(68860, 11200, 'referenced_node_status', 'publish'),
+(68861, 11200, 'referenced_node_id', '2'),
+(68862, 11200, 'referenced_node_relay_id', 'cG9zdDoy'),
+(68863, 11200, 'referenced_node_single_name', 'page'),
+(68864, 11200, 'referenced_node_plural_name', 'pages'),
+(68865, 11200, 'referenced_node_post_modified', '2020-10-15 01:07:16'),
+(68866, 11201, 'action_type', 'UPDATE'),
+(68867, 11201, 'referenced_node_status', 'publish'),
+(68868, 11201, 'referenced_node_id', '1'),
+(68869, 11201, 'referenced_node_relay_id', 'dXNlcjox'),
+(68870, 11201, 'referenced_node_single_name', 'user'),
+(68871, 11201, 'referenced_node_plural_name', 'users'),
+(68873, 11202, 'action_type', 'UPDATE'),
+(68874, 11202, 'referenced_node_status', 'publish'),
+(68875, 11202, 'referenced_node_id', '1'),
+(68876, 11202, 'referenced_node_relay_id', 'cG9zdDox'),
+(68877, 11202, 'referenced_node_single_name', 'post'),
+(68878, 11202, 'referenced_node_plural_name', 'posts'),
+(68879, 11202, 'referenced_node_post_modified', '2020-10-15 01:07:16'),
+(68880, 11203, 'action_type', 'UPDATE'),
+(68881, 11203, 'referenced_node_status', 'publish'),
+(68882, 11203, 'referenced_node_id', '1'),
+(68883, 11203, 'referenced_node_relay_id', 'dXNlcjox'),
+(68884, 11203, 'referenced_node_single_name', 'user'),
+(68885, 11203, 'referenced_node_plural_name', 'users'),
+(68887, 11204, 'action_type', 'UPDATE'),
+(68888, 11204, 'referenced_node_status', 'publish'),
+(68889, 11204, 'referenced_node_id', '1'),
+(68890, 11204, 'referenced_node_relay_id', 'dXNlcjox'),
+(68891, 11204, 'referenced_node_single_name', 'user'),
+(68892, 11204, 'referenced_node_plural_name', 'users'),
+(68893, 11205, 'action_type', 'UPDATE'),
+(68894, 11205, 'referenced_node_status', 'publish'),
+(68895, 11205, 'referenced_node_id', '2'),
+(68896, 11205, 'referenced_node_relay_id', 'cG9zdDoy'),
+(68897, 11205, 'referenced_node_single_name', 'page'),
+(68898, 11205, 'referenced_node_plural_name', 'pages'),
+(68899, 11205, 'referenced_node_post_modified', '2020-10-15 01:09:30'),
+(68900, 11206, 'action_type', 'UPDATE'),
+(68901, 11206, 'referenced_node_status', 'publish'),
+(68902, 11206, 'referenced_node_id', '1'),
+(68903, 11206, 'referenced_node_relay_id', 'dXNlcjox'),
+(68904, 11206, 'referenced_node_single_name', 'user'),
+(68905, 11206, 'referenced_node_plural_name', 'users'),
+(68907, 11207, 'action_type', 'UPDATE'),
+(68908, 11207, 'referenced_node_status', 'publish'),
+(68909, 11207, 'referenced_node_id', '1'),
+(68910, 11207, 'referenced_node_relay_id', 'cG9zdDox'),
+(68911, 11207, 'referenced_node_single_name', 'post'),
+(68912, 11207, 'referenced_node_plural_name', 'posts'),
+(68913, 11207, 'referenced_node_post_modified', '2020-10-15 01:09:30'),
+(68914, 11208, 'action_type', 'UPDATE'),
+(68915, 11208, 'referenced_node_status', 'publish'),
+(68916, 11208, 'referenced_node_id', '1'),
+(68917, 11208, 'referenced_node_relay_id', 'dXNlcjox'),
+(68918, 11208, 'referenced_node_single_name', 'user'),
+(68919, 11208, 'referenced_node_plural_name', 'users'),
+(68921, 11209, 'action_type', 'UPDATE'),
+(68922, 11209, 'referenced_node_status', 'publish'),
+(68923, 11209, 'referenced_node_id', '1'),
+(68924, 11209, 'referenced_node_relay_id', 'dXNlcjox'),
+(68925, 11209, 'referenced_node_single_name', 'user'),
+(68926, 11209, 'referenced_node_plural_name', 'users'),
+(68927, 11210, 'action_type', 'UPDATE'),
+(68928, 11210, 'referenced_node_status', 'publish'),
+(68929, 11210, 'referenced_node_id', '2'),
+(68930, 11210, 'referenced_node_relay_id', 'cG9zdDoy'),
+(68931, 11210, 'referenced_node_single_name', 'page'),
+(68932, 11210, 'referenced_node_plural_name', 'pages'),
+(68933, 11210, 'referenced_node_post_modified', '2020-10-15 01:13:15'),
+(68934, 11211, 'action_type', 'UPDATE'),
+(68935, 11211, 'referenced_node_status', 'publish'),
+(68936, 11211, 'referenced_node_id', '1'),
+(68937, 11211, 'referenced_node_relay_id', 'dXNlcjox'),
+(68938, 11211, 'referenced_node_single_name', 'user'),
+(68939, 11211, 'referenced_node_plural_name', 'users'),
+(68941, 11212, 'action_type', 'UPDATE'),
+(68942, 11212, 'referenced_node_status', 'publish'),
+(68943, 11212, 'referenced_node_id', '1'),
+(68944, 11212, 'referenced_node_relay_id', 'cG9zdDox'),
+(68945, 11212, 'referenced_node_single_name', 'post'),
+(68946, 11212, 'referenced_node_plural_name', 'posts'),
+(68947, 11212, 'referenced_node_post_modified', '2020-10-15 01:13:15'),
+(68948, 11213, 'action_type', 'UPDATE'),
+(68949, 11213, 'referenced_node_status', 'publish'),
+(68950, 11213, 'referenced_node_id', '1'),
+(68951, 11213, 'referenced_node_relay_id', 'dXNlcjox'),
+(68952, 11213, 'referenced_node_single_name', 'user'),
+(68953, 11213, 'referenced_node_plural_name', 'users'),
+(68955, 11214, 'action_type', 'UPDATE'),
+(68956, 11214, 'referenced_node_status', 'publish'),
+(68957, 11214, 'referenced_node_id', '1'),
+(68958, 11214, 'referenced_node_relay_id', 'dXNlcjox'),
+(68959, 11214, 'referenced_node_single_name', 'user'),
+(68960, 11214, 'referenced_node_plural_name', 'users'),
+(68961, 11215, 'action_type', 'UPDATE'),
+(68962, 11215, 'referenced_node_status', 'publish'),
+(68963, 11215, 'referenced_node_id', '2'),
+(68964, 11215, 'referenced_node_relay_id', 'cG9zdDoy'),
+(68965, 11215, 'referenced_node_single_name', 'page'),
+(68966, 11215, 'referenced_node_plural_name', 'pages'),
+(68967, 11215, 'referenced_node_post_modified', '2020-10-15 01:16:41'),
+(68968, 11216, 'action_type', 'UPDATE'),
+(68969, 11216, 'referenced_node_status', 'publish'),
+(68970, 11216, 'referenced_node_id', '1'),
+(68971, 11216, 'referenced_node_relay_id', 'dXNlcjox'),
+(68972, 11216, 'referenced_node_single_name', 'user'),
+(68973, 11216, 'referenced_node_plural_name', 'users'),
+(68975, 11217, 'action_type', 'UPDATE'),
+(68976, 11217, 'referenced_node_status', 'publish'),
+(68977, 11217, 'referenced_node_id', '1'),
+(68978, 11217, 'referenced_node_relay_id', 'cG9zdDox'),
+(68979, 11217, 'referenced_node_single_name', 'post'),
+(68980, 11217, 'referenced_node_plural_name', 'posts'),
+(68981, 11217, 'referenced_node_post_modified', '2020-10-15 01:16:42'),
+(68982, 11218, 'action_type', 'UPDATE'),
+(68983, 11218, 'referenced_node_status', 'publish'),
+(68984, 11218, 'referenced_node_id', '1'),
+(68985, 11218, 'referenced_node_relay_id', 'dXNlcjox'),
+(68986, 11218, 'referenced_node_single_name', 'user'),
+(68987, 11218, 'referenced_node_plural_name', 'users'),
+(68989, 11219, 'action_type', 'UPDATE'),
+(68990, 11219, 'referenced_node_status', 'publish'),
+(68991, 11219, 'referenced_node_id', '1'),
+(68992, 11219, 'referenced_node_relay_id', 'dXNlcjox'),
+(68993, 11219, 'referenced_node_single_name', 'user'),
+(68994, 11219, 'referenced_node_plural_name', 'users'),
+(68995, 11220, 'action_type', 'UPDATE'),
+(68996, 11220, 'referenced_node_status', 'publish'),
+(68997, 11220, 'referenced_node_id', '2'),
+(68998, 11220, 'referenced_node_relay_id', 'cG9zdDoy'),
+(68999, 11220, 'referenced_node_single_name', 'page'),
+(69000, 11220, 'referenced_node_plural_name', 'pages'),
+(69001, 11220, 'referenced_node_post_modified', '2020-10-15 01:18:31'),
+(69002, 11221, 'action_type', 'UPDATE'),
+(69003, 11221, 'referenced_node_status', 'publish'),
+(69004, 11221, 'referenced_node_id', '1'),
+(69005, 11221, 'referenced_node_relay_id', 'dXNlcjox'),
+(69006, 11221, 'referenced_node_single_name', 'user'),
+(69007, 11221, 'referenced_node_plural_name', 'users'),
+(69009, 11222, 'action_type', 'UPDATE'),
+(69010, 11222, 'referenced_node_status', 'publish'),
+(69011, 11222, 'referenced_node_id', '1'),
+(69012, 11222, 'referenced_node_relay_id', 'cG9zdDox'),
+(69013, 11222, 'referenced_node_single_name', 'post'),
+(69014, 11222, 'referenced_node_plural_name', 'posts'),
+(69015, 11222, 'referenced_node_post_modified', '2020-10-15 01:18:31'),
+(69016, 11223, 'action_type', 'UPDATE'),
+(69017, 11223, 'referenced_node_status', 'publish'),
+(69018, 11223, 'referenced_node_id', '1'),
+(69019, 11223, 'referenced_node_relay_id', 'dXNlcjox'),
+(69020, 11223, 'referenced_node_single_name', 'user'),
+(69021, 11223, 'referenced_node_plural_name', 'users'),
+(69023, 11224, 'action_type', 'UPDATE'),
+(69024, 11224, 'referenced_node_status', 'publish'),
+(69025, 11224, 'referenced_node_id', '1'),
+(69026, 11224, 'referenced_node_relay_id', 'dXNlcjox'),
+(69027, 11224, 'referenced_node_single_name', 'user'),
+(69028, 11224, 'referenced_node_plural_name', 'users'),
+(69029, 11225, 'action_type', 'UPDATE'),
+(69030, 11225, 'referenced_node_status', 'publish'),
+(69031, 11225, 'referenced_node_id', '2'),
+(69032, 11225, 'referenced_node_relay_id', 'cG9zdDoy'),
+(69033, 11225, 'referenced_node_single_name', 'page'),
+(69034, 11225, 'referenced_node_plural_name', 'pages'),
+(69035, 11225, 'referenced_node_post_modified', '2020-10-15 01:20:24'),
+(69036, 11226, 'action_type', 'UPDATE'),
+(69037, 11226, 'referenced_node_status', 'publish'),
+(69038, 11226, 'referenced_node_id', '1'),
+(69039, 11226, 'referenced_node_relay_id', 'dXNlcjox'),
+(69040, 11226, 'referenced_node_single_name', 'user'),
+(69041, 11226, 'referenced_node_plural_name', 'users'),
+(69043, 11227, 'action_type', 'UPDATE'),
+(69044, 11227, 'referenced_node_status', 'publish'),
+(69045, 11227, 'referenced_node_id', '1'),
+(69046, 11227, 'referenced_node_relay_id', 'cG9zdDox'),
+(69047, 11227, 'referenced_node_single_name', 'post'),
+(69048, 11227, 'referenced_node_plural_name', 'posts'),
+(69049, 11227, 'referenced_node_post_modified', '2020-10-15 01:20:24'),
+(69050, 11228, 'action_type', 'UPDATE'),
+(69051, 11228, 'referenced_node_status', 'publish'),
+(69052, 11228, 'referenced_node_id', '1'),
+(69053, 11228, 'referenced_node_relay_id', 'dXNlcjox'),
+(69054, 11228, 'referenced_node_single_name', 'user'),
+(69055, 11228, 'referenced_node_plural_name', 'users'),
+(69057, 11229, 'action_type', 'UPDATE'),
+(69058, 11229, 'referenced_node_status', 'publish'),
+(69059, 11229, 'referenced_node_id', '1'),
+(69060, 11229, 'referenced_node_relay_id', 'dXNlcjox'),
+(69061, 11229, 'referenced_node_single_name', 'user'),
+(69062, 11229, 'referenced_node_plural_name', 'users'),
+(69063, 11230, 'action_type', 'UPDATE'),
+(69064, 11230, 'referenced_node_status', 'publish'),
+(69065, 11230, 'referenced_node_id', '2'),
+(69066, 11230, 'referenced_node_relay_id', 'cG9zdDoy'),
+(69067, 11230, 'referenced_node_single_name', 'page'),
+(69068, 11230, 'referenced_node_plural_name', 'pages'),
+(69069, 11230, 'referenced_node_post_modified', '2020-10-15 01:22:21'),
+(69070, 11231, 'action_type', 'UPDATE'),
+(69071, 11231, 'referenced_node_status', 'publish'),
+(69072, 11231, 'referenced_node_id', '1'),
+(69073, 11231, 'referenced_node_relay_id', 'dXNlcjox'),
+(69074, 11231, 'referenced_node_single_name', 'user'),
+(69075, 11231, 'referenced_node_plural_name', 'users'),
+(69077, 11232, 'action_type', 'UPDATE'),
+(69078, 11232, 'referenced_node_status', 'publish'),
+(69079, 11232, 'referenced_node_id', '1'),
+(69080, 11232, 'referenced_node_relay_id', 'cG9zdDox'),
+(69081, 11232, 'referenced_node_single_name', 'post'),
+(69082, 11232, 'referenced_node_plural_name', 'posts'),
+(69083, 11232, 'referenced_node_post_modified', '2020-10-15 01:22:22'),
+(69084, 11233, 'action_type', 'UPDATE'),
+(69085, 11233, 'referenced_node_status', 'publish'),
+(69086, 11233, 'referenced_node_id', '1'),
+(69087, 11233, 'referenced_node_relay_id', 'dXNlcjox'),
+(69088, 11233, 'referenced_node_single_name', 'user'),
+(69089, 11233, 'referenced_node_plural_name', 'users'),
+(69091, 11234, 'action_type', 'UPDATE'),
+(69092, 11234, 'referenced_node_status', 'publish'),
+(69093, 11234, 'referenced_node_id', '1'),
+(69094, 11234, 'referenced_node_relay_id', 'dXNlcjox'),
+(69095, 11234, 'referenced_node_single_name', 'user'),
+(69096, 11234, 'referenced_node_plural_name', 'users'),
+(69097, 11235, 'action_type', 'UPDATE'),
+(69098, 11235, 'referenced_node_status', 'publish'),
+(69099, 11235, 'referenced_node_id', '2'),
+(69100, 11235, 'referenced_node_relay_id', 'cG9zdDoy'),
+(69101, 11235, 'referenced_node_single_name', 'page'),
+(69102, 11235, 'referenced_node_plural_name', 'pages'),
+(69103, 11235, 'referenced_node_post_modified', '2020-10-15 01:34:55'),
+(69104, 11236, 'action_type', 'UPDATE'),
+(69105, 11236, 'referenced_node_status', 'publish'),
+(69106, 11236, 'referenced_node_id', '1'),
+(69107, 11236, 'referenced_node_relay_id', 'dXNlcjox'),
+(69108, 11236, 'referenced_node_single_name', 'user'),
+(69109, 11236, 'referenced_node_plural_name', 'users'),
+(69111, 11237, 'action_type', 'UPDATE'),
+(69112, 11237, 'referenced_node_status', 'publish'),
+(69113, 11237, 'referenced_node_id', '1'),
+(69114, 11237, 'referenced_node_relay_id', 'cG9zdDox'),
+(69115, 11237, 'referenced_node_single_name', 'post'),
+(69116, 11237, 'referenced_node_plural_name', 'posts'),
+(69117, 11237, 'referenced_node_post_modified', '2020-10-15 01:34:55'),
+(69118, 11238, 'action_type', 'UPDATE'),
+(69119, 11238, 'referenced_node_status', 'publish'),
+(69120, 11238, 'referenced_node_id', '1'),
+(69121, 11238, 'referenced_node_relay_id', 'dXNlcjox'),
+(69122, 11238, 'referenced_node_single_name', 'user'),
+(69123, 11238, 'referenced_node_plural_name', 'users'),
+(69125, 11239, 'action_type', 'UPDATE'),
+(69126, 11239, 'referenced_node_status', 'publish'),
+(69127, 11239, 'referenced_node_id', '1'),
+(69128, 11239, 'referenced_node_relay_id', 'dXNlcjox'),
+(69129, 11239, 'referenced_node_single_name', 'user'),
+(69130, 11239, 'referenced_node_plural_name', 'users'),
+(69131, 11240, 'action_type', 'UPDATE'),
+(69132, 11240, 'referenced_node_status', 'publish'),
+(69133, 11240, 'referenced_node_id', '2'),
+(69134, 11240, 'referenced_node_relay_id', 'cG9zdDoy'),
+(69135, 11240, 'referenced_node_single_name', 'page'),
+(69136, 11240, 'referenced_node_plural_name', 'pages'),
+(69137, 11240, 'referenced_node_post_modified', '2020-10-15 01:37:57'),
+(69138, 11241, 'action_type', 'UPDATE'),
+(69139, 11241, 'referenced_node_status', 'publish'),
+(69140, 11241, 'referenced_node_id', '1'),
+(69141, 11241, 'referenced_node_relay_id', 'dXNlcjox'),
+(69142, 11241, 'referenced_node_single_name', 'user'),
+(69143, 11241, 'referenced_node_plural_name', 'users'),
+(69145, 11242, 'action_type', 'UPDATE'),
+(69146, 11242, 'referenced_node_status', 'publish'),
+(69147, 11242, 'referenced_node_id', '1'),
+(69148, 11242, 'referenced_node_relay_id', 'cG9zdDox'),
+(69149, 11242, 'referenced_node_single_name', 'post'),
+(69150, 11242, 'referenced_node_plural_name', 'posts'),
+(69151, 11242, 'referenced_node_post_modified', '2020-10-15 01:37:57'),
+(69152, 11243, 'action_type', 'UPDATE'),
+(69153, 11243, 'referenced_node_status', 'publish'),
+(69154, 11243, 'referenced_node_id', '1'),
+(69155, 11243, 'referenced_node_relay_id', 'dXNlcjox'),
+(69156, 11243, 'referenced_node_single_name', 'user'),
+(69157, 11243, 'referenced_node_plural_name', 'users'),
+(69159, 11244, 'action_type', 'UPDATE'),
+(69160, 11244, 'referenced_node_status', 'publish'),
+(69161, 11244, 'referenced_node_id', '1'),
+(69162, 11244, 'referenced_node_relay_id', 'dXNlcjox'),
+(69163, 11244, 'referenced_node_single_name', 'user'),
+(69164, 11244, 'referenced_node_plural_name', 'users'),
+(69165, 11245, 'action_type', 'UPDATE'),
+(69166, 11245, 'referenced_node_status', 'publish'),
+(69167, 11245, 'referenced_node_id', '2'),
+(69168, 11245, 'referenced_node_relay_id', 'cG9zdDoy'),
+(69169, 11245, 'referenced_node_single_name', 'page'),
+(69170, 11245, 'referenced_node_plural_name', 'pages'),
+(69171, 11245, 'referenced_node_post_modified', '2020-10-15 01:39:02'),
+(69172, 11246, 'action_type', 'UPDATE'),
+(69173, 11246, 'referenced_node_status', 'publish'),
+(69174, 11246, 'referenced_node_id', '1'),
+(69175, 11246, 'referenced_node_relay_id', 'dXNlcjox'),
+(69176, 11246, 'referenced_node_single_name', 'user'),
+(69177, 11246, 'referenced_node_plural_name', 'users'),
+(69179, 11247, 'action_type', 'UPDATE'),
+(69180, 11247, 'referenced_node_status', 'publish'),
+(69181, 11247, 'referenced_node_id', '1');
+INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
+(69182, 11247, 'referenced_node_relay_id', 'cG9zdDox'),
+(69183, 11247, 'referenced_node_single_name', 'post'),
+(69184, 11247, 'referenced_node_plural_name', 'posts'),
+(69185, 11247, 'referenced_node_post_modified', '2020-10-15 01:39:02'),
+(69186, 11248, 'action_type', 'UPDATE'),
+(69187, 11248, 'referenced_node_status', 'publish'),
+(69188, 11248, 'referenced_node_id', '1'),
+(69189, 11248, 'referenced_node_relay_id', 'dXNlcjox'),
+(69190, 11248, 'referenced_node_single_name', 'user'),
+(69191, 11248, 'referenced_node_plural_name', 'users'),
+(69193, 11249, 'action_type', 'UPDATE'),
+(69194, 11249, 'referenced_node_status', 'publish'),
+(69195, 11249, 'referenced_node_id', '1'),
+(69196, 11249, 'referenced_node_relay_id', 'dXNlcjox'),
+(69197, 11249, 'referenced_node_single_name', 'user'),
+(69198, 11249, 'referenced_node_plural_name', 'users'),
+(69199, 11250, 'action_type', 'UPDATE'),
+(69200, 11250, 'referenced_node_status', 'publish'),
+(69201, 11250, 'referenced_node_id', '2'),
+(69202, 11250, 'referenced_node_relay_id', 'cG9zdDoy'),
+(69203, 11250, 'referenced_node_single_name', 'page'),
+(69204, 11250, 'referenced_node_plural_name', 'pages'),
+(69205, 11250, 'referenced_node_post_modified', '2020-10-15 01:39:34'),
+(69206, 11251, 'action_type', 'UPDATE'),
+(69207, 11251, 'referenced_node_status', 'publish'),
+(69208, 11251, 'referenced_node_id', '1'),
+(69209, 11251, 'referenced_node_relay_id', 'dXNlcjox'),
+(69210, 11251, 'referenced_node_single_name', 'user'),
+(69211, 11251, 'referenced_node_plural_name', 'users'),
+(69213, 11252, 'action_type', 'UPDATE'),
+(69214, 11252, 'referenced_node_status', 'publish'),
+(69215, 11252, 'referenced_node_id', '1'),
+(69216, 11252, 'referenced_node_relay_id', 'cG9zdDox'),
+(69217, 11252, 'referenced_node_single_name', 'post'),
+(69218, 11252, 'referenced_node_plural_name', 'posts'),
+(69219, 11252, 'referenced_node_post_modified', '2020-10-15 01:39:34'),
+(69220, 11253, 'action_type', 'UPDATE'),
+(69221, 11253, 'referenced_node_status', 'publish'),
+(69222, 11253, 'referenced_node_id', '1'),
+(69223, 11253, 'referenced_node_relay_id', 'dXNlcjox'),
+(69224, 11253, 'referenced_node_single_name', 'user'),
+(69225, 11253, 'referenced_node_plural_name', 'users'),
+(69227, 11254, 'action_type', 'UPDATE'),
+(69228, 11254, 'referenced_node_status', 'publish'),
+(69229, 11254, 'referenced_node_id', '1'),
+(69230, 11254, 'referenced_node_relay_id', 'dXNlcjox'),
+(69231, 11254, 'referenced_node_single_name', 'user'),
+(69232, 11254, 'referenced_node_plural_name', 'users'),
+(69233, 11255, 'action_type', 'UPDATE'),
+(69234, 11255, 'referenced_node_status', 'publish'),
+(69235, 11255, 'referenced_node_id', '2'),
+(69236, 11255, 'referenced_node_relay_id', 'cG9zdDoy'),
+(69237, 11255, 'referenced_node_single_name', 'page'),
+(69238, 11255, 'referenced_node_plural_name', 'pages'),
+(69239, 11255, 'referenced_node_post_modified', '2020-10-15 01:40:44'),
+(69240, 11256, 'action_type', 'UPDATE'),
+(69241, 11256, 'referenced_node_status', 'publish'),
+(69242, 11256, 'referenced_node_id', '1'),
+(69243, 11256, 'referenced_node_relay_id', 'dXNlcjox'),
+(69244, 11256, 'referenced_node_single_name', 'user'),
+(69245, 11256, 'referenced_node_plural_name', 'users'),
+(69247, 11257, 'action_type', 'UPDATE'),
+(69248, 11257, 'referenced_node_status', 'publish'),
+(69249, 11257, 'referenced_node_id', '1'),
+(69250, 11257, 'referenced_node_relay_id', 'cG9zdDox'),
+(69251, 11257, 'referenced_node_single_name', 'post'),
+(69252, 11257, 'referenced_node_plural_name', 'posts'),
+(69253, 11257, 'referenced_node_post_modified', '2020-10-15 01:40:44'),
+(69254, 11258, 'action_type', 'UPDATE'),
+(69255, 11258, 'referenced_node_status', 'publish'),
+(69256, 11258, 'referenced_node_id', '1'),
+(69257, 11258, 'referenced_node_relay_id', 'dXNlcjox'),
+(69258, 11258, 'referenced_node_single_name', 'user'),
+(69259, 11258, 'referenced_node_plural_name', 'users'),
+(69261, 11259, 'action_type', 'UPDATE'),
+(69262, 11259, 'referenced_node_status', 'publish'),
+(69263, 11259, 'referenced_node_id', '1'),
+(69264, 11259, 'referenced_node_relay_id', 'dXNlcjox'),
+(69265, 11259, 'referenced_node_single_name', 'user'),
+(69266, 11259, 'referenced_node_plural_name', 'users'),
+(69267, 11260, 'action_type', 'UPDATE'),
+(69268, 11260, 'referenced_node_status', 'publish'),
+(69269, 11260, 'referenced_node_id', '2'),
+(69270, 11260, 'referenced_node_relay_id', 'cG9zdDoy'),
+(69271, 11260, 'referenced_node_single_name', 'page'),
+(69272, 11260, 'referenced_node_plural_name', 'pages'),
+(69273, 11260, 'referenced_node_post_modified', '2020-10-15 01:41:13'),
+(69274, 11261, 'action_type', 'UPDATE'),
+(69275, 11261, 'referenced_node_status', 'publish'),
+(69276, 11261, 'referenced_node_id', '1'),
+(69277, 11261, 'referenced_node_relay_id', 'dXNlcjox'),
+(69278, 11261, 'referenced_node_single_name', 'user'),
+(69279, 11261, 'referenced_node_plural_name', 'users'),
+(69281, 11262, 'action_type', 'UPDATE'),
+(69282, 11262, 'referenced_node_status', 'publish'),
+(69283, 11262, 'referenced_node_id', '1'),
+(69284, 11262, 'referenced_node_relay_id', 'cG9zdDox'),
+(69285, 11262, 'referenced_node_single_name', 'post'),
+(69286, 11262, 'referenced_node_plural_name', 'posts'),
+(69287, 11262, 'referenced_node_post_modified', '2020-10-15 01:41:13'),
+(69288, 11263, 'action_type', 'UPDATE'),
+(69289, 11263, 'referenced_node_status', 'publish'),
+(69290, 11263, 'referenced_node_id', '1'),
+(69291, 11263, 'referenced_node_relay_id', 'dXNlcjox'),
+(69292, 11263, 'referenced_node_single_name', 'user'),
+(69293, 11263, 'referenced_node_plural_name', 'users'),
+(69295, 11264, 'action_type', 'UPDATE'),
+(69296, 11264, 'referenced_node_status', 'publish'),
+(69297, 11264, 'referenced_node_id', '1'),
+(69298, 11264, 'referenced_node_relay_id', 'dXNlcjox'),
+(69299, 11264, 'referenced_node_single_name', 'user'),
+(69300, 11264, 'referenced_node_plural_name', 'users'),
+(69301, 11265, 'action_type', 'UPDATE'),
+(69302, 11265, 'referenced_node_status', 'publish'),
+(69303, 11265, 'referenced_node_id', '2'),
+(69304, 11265, 'referenced_node_relay_id', 'cG9zdDoy'),
+(69305, 11265, 'referenced_node_single_name', 'page'),
+(69306, 11265, 'referenced_node_plural_name', 'pages'),
+(69307, 11265, 'referenced_node_post_modified', '2020-10-15 13:57:05'),
+(69308, 11266, 'action_type', 'UPDATE'),
+(69309, 11266, 'referenced_node_status', 'publish'),
+(69310, 11266, 'referenced_node_id', '1'),
+(69311, 11266, 'referenced_node_relay_id', 'dXNlcjox'),
+(69312, 11266, 'referenced_node_single_name', 'user'),
+(69313, 11266, 'referenced_node_plural_name', 'users'),
+(69315, 11267, 'action_type', 'UPDATE'),
+(69316, 11267, 'referenced_node_status', 'publish'),
+(69317, 11267, 'referenced_node_id', '1'),
+(69318, 11267, 'referenced_node_relay_id', 'cG9zdDox'),
+(69319, 11267, 'referenced_node_single_name', 'post'),
+(69320, 11267, 'referenced_node_plural_name', 'posts'),
+(69321, 11267, 'referenced_node_post_modified', '2020-10-15 13:57:06'),
+(69322, 11268, 'action_type', 'UPDATE'),
+(69323, 11268, 'referenced_node_status', 'publish'),
+(69324, 11268, 'referenced_node_id', '1'),
+(69325, 11268, 'referenced_node_relay_id', 'dXNlcjox'),
+(69326, 11268, 'referenced_node_single_name', 'user'),
+(69327, 11268, 'referenced_node_plural_name', 'users'),
+(69329, 11269, 'action_type', 'UPDATE'),
+(69330, 11269, 'referenced_node_status', 'publish'),
+(69331, 11269, 'referenced_node_id', '1'),
+(69332, 11269, 'referenced_node_relay_id', 'dXNlcjox'),
+(69333, 11269, 'referenced_node_single_name', 'user'),
+(69334, 11269, 'referenced_node_plural_name', 'users'),
+(69335, 11270, 'action_type', 'UPDATE'),
+(69336, 11270, 'referenced_node_status', 'publish'),
+(69337, 11270, 'referenced_node_id', '2'),
+(69338, 11270, 'referenced_node_relay_id', 'cG9zdDoy'),
+(69339, 11270, 'referenced_node_single_name', 'page'),
+(69340, 11270, 'referenced_node_plural_name', 'pages'),
+(69341, 11270, 'referenced_node_post_modified', '2020-10-15 13:57:48'),
+(69342, 11271, 'action_type', 'UPDATE'),
+(69343, 11271, 'referenced_node_status', 'publish'),
+(69344, 11271, 'referenced_node_id', '1'),
+(69345, 11271, 'referenced_node_relay_id', 'dXNlcjox'),
+(69346, 11271, 'referenced_node_single_name', 'user'),
+(69347, 11271, 'referenced_node_plural_name', 'users'),
+(69349, 11272, 'action_type', 'UPDATE'),
+(69350, 11272, 'referenced_node_status', 'publish'),
+(69351, 11272, 'referenced_node_id', '1'),
+(69352, 11272, 'referenced_node_relay_id', 'cG9zdDox'),
+(69353, 11272, 'referenced_node_single_name', 'post'),
+(69354, 11272, 'referenced_node_plural_name', 'posts'),
+(69355, 11272, 'referenced_node_post_modified', '2020-10-15 13:57:48'),
+(69356, 11273, 'action_type', 'UPDATE'),
+(69357, 11273, 'referenced_node_status', 'publish'),
+(69358, 11273, 'referenced_node_id', '1'),
+(69359, 11273, 'referenced_node_relay_id', 'dXNlcjox'),
+(69360, 11273, 'referenced_node_single_name', 'user'),
+(69361, 11273, 'referenced_node_plural_name', 'users'),
+(69363, 11274, 'action_type', 'UPDATE'),
+(69364, 11274, 'referenced_node_status', 'publish'),
+(69365, 11274, 'referenced_node_id', '1'),
+(69366, 11274, 'referenced_node_relay_id', 'dXNlcjox'),
+(69367, 11274, 'referenced_node_single_name', 'user'),
+(69368, 11274, 'referenced_node_plural_name', 'users'),
+(69369, 11275, 'action_type', 'UPDATE'),
+(69370, 11275, 'referenced_node_status', 'publish'),
+(69371, 11275, 'referenced_node_id', '2'),
+(69372, 11275, 'referenced_node_relay_id', 'cG9zdDoy'),
+(69373, 11275, 'referenced_node_single_name', 'page'),
+(69374, 11275, 'referenced_node_plural_name', 'pages'),
+(69375, 11275, 'referenced_node_post_modified', '2020-10-15 13:58:28'),
+(69376, 11276, 'action_type', 'UPDATE'),
+(69377, 11276, 'referenced_node_status', 'publish'),
+(69378, 11276, 'referenced_node_id', '1'),
+(69379, 11276, 'referenced_node_relay_id', 'dXNlcjox'),
+(69380, 11276, 'referenced_node_single_name', 'user'),
+(69381, 11276, 'referenced_node_plural_name', 'users'),
+(69383, 11277, 'action_type', 'UPDATE'),
+(69384, 11277, 'referenced_node_status', 'publish'),
+(69385, 11277, 'referenced_node_id', '1'),
+(69386, 11277, 'referenced_node_relay_id', 'cG9zdDox'),
+(69387, 11277, 'referenced_node_single_name', 'post'),
+(69388, 11277, 'referenced_node_plural_name', 'posts'),
+(69389, 11277, 'referenced_node_post_modified', '2020-10-15 13:58:28'),
+(69390, 11278, 'action_type', 'UPDATE'),
+(69391, 11278, 'referenced_node_status', 'publish'),
+(69392, 11278, 'referenced_node_id', '1'),
+(69393, 11278, 'referenced_node_relay_id', 'dXNlcjox'),
+(69394, 11278, 'referenced_node_single_name', 'user'),
+(69395, 11278, 'referenced_node_plural_name', 'users'),
+(69397, 11279, 'action_type', 'UPDATE'),
+(69398, 11279, 'referenced_node_status', 'publish'),
+(69399, 11279, 'referenced_node_id', '1'),
+(69400, 11279, 'referenced_node_relay_id', 'dXNlcjox'),
+(69401, 11279, 'referenced_node_single_name', 'user'),
+(69402, 11279, 'referenced_node_plural_name', 'users'),
+(69403, 11280, 'action_type', 'UPDATE'),
+(69404, 11280, 'referenced_node_status', 'publish'),
+(69405, 11280, 'referenced_node_id', '2'),
+(69406, 11280, 'referenced_node_relay_id', 'cG9zdDoy'),
+(69407, 11280, 'referenced_node_single_name', 'page'),
+(69408, 11280, 'referenced_node_plural_name', 'pages'),
+(69409, 11280, 'referenced_node_post_modified', '2020-10-15 13:59:26'),
+(69410, 11281, 'action_type', 'UPDATE'),
+(69411, 11281, 'referenced_node_status', 'publish'),
+(69412, 11281, 'referenced_node_id', '1'),
+(69413, 11281, 'referenced_node_relay_id', 'dXNlcjox'),
+(69414, 11281, 'referenced_node_single_name', 'user'),
+(69415, 11281, 'referenced_node_plural_name', 'users'),
+(69417, 11282, 'action_type', 'UPDATE'),
+(69418, 11282, 'referenced_node_status', 'publish'),
+(69419, 11282, 'referenced_node_id', '1'),
+(69420, 11282, 'referenced_node_relay_id', 'cG9zdDox'),
+(69421, 11282, 'referenced_node_single_name', 'post'),
+(69422, 11282, 'referenced_node_plural_name', 'posts'),
+(69423, 11282, 'referenced_node_post_modified', '2020-10-15 13:59:26'),
+(69424, 11283, 'action_type', 'UPDATE'),
+(69425, 11283, 'referenced_node_status', 'publish'),
+(69426, 11283, 'referenced_node_id', '1'),
+(69427, 11283, 'referenced_node_relay_id', 'dXNlcjox'),
+(69428, 11283, 'referenced_node_single_name', 'user'),
+(69429, 11283, 'referenced_node_plural_name', 'users'),
+(69431, 11284, 'action_type', 'UPDATE'),
+(69432, 11284, 'referenced_node_status', 'publish'),
+(69433, 11284, 'referenced_node_id', '1'),
+(69434, 11284, 'referenced_node_relay_id', 'dXNlcjox'),
+(69435, 11284, 'referenced_node_single_name', 'user'),
+(69436, 11284, 'referenced_node_plural_name', 'users'),
+(69437, 11285, 'action_type', 'UPDATE'),
+(69438, 11285, 'referenced_node_status', 'publish'),
+(69439, 11285, 'referenced_node_id', '2'),
+(69440, 11285, 'referenced_node_relay_id', 'cG9zdDoy'),
+(69441, 11285, 'referenced_node_single_name', 'page'),
+(69442, 11285, 'referenced_node_plural_name', 'pages'),
+(69443, 11285, 'referenced_node_post_modified', '2020-10-15 13:59:50'),
+(69444, 11286, 'action_type', 'UPDATE'),
+(69445, 11286, 'referenced_node_status', 'publish'),
+(69446, 11286, 'referenced_node_id', '1'),
+(69447, 11286, 'referenced_node_relay_id', 'dXNlcjox'),
+(69448, 11286, 'referenced_node_single_name', 'user'),
+(69449, 11286, 'referenced_node_plural_name', 'users'),
+(69451, 11287, 'action_type', 'UPDATE'),
+(69452, 11287, 'referenced_node_status', 'publish'),
+(69453, 11287, 'referenced_node_id', '1'),
+(69454, 11287, 'referenced_node_relay_id', 'cG9zdDox'),
+(69455, 11287, 'referenced_node_single_name', 'post'),
+(69456, 11287, 'referenced_node_plural_name', 'posts'),
+(69457, 11287, 'referenced_node_post_modified', '2020-10-15 13:59:51'),
+(69458, 11288, 'action_type', 'UPDATE'),
+(69459, 11288, 'referenced_node_status', 'publish'),
+(69460, 11288, 'referenced_node_id', '1'),
+(69461, 11288, 'referenced_node_relay_id', 'dXNlcjox'),
+(69462, 11288, 'referenced_node_single_name', 'user'),
+(69463, 11288, 'referenced_node_plural_name', 'users'),
+(69465, 11289, 'action_type', 'UPDATE'),
+(69466, 11289, 'referenced_node_status', 'publish'),
+(69467, 11289, 'referenced_node_id', '1'),
+(69468, 11289, 'referenced_node_relay_id', 'dXNlcjox'),
+(69469, 11289, 'referenced_node_single_name', 'user'),
+(69470, 11289, 'referenced_node_plural_name', 'users'),
+(69471, 11290, 'action_type', 'UPDATE'),
+(69472, 11290, 'referenced_node_status', 'publish'),
+(69473, 11290, 'referenced_node_id', '2'),
+(69474, 11290, 'referenced_node_relay_id', 'cG9zdDoy'),
+(69475, 11290, 'referenced_node_single_name', 'page'),
+(69476, 11290, 'referenced_node_plural_name', 'pages'),
+(69477, 11290, 'referenced_node_post_modified', '2020-10-15 19:44:26'),
+(69478, 11291, 'action_type', 'UPDATE'),
+(69479, 11291, 'referenced_node_status', 'publish'),
+(69480, 11291, 'referenced_node_id', '1'),
+(69481, 11291, 'referenced_node_relay_id', 'dXNlcjox'),
+(69482, 11291, 'referenced_node_single_name', 'user'),
+(69483, 11291, 'referenced_node_plural_name', 'users'),
+(69486, 11292, 'action_type', 'UPDATE'),
+(69487, 11292, 'referenced_node_status', 'publish'),
+(69488, 11292, 'referenced_node_id', '1'),
+(69489, 11292, 'referenced_node_relay_id', 'cG9zdDox'),
+(69490, 11292, 'referenced_node_single_name', 'post'),
+(69491, 11292, 'referenced_node_plural_name', 'posts'),
+(69492, 11292, 'referenced_node_post_modified', '2020-10-15 19:44:26'),
+(69493, 11293, 'action_type', 'UPDATE'),
+(69494, 11293, 'referenced_node_status', 'publish'),
+(69495, 11293, 'referenced_node_id', '1'),
+(69496, 11293, 'referenced_node_relay_id', 'dXNlcjox'),
+(69497, 11293, 'referenced_node_single_name', 'user'),
+(69498, 11293, 'referenced_node_plural_name', 'users'),
+(69500, 11294, 'action_type', 'UPDATE'),
+(69501, 11294, 'referenced_node_status', 'publish'),
+(69502, 11294, 'referenced_node_id', '1'),
+(69503, 11294, 'referenced_node_relay_id', 'dXNlcjox'),
+(69504, 11294, 'referenced_node_single_name', 'user'),
+(69505, 11294, 'referenced_node_plural_name', 'users'),
+(69506, 11295, 'action_type', 'UPDATE'),
+(69507, 11295, 'referenced_node_status', 'publish'),
+(69508, 11295, 'referenced_node_id', '2'),
+(69509, 11295, 'referenced_node_relay_id', 'cG9zdDoy'),
+(69510, 11295, 'referenced_node_single_name', 'page'),
+(69511, 11295, 'referenced_node_plural_name', 'pages'),
+(69512, 11295, 'referenced_node_post_modified', '2020-10-15 19:45:24'),
+(69513, 11296, 'action_type', 'UPDATE'),
+(69514, 11296, 'referenced_node_status', 'publish'),
+(69515, 11296, 'referenced_node_id', '1'),
+(69516, 11296, 'referenced_node_relay_id', 'dXNlcjox'),
+(69517, 11296, 'referenced_node_single_name', 'user'),
+(69518, 11296, 'referenced_node_plural_name', 'users'),
+(69520, 11297, 'action_type', 'UPDATE'),
+(69521, 11297, 'referenced_node_status', 'publish'),
+(69522, 11297, 'referenced_node_id', '1'),
+(69523, 11297, 'referenced_node_relay_id', 'cG9zdDox'),
+(69524, 11297, 'referenced_node_single_name', 'post'),
+(69525, 11297, 'referenced_node_plural_name', 'posts'),
+(69526, 11297, 'referenced_node_post_modified', '2020-10-15 19:45:24'),
+(69527, 11298, 'action_type', 'UPDATE'),
+(69528, 11298, 'referenced_node_status', 'publish'),
+(69529, 11298, 'referenced_node_id', '1'),
+(69530, 11298, 'referenced_node_relay_id', 'dXNlcjox'),
+(69531, 11298, 'referenced_node_single_name', 'user'),
+(69532, 11298, 'referenced_node_plural_name', 'users'),
+(69534, 11299, 'action_type', 'UPDATE'),
+(69535, 11299, 'referenced_node_status', 'publish'),
+(69536, 11299, 'referenced_node_id', '1'),
+(69537, 11299, 'referenced_node_relay_id', 'dXNlcjox'),
+(69538, 11299, 'referenced_node_single_name', 'user'),
+(69539, 11299, 'referenced_node_plural_name', 'users'),
+(69540, 11300, 'action_type', 'UPDATE'),
+(69541, 11300, 'referenced_node_status', 'publish'),
+(69542, 11300, 'referenced_node_id', '2'),
+(69543, 11300, 'referenced_node_relay_id', 'cG9zdDoy'),
+(69544, 11300, 'referenced_node_single_name', 'page'),
+(69545, 11300, 'referenced_node_plural_name', 'pages'),
+(69546, 11300, 'referenced_node_post_modified', '2020-10-15 19:45:48'),
+(69547, 11301, 'action_type', 'UPDATE'),
+(69548, 11301, 'referenced_node_status', 'publish'),
+(69549, 11301, 'referenced_node_id', '1'),
+(69550, 11301, 'referenced_node_relay_id', 'dXNlcjox'),
+(69551, 11301, 'referenced_node_single_name', 'user'),
+(69552, 11301, 'referenced_node_plural_name', 'users'),
+(69555, 11302, 'action_type', 'UPDATE'),
+(69556, 11302, 'referenced_node_status', 'publish'),
+(69557, 11302, 'referenced_node_id', '1'),
+(69558, 11302, 'referenced_node_relay_id', 'cG9zdDox'),
+(69559, 11302, 'referenced_node_single_name', 'post'),
+(69560, 11302, 'referenced_node_plural_name', 'posts'),
+(69561, 11302, 'referenced_node_post_modified', '2020-10-15 19:45:48'),
+(69562, 11303, 'action_type', 'UPDATE'),
+(69563, 11303, 'referenced_node_status', 'publish'),
+(69564, 11303, 'referenced_node_id', '1'),
+(69565, 11303, 'referenced_node_relay_id', 'dXNlcjox'),
+(69566, 11303, 'referenced_node_single_name', 'user'),
+(69567, 11303, 'referenced_node_plural_name', 'users'),
+(69569, 11304, 'action_type', 'UPDATE'),
+(69570, 11304, 'referenced_node_status', 'publish'),
+(69571, 11304, 'referenced_node_id', '1'),
+(69572, 11304, 'referenced_node_relay_id', 'dXNlcjox'),
+(69573, 11304, 'referenced_node_single_name', 'user'),
+(69574, 11304, 'referenced_node_plural_name', 'users'),
+(69575, 11305, 'action_type', 'UPDATE'),
+(69576, 11305, 'referenced_node_status', 'publish'),
+(69577, 11305, 'referenced_node_id', '2'),
+(69578, 11305, 'referenced_node_relay_id', 'cG9zdDoy'),
+(69579, 11305, 'referenced_node_single_name', 'page'),
+(69580, 11305, 'referenced_node_plural_name', 'pages'),
+(69581, 11305, 'referenced_node_post_modified', '2020-10-15 20:14:08'),
+(69582, 11306, 'action_type', 'UPDATE'),
+(69583, 11306, 'referenced_node_status', 'publish'),
+(69584, 11306, 'referenced_node_id', '1'),
+(69585, 11306, 'referenced_node_relay_id', 'dXNlcjox'),
+(69586, 11306, 'referenced_node_single_name', 'user'),
+(69587, 11306, 'referenced_node_plural_name', 'users'),
+(69590, 11307, 'action_type', 'UPDATE'),
+(69591, 11307, 'referenced_node_status', 'publish'),
+(69592, 11307, 'referenced_node_id', '1'),
+(69593, 11307, 'referenced_node_relay_id', 'cG9zdDox'),
+(69594, 11307, 'referenced_node_single_name', 'post'),
+(69595, 11307, 'referenced_node_plural_name', 'posts'),
+(69596, 11307, 'referenced_node_post_modified', '2020-10-15 20:14:08'),
+(69597, 11308, 'action_type', 'UPDATE'),
+(69598, 11308, 'referenced_node_status', 'publish'),
+(69599, 11308, 'referenced_node_id', '1'),
+(69600, 11308, 'referenced_node_relay_id', 'dXNlcjox'),
+(69601, 11308, 'referenced_node_single_name', 'user'),
+(69602, 11308, 'referenced_node_plural_name', 'users'),
+(69604, 11309, 'action_type', 'UPDATE'),
+(69605, 11309, 'referenced_node_status', 'publish'),
+(69606, 11309, 'referenced_node_id', '1'),
+(69607, 11309, 'referenced_node_relay_id', 'dXNlcjox'),
+(69608, 11309, 'referenced_node_single_name', 'user'),
+(69609, 11309, 'referenced_node_plural_name', 'users'),
+(69610, 11310, 'action_type', 'UPDATE'),
+(69611, 11310, 'referenced_node_status', 'publish'),
+(69612, 11310, 'referenced_node_id', '2'),
+(69613, 11310, 'referenced_node_relay_id', 'cG9zdDoy'),
+(69614, 11310, 'referenced_node_single_name', 'page'),
+(69615, 11310, 'referenced_node_plural_name', 'pages'),
+(69616, 11310, 'referenced_node_post_modified', '2020-10-15 20:15:04'),
+(69617, 11311, 'action_type', 'UPDATE'),
+(69618, 11311, 'referenced_node_status', 'publish'),
+(69619, 11311, 'referenced_node_id', '1'),
+(69620, 11311, 'referenced_node_relay_id', 'dXNlcjox'),
+(69621, 11311, 'referenced_node_single_name', 'user'),
+(69622, 11311, 'referenced_node_plural_name', 'users'),
+(69625, 11312, 'action_type', 'UPDATE'),
+(69626, 11312, 'referenced_node_status', 'publish'),
+(69627, 11312, 'referenced_node_id', '1'),
+(69628, 11312, 'referenced_node_relay_id', 'cG9zdDox'),
+(69629, 11312, 'referenced_node_single_name', 'post'),
+(69630, 11312, 'referenced_node_plural_name', 'posts'),
+(69631, 11312, 'referenced_node_post_modified', '2020-10-15 20:15:04'),
+(69632, 11313, 'action_type', 'UPDATE'),
+(69633, 11313, 'referenced_node_status', 'publish'),
+(69634, 11313, 'referenced_node_id', '1'),
+(69635, 11313, 'referenced_node_relay_id', 'dXNlcjox'),
+(69636, 11313, 'referenced_node_single_name', 'user'),
+(69637, 11313, 'referenced_node_plural_name', 'users'),
+(69639, 11314, 'action_type', 'UPDATE'),
+(69640, 11314, 'referenced_node_status', 'publish'),
+(69641, 11314, 'referenced_node_id', '1'),
+(69642, 11314, 'referenced_node_relay_id', 'dXNlcjox'),
+(69643, 11314, 'referenced_node_single_name', 'user'),
+(69644, 11314, 'referenced_node_plural_name', 'users'),
+(69645, 11315, 'action_type', 'UPDATE'),
+(69646, 11315, 'referenced_node_status', 'publish'),
+(69647, 11315, 'referenced_node_id', '2'),
+(69648, 11315, 'referenced_node_relay_id', 'cG9zdDoy'),
+(69649, 11315, 'referenced_node_single_name', 'page'),
+(69650, 11315, 'referenced_node_plural_name', 'pages'),
+(69651, 11315, 'referenced_node_post_modified', '2020-10-15 20:15:26'),
+(69652, 11316, 'action_type', 'UPDATE'),
+(69653, 11316, 'referenced_node_status', 'publish'),
+(69654, 11316, 'referenced_node_id', '1'),
+(69655, 11316, 'referenced_node_relay_id', 'dXNlcjox'),
+(69656, 11316, 'referenced_node_single_name', 'user'),
+(69657, 11316, 'referenced_node_plural_name', 'users'),
+(69660, 11317, 'action_type', 'UPDATE'),
+(69661, 11317, 'referenced_node_status', 'publish'),
+(69662, 11317, 'referenced_node_id', '1'),
+(69663, 11317, 'referenced_node_relay_id', 'cG9zdDox'),
+(69664, 11317, 'referenced_node_single_name', 'post'),
+(69665, 11317, 'referenced_node_plural_name', 'posts'),
+(69666, 11317, 'referenced_node_post_modified', '2020-10-15 20:15:27'),
+(69667, 11318, 'action_type', 'UPDATE'),
+(69668, 11318, 'referenced_node_status', 'publish'),
+(69669, 11318, 'referenced_node_id', '1'),
+(69670, 11318, 'referenced_node_relay_id', 'dXNlcjox'),
+(69671, 11318, 'referenced_node_single_name', 'user'),
+(69672, 11318, 'referenced_node_plural_name', 'users'),
+(69674, 11319, 'action_type', 'UPDATE'),
+(69675, 11319, 'referenced_node_status', 'publish'),
+(69676, 11319, 'referenced_node_id', '1'),
+(69677, 11319, 'referenced_node_relay_id', 'dXNlcjox'),
+(69678, 11319, 'referenced_node_single_name', 'user'),
+(69679, 11319, 'referenced_node_plural_name', 'users'),
+(69686, 11321, 'action_type', 'UPDATE'),
+(69687, 11321, 'referenced_node_status', 'publish'),
+(69688, 11321, 'referenced_node_id', '2'),
+(69689, 11321, 'referenced_node_relay_id', 'cG9zdDoy'),
+(69690, 11321, 'referenced_node_single_name', 'page'),
+(69691, 11321, 'referenced_node_plural_name', 'pages'),
+(69692, 11321, 'referenced_node_post_modified', '2020-10-15 21:35:44'),
+(69693, 11322, 'action_type', 'UPDATE'),
+(69694, 11322, 'referenced_node_status', 'publish'),
+(69695, 11322, 'referenced_node_id', '1'),
+(69696, 11322, 'referenced_node_relay_id', 'dXNlcjox'),
+(69697, 11322, 'referenced_node_single_name', 'user'),
+(69698, 11322, 'referenced_node_plural_name', 'users'),
+(69701, 11323, 'action_type', 'UPDATE'),
+(69702, 11323, 'referenced_node_status', 'publish'),
+(69703, 11323, 'referenced_node_id', '1'),
+(69704, 11323, 'referenced_node_relay_id', 'cG9zdDox'),
+(69705, 11323, 'referenced_node_single_name', 'post'),
+(69706, 11323, 'referenced_node_plural_name', 'posts'),
+(69707, 11323, 'referenced_node_post_modified', '2020-10-15 21:35:45'),
+(69708, 11324, 'action_type', 'UPDATE'),
+(69709, 11324, 'referenced_node_status', 'publish'),
+(69710, 11324, 'referenced_node_id', '1'),
+(69711, 11324, 'referenced_node_relay_id', 'dXNlcjox'),
+(69712, 11324, 'referenced_node_single_name', 'user'),
+(69713, 11324, 'referenced_node_plural_name', 'users'),
+(69715, 11325, 'action_type', 'UPDATE'),
+(69716, 11325, 'referenced_node_status', 'publish'),
+(69717, 11325, 'referenced_node_id', '1'),
+(69718, 11325, 'referenced_node_relay_id', 'dXNlcjox'),
+(69719, 11325, 'referenced_node_single_name', 'user'),
+(69720, 11325, 'referenced_node_plural_name', 'users'),
+(69721, 11326, 'action_type', 'UPDATE'),
+(69722, 11326, 'referenced_node_status', 'publish'),
+(69723, 11326, 'referenced_node_id', '2'),
+(69724, 11326, 'referenced_node_relay_id', 'cG9zdDoy'),
+(69725, 11326, 'referenced_node_single_name', 'page'),
+(69726, 11326, 'referenced_node_plural_name', 'pages'),
+(69727, 11326, 'referenced_node_post_modified', '2020-10-15 21:36:55'),
+(69728, 11327, 'action_type', 'UPDATE'),
+(69729, 11327, 'referenced_node_status', 'publish'),
+(69730, 11327, 'referenced_node_id', '1'),
+(69731, 11327, 'referenced_node_relay_id', 'dXNlcjox'),
+(69732, 11327, 'referenced_node_single_name', 'user'),
+(69733, 11327, 'referenced_node_plural_name', 'users'),
+(69736, 11328, 'action_type', 'UPDATE'),
+(69737, 11328, 'referenced_node_status', 'publish'),
+(69738, 11328, 'referenced_node_id', '1'),
+(69739, 11328, 'referenced_node_relay_id', 'cG9zdDox'),
+(69740, 11328, 'referenced_node_single_name', 'post'),
+(69741, 11328, 'referenced_node_plural_name', 'posts'),
+(69742, 11328, 'referenced_node_post_modified', '2020-10-15 21:36:55'),
+(69743, 11329, 'action_type', 'UPDATE'),
+(69744, 11329, 'referenced_node_status', 'publish'),
+(69745, 11329, 'referenced_node_id', '1'),
+(69746, 11329, 'referenced_node_relay_id', 'dXNlcjox'),
+(69747, 11329, 'referenced_node_single_name', 'user'),
+(69748, 11329, 'referenced_node_plural_name', 'users'),
+(69750, 11330, 'action_type', 'UPDATE'),
+(69751, 11330, 'referenced_node_status', 'publish'),
+(69752, 11330, 'referenced_node_id', '1'),
+(69753, 11330, 'referenced_node_relay_id', 'dXNlcjox'),
+(69754, 11330, 'referenced_node_single_name', 'user'),
+(69755, 11330, 'referenced_node_plural_name', 'users'),
+(69756, 11331, 'action_type', 'UPDATE'),
+(69757, 11331, 'referenced_node_status', 'publish'),
+(69758, 11331, 'referenced_node_id', '2'),
+(69759, 11331, 'referenced_node_relay_id', 'cG9zdDoy'),
+(69760, 11331, 'referenced_node_single_name', 'page'),
+(69761, 11331, 'referenced_node_plural_name', 'pages'),
+(69762, 11331, 'referenced_node_post_modified', '2020-10-15 21:37:24'),
+(69763, 11332, 'action_type', 'UPDATE'),
+(69764, 11332, 'referenced_node_status', 'publish'),
+(69765, 11332, 'referenced_node_id', '1'),
+(69766, 11332, 'referenced_node_relay_id', 'dXNlcjox'),
+(69767, 11332, 'referenced_node_single_name', 'user'),
+(69768, 11332, 'referenced_node_plural_name', 'users'),
+(69771, 11333, 'action_type', 'UPDATE'),
+(69772, 11333, 'referenced_node_status', 'publish'),
+(69773, 11333, 'referenced_node_id', '1'),
+(69774, 11333, 'referenced_node_relay_id', 'cG9zdDox'),
+(69775, 11333, 'referenced_node_single_name', 'post'),
+(69776, 11333, 'referenced_node_plural_name', 'posts'),
+(69777, 11333, 'referenced_node_post_modified', '2020-10-15 21:37:24'),
+(69778, 11334, 'action_type', 'UPDATE'),
+(69779, 11334, 'referenced_node_status', 'publish'),
+(69780, 11334, 'referenced_node_id', '1'),
+(69781, 11334, 'referenced_node_relay_id', 'dXNlcjox'),
+(69782, 11334, 'referenced_node_single_name', 'user'),
+(69783, 11334, 'referenced_node_plural_name', 'users'),
+(69785, 11335, 'action_type', 'UPDATE'),
+(69786, 11335, 'referenced_node_status', 'publish'),
+(69787, 11335, 'referenced_node_id', '1'),
+(69788, 11335, 'referenced_node_relay_id', 'dXNlcjox'),
+(69789, 11335, 'referenced_node_single_name', 'user'),
+(69790, 11335, 'referenced_node_plural_name', 'users'),
+(69791, 4, '__update', '1'),
+(69792, 11336, 'action_type', 'UPDATE'),
+(69793, 11336, 'referenced_node_status', 'publish'),
+(69794, 11336, 'referenced_node_id', '2'),
+(69795, 11336, 'referenced_node_relay_id', 'cG9zdDoy'),
+(69796, 11336, 'referenced_node_single_name', 'page'),
+(69797, 11336, 'referenced_node_plural_name', 'pages'),
+(69798, 11336, 'referenced_node_post_modified', '2020-10-16 23:10:37'),
+(69799, 11337, 'action_type', 'UPDATE'),
+(69800, 11337, 'referenced_node_status', 'publish'),
+(69801, 11337, 'referenced_node_id', '1'),
+(69802, 11337, 'referenced_node_relay_id', 'dXNlcjox'),
+(69803, 11337, 'referenced_node_single_name', 'user'),
+(69804, 11337, 'referenced_node_plural_name', 'users'),
+(69807, 11338, 'action_type', 'UPDATE'),
+(69808, 11338, 'referenced_node_status', 'publish'),
+(69809, 11338, 'referenced_node_id', '1'),
+(69810, 11338, 'referenced_node_relay_id', 'cG9zdDox'),
+(69811, 11338, 'referenced_node_single_name', 'post'),
+(69812, 11338, 'referenced_node_plural_name', 'posts'),
+(69813, 11338, 'referenced_node_post_modified', '2020-10-16 23:10:40'),
+(69814, 11339, 'action_type', 'UPDATE'),
+(69815, 11339, 'referenced_node_status', 'publish'),
+(69816, 11339, 'referenced_node_id', '1'),
+(69817, 11339, 'referenced_node_relay_id', 'dXNlcjox'),
+(69818, 11339, 'referenced_node_single_name', 'user'),
+(69819, 11339, 'referenced_node_plural_name', 'users'),
+(69821, 11340, 'action_type', 'UPDATE'),
+(69822, 11340, 'referenced_node_status', 'publish'),
+(69823, 11340, 'referenced_node_id', '1'),
+(69824, 11340, 'referenced_node_relay_id', 'dXNlcjox'),
+(69825, 11340, 'referenced_node_single_name', 'user'),
+(69826, 11340, 'referenced_node_plural_name', 'users'),
+(69827, 11341, 'action_type', 'UPDATE'),
+(69828, 11341, 'referenced_node_status', 'publish'),
+(69829, 11341, 'referenced_node_id', '2'),
+(69830, 11341, 'referenced_node_relay_id', 'cG9zdDoy'),
+(69831, 11341, 'referenced_node_single_name', 'page'),
+(69832, 11341, 'referenced_node_plural_name', 'pages'),
+(69833, 11341, 'referenced_node_post_modified', '2020-10-16 23:13:09'),
+(69834, 11342, 'action_type', 'UPDATE'),
+(69835, 11342, 'referenced_node_status', 'publish'),
+(69836, 11342, 'referenced_node_id', '1'),
+(69837, 11342, 'referenced_node_relay_id', 'dXNlcjox'),
+(69838, 11342, 'referenced_node_single_name', 'user'),
+(69839, 11342, 'referenced_node_plural_name', 'users'),
+(69841, 11343, 'action_type', 'UPDATE'),
+(69842, 11343, 'referenced_node_status', 'publish'),
+(69843, 11343, 'referenced_node_id', '1'),
+(69844, 11343, 'referenced_node_relay_id', 'cG9zdDox'),
+(69845, 11343, 'referenced_node_single_name', 'post'),
+(69846, 11343, 'referenced_node_plural_name', 'posts'),
+(69847, 11343, 'referenced_node_post_modified', '2020-10-16 23:13:10'),
+(69848, 11344, 'action_type', 'UPDATE'),
+(69849, 11344, 'referenced_node_status', 'publish'),
+(69850, 11344, 'referenced_node_id', '1'),
+(69851, 11344, 'referenced_node_relay_id', 'dXNlcjox'),
+(69852, 11344, 'referenced_node_single_name', 'user'),
+(69853, 11344, 'referenced_node_plural_name', 'users'),
+(69855, 11345, 'action_type', 'UPDATE'),
+(69856, 11345, 'referenced_node_status', 'publish'),
+(69857, 11345, 'referenced_node_id', '1'),
+(69858, 11345, 'referenced_node_relay_id', 'dXNlcjox'),
+(69859, 11345, 'referenced_node_single_name', 'user'),
+(69860, 11345, 'referenced_node_plural_name', 'users'),
+(69861, 11346, 'action_type', 'UPDATE'),
+(69862, 11346, 'referenced_node_status', 'publish'),
+(69863, 11346, 'referenced_node_id', '2'),
+(69864, 11346, 'referenced_node_relay_id', 'cG9zdDoy'),
+(69865, 11346, 'referenced_node_single_name', 'page'),
+(69866, 11346, 'referenced_node_plural_name', 'pages'),
+(69867, 11346, 'referenced_node_post_modified', '2020-10-16 23:16:21'),
+(69868, 11347, 'action_type', 'UPDATE'),
+(69869, 11347, 'referenced_node_status', 'publish'),
+(69870, 11347, 'referenced_node_id', '1'),
+(69871, 11347, 'referenced_node_relay_id', 'dXNlcjox'),
+(69872, 11347, 'referenced_node_single_name', 'user'),
+(69873, 11347, 'referenced_node_plural_name', 'users'),
+(69875, 11348, 'action_type', 'UPDATE'),
+(69876, 11348, 'referenced_node_status', 'publish'),
+(69877, 11348, 'referenced_node_id', '1'),
+(69878, 11348, 'referenced_node_relay_id', 'cG9zdDox'),
+(69879, 11348, 'referenced_node_single_name', 'post'),
+(69880, 11348, 'referenced_node_plural_name', 'posts'),
+(69881, 11348, 'referenced_node_post_modified', '2020-10-16 23:16:21'),
+(69882, 11349, 'action_type', 'UPDATE'),
+(69883, 11349, 'referenced_node_status', 'publish'),
+(69884, 11349, 'referenced_node_id', '1'),
+(69885, 11349, 'referenced_node_relay_id', 'dXNlcjox'),
+(69886, 11349, 'referenced_node_single_name', 'user'),
+(69887, 11349, 'referenced_node_plural_name', 'users'),
+(69889, 11350, 'action_type', 'UPDATE'),
+(69890, 11350, 'referenced_node_status', 'publish'),
+(69891, 11350, 'referenced_node_id', '1'),
+(69892, 11350, 'referenced_node_relay_id', 'dXNlcjox'),
+(69893, 11350, 'referenced_node_single_name', 'user'),
+(69894, 11350, 'referenced_node_plural_name', 'users'),
+(69895, 11351, 'action_type', 'UPDATE'),
+(69896, 11351, 'referenced_node_status', 'publish'),
+(69897, 11351, 'referenced_node_id', '2'),
+(69898, 11351, 'referenced_node_relay_id', 'cG9zdDoy'),
+(69899, 11351, 'referenced_node_single_name', 'page'),
+(69900, 11351, 'referenced_node_plural_name', 'pages'),
+(69901, 11351, 'referenced_node_post_modified', '2020-10-16 23:17:37'),
+(69902, 11352, 'action_type', 'UPDATE'),
+(69903, 11352, 'referenced_node_status', 'publish'),
+(69904, 11352, 'referenced_node_id', '1'),
+(69905, 11352, 'referenced_node_relay_id', 'dXNlcjox'),
+(69906, 11352, 'referenced_node_single_name', 'user'),
+(69907, 11352, 'referenced_node_plural_name', 'users'),
+(69909, 11353, 'action_type', 'UPDATE'),
+(69910, 11353, 'referenced_node_status', 'publish'),
+(69911, 11353, 'referenced_node_id', '1'),
+(69912, 11353, 'referenced_node_relay_id', 'cG9zdDox'),
+(69913, 11353, 'referenced_node_single_name', 'post'),
+(69914, 11353, 'referenced_node_plural_name', 'posts'),
+(69915, 11353, 'referenced_node_post_modified', '2020-10-16 23:17:37'),
+(69916, 11354, 'action_type', 'UPDATE'),
+(69917, 11354, 'referenced_node_status', 'publish'),
+(69918, 11354, 'referenced_node_id', '1'),
+(69919, 11354, 'referenced_node_relay_id', 'dXNlcjox'),
+(69920, 11354, 'referenced_node_single_name', 'user'),
+(69921, 11354, 'referenced_node_plural_name', 'users'),
+(69923, 11355, 'action_type', 'UPDATE'),
+(69924, 11355, 'referenced_node_status', 'publish'),
+(69925, 11355, 'referenced_node_id', '1'),
+(69926, 11355, 'referenced_node_relay_id', 'dXNlcjox'),
+(69927, 11355, 'referenced_node_single_name', 'user'),
+(69928, 11355, 'referenced_node_plural_name', 'users'),
+(69929, 11356, 'action_type', 'UPDATE'),
+(69930, 11356, 'referenced_node_status', 'publish'),
+(69931, 11356, 'referenced_node_id', '2'),
+(69932, 11356, 'referenced_node_relay_id', 'cG9zdDoy'),
+(69933, 11356, 'referenced_node_single_name', 'page'),
+(69934, 11356, 'referenced_node_plural_name', 'pages'),
+(69935, 11356, 'referenced_node_post_modified', '2020-10-16 23:18:09'),
+(69936, 11357, 'action_type', 'UPDATE'),
+(69937, 11357, 'referenced_node_status', 'publish'),
+(69938, 11357, 'referenced_node_id', '1'),
+(69939, 11357, 'referenced_node_relay_id', 'dXNlcjox'),
+(69940, 11357, 'referenced_node_single_name', 'user'),
+(69941, 11357, 'referenced_node_plural_name', 'users'),
+(69943, 11358, 'action_type', 'UPDATE'),
+(69944, 11358, 'referenced_node_status', 'publish'),
+(69945, 11358, 'referenced_node_id', '1'),
+(69946, 11358, 'referenced_node_relay_id', 'cG9zdDox'),
+(69947, 11358, 'referenced_node_single_name', 'post'),
+(69948, 11358, 'referenced_node_plural_name', 'posts'),
+(69949, 11358, 'referenced_node_post_modified', '2020-10-16 23:18:09'),
+(69950, 11359, 'action_type', 'UPDATE'),
+(69951, 11359, 'referenced_node_status', 'publish'),
+(69952, 11359, 'referenced_node_id', '1'),
+(69953, 11359, 'referenced_node_relay_id', 'dXNlcjox'),
+(69954, 11359, 'referenced_node_single_name', 'user'),
+(69955, 11359, 'referenced_node_plural_name', 'users'),
+(69957, 11360, 'action_type', 'UPDATE'),
+(69958, 11360, 'referenced_node_status', 'publish'),
+(69959, 11360, 'referenced_node_id', '1'),
+(69960, 11360, 'referenced_node_relay_id', 'dXNlcjox'),
+(69961, 11360, 'referenced_node_single_name', 'user'),
+(69962, 11360, 'referenced_node_plural_name', 'users'),
+(69963, 11361, 'action_type', 'UPDATE'),
+(69964, 11361, 'referenced_node_status', 'publish'),
+(69965, 11361, 'referenced_node_id', '2'),
+(69966, 11361, 'referenced_node_relay_id', 'cG9zdDoy'),
+(69967, 11361, 'referenced_node_single_name', 'page'),
+(69968, 11361, 'referenced_node_plural_name', 'pages'),
+(69969, 11361, 'referenced_node_post_modified', '2020-10-16 23:22:03'),
+(69970, 11362, 'action_type', 'UPDATE'),
+(69971, 11362, 'referenced_node_status', 'publish'),
+(69972, 11362, 'referenced_node_id', '1'),
+(69973, 11362, 'referenced_node_relay_id', 'dXNlcjox'),
+(69974, 11362, 'referenced_node_single_name', 'user'),
+(69975, 11362, 'referenced_node_plural_name', 'users'),
+(69977, 11363, 'action_type', 'UPDATE'),
+(69978, 11363, 'referenced_node_status', 'publish'),
+(69979, 11363, 'referenced_node_id', '1'),
+(69980, 11363, 'referenced_node_relay_id', 'cG9zdDox'),
+(69981, 11363, 'referenced_node_single_name', 'post'),
+(69982, 11363, 'referenced_node_plural_name', 'posts'),
+(69983, 11363, 'referenced_node_post_modified', '2020-10-16 23:22:03'),
+(69984, 11364, 'action_type', 'UPDATE'),
+(69985, 11364, 'referenced_node_status', 'publish'),
+(69986, 11364, 'referenced_node_id', '1'),
+(69987, 11364, 'referenced_node_relay_id', 'dXNlcjox'),
+(69988, 11364, 'referenced_node_single_name', 'user'),
+(69989, 11364, 'referenced_node_plural_name', 'users'),
+(69991, 11365, 'action_type', 'UPDATE'),
+(69992, 11365, 'referenced_node_status', 'publish'),
+(69993, 11365, 'referenced_node_id', '1'),
+(69994, 11365, 'referenced_node_relay_id', 'dXNlcjox'),
+(69995, 11365, 'referenced_node_single_name', 'user'),
+(69996, 11365, 'referenced_node_plural_name', 'users'),
+(69997, 11366, 'action_type', 'UPDATE'),
+(69998, 11366, 'referenced_node_status', 'publish'),
+(69999, 11366, 'referenced_node_id', '2'),
+(70000, 11366, 'referenced_node_relay_id', 'cG9zdDoy'),
+(70001, 11366, 'referenced_node_single_name', 'page'),
+(70002, 11366, 'referenced_node_plural_name', 'pages'),
+(70003, 11366, 'referenced_node_post_modified', '2020-10-16 23:23:16'),
+(70004, 11367, 'action_type', 'UPDATE'),
+(70005, 11367, 'referenced_node_status', 'publish'),
+(70006, 11367, 'referenced_node_id', '1'),
+(70007, 11367, 'referenced_node_relay_id', 'dXNlcjox'),
+(70008, 11367, 'referenced_node_single_name', 'user'),
+(70009, 11367, 'referenced_node_plural_name', 'users'),
+(70011, 11368, 'action_type', 'UPDATE'),
+(70012, 11368, 'referenced_node_status', 'publish'),
+(70013, 11368, 'referenced_node_id', '1'),
+(70014, 11368, 'referenced_node_relay_id', 'cG9zdDox'),
+(70015, 11368, 'referenced_node_single_name', 'post'),
+(70016, 11368, 'referenced_node_plural_name', 'posts'),
+(70017, 11368, 'referenced_node_post_modified', '2020-10-16 23:23:16'),
+(70018, 11369, 'action_type', 'UPDATE'),
+(70019, 11369, 'referenced_node_status', 'publish'),
+(70020, 11369, 'referenced_node_id', '1'),
+(70021, 11369, 'referenced_node_relay_id', 'dXNlcjox'),
+(70022, 11369, 'referenced_node_single_name', 'user'),
+(70023, 11369, 'referenced_node_plural_name', 'users'),
+(70025, 11370, 'action_type', 'UPDATE'),
+(70026, 11370, 'referenced_node_status', 'publish'),
+(70027, 11370, 'referenced_node_id', '1'),
+(70028, 11370, 'referenced_node_relay_id', 'dXNlcjox'),
+(70029, 11370, 'referenced_node_single_name', 'user'),
+(70030, 11370, 'referenced_node_plural_name', 'users'),
+(70031, 11371, 'action_type', 'UPDATE'),
+(70032, 11371, 'referenced_node_status', 'publish'),
+(70033, 11371, 'referenced_node_id', '2'),
+(70034, 11371, 'referenced_node_relay_id', 'cG9zdDoy'),
+(70035, 11371, 'referenced_node_single_name', 'page'),
+(70036, 11371, 'referenced_node_plural_name', 'pages'),
+(70037, 11371, 'referenced_node_post_modified', '2020-10-16 23:23:47'),
+(70038, 11372, 'action_type', 'UPDATE'),
+(70039, 11372, 'referenced_node_status', 'publish'),
+(70040, 11372, 'referenced_node_id', '1'),
+(70041, 11372, 'referenced_node_relay_id', 'dXNlcjox'),
+(70042, 11372, 'referenced_node_single_name', 'user'),
+(70043, 11372, 'referenced_node_plural_name', 'users'),
+(70045, 11373, 'action_type', 'UPDATE'),
+(70046, 11373, 'referenced_node_status', 'publish'),
+(70047, 11373, 'referenced_node_id', '1'),
+(70048, 11373, 'referenced_node_relay_id', 'cG9zdDox'),
+(70049, 11373, 'referenced_node_single_name', 'post'),
+(70050, 11373, 'referenced_node_plural_name', 'posts'),
+(70051, 11373, 'referenced_node_post_modified', '2020-10-16 23:23:47'),
+(70052, 11374, 'action_type', 'UPDATE'),
+(70053, 11374, 'referenced_node_status', 'publish'),
+(70054, 11374, 'referenced_node_id', '1'),
+(70055, 11374, 'referenced_node_relay_id', 'dXNlcjox'),
+(70056, 11374, 'referenced_node_single_name', 'user'),
+(70057, 11374, 'referenced_node_plural_name', 'users'),
+(70059, 11375, 'action_type', 'UPDATE'),
+(70060, 11375, 'referenced_node_status', 'publish'),
+(70061, 11375, 'referenced_node_id', '1'),
+(70062, 11375, 'referenced_node_relay_id', 'dXNlcjox'),
+(70063, 11375, 'referenced_node_single_name', 'user'),
+(70064, 11375, 'referenced_node_plural_name', 'users'),
+(70065, 5, '__update', '1'),
+(70066, 11375, '_wp_trash_meta_status', 'publish'),
+(70067, 11375, '_wp_trash_meta_time', '1602944262'),
+(70068, 11375, '_wp_desired_post_slug', 'tyler-1602890627-3'),
+(70069, 11372, '_wp_trash_meta_status', 'publish'),
+(70070, 11372, '_wp_trash_meta_time', '1602944262'),
+(70071, 11372, '_wp_desired_post_slug', 'tyler-1602890627'),
+(70072, 11374, '_wp_trash_meta_status', 'publish'),
+(70073, 11374, '_wp_trash_meta_time', '1602944262'),
+(70074, 11374, '_wp_desired_post_slug', 'tyler-1602890627-2'),
+(70075, 11371, '_wp_trash_meta_status', 'publish'),
+(70076, 11371, '_wp_trash_meta_time', '1602944262'),
+(70077, 11371, '_wp_desired_post_slug', 'sample-page-1602890627'),
+(70078, 11373, '_wp_trash_meta_status', 'publish'),
+(70079, 11373, '_wp_trash_meta_time', '1602944262'),
+(70080, 11373, '_wp_desired_post_slug', 'hello-world-1602890627'),
+(70081, 11368, '_wp_trash_meta_status', 'publish'),
+(70082, 11368, '_wp_trash_meta_time', '1602944262'),
+(70083, 11368, '_wp_desired_post_slug', 'hello-world-delta-sync-1602890596'),
+(70084, 11369, '_wp_trash_meta_status', 'publish'),
+(70085, 11369, '_wp_trash_meta_time', '1602944262'),
+(70086, 11369, '_wp_desired_post_slug', 'tyler-1602890596-2'),
+(70087, 11370, '_wp_trash_meta_status', 'publish'),
+(70088, 11370, '_wp_trash_meta_time', '1602944262'),
+(70089, 11370, '_wp_desired_post_slug', 'tyler-1602890596-3'),
+(70090, 11367, '_wp_trash_meta_status', 'publish'),
+(70091, 11367, '_wp_trash_meta_time', '1602944262'),
+(70092, 11367, '_wp_desired_post_slug', 'tyler-1602890596'),
+(70093, 11366, '_wp_trash_meta_status', 'publish'),
+(70094, 11366, '_wp_trash_meta_time', '1602944262'),
+(70095, 11366, '_wp_desired_post_slug', 'sample-page-delta-sync-1602890596'),
+(70096, 11365, '_wp_trash_meta_status', 'publish'),
+(70097, 11365, '_wp_trash_meta_time', '1602944262'),
+(70098, 11365, '_wp_desired_post_slug', 'tyler-1602890523-3'),
+(70099, 11362, '_wp_trash_meta_status', 'publish'),
+(70100, 11362, '_wp_trash_meta_time', '1602944262'),
+(70101, 11362, '_wp_desired_post_slug', 'tyler-1602890523'),
+(70102, 11363, '_wp_trash_meta_status', 'publish'),
+(70103, 11363, '_wp_trash_meta_time', '1602944262'),
+(70104, 11363, '_wp_desired_post_slug', 'hello-world-1602890523'),
+(70105, 11364, '_wp_trash_meta_status', 'publish'),
+(70106, 11364, '_wp_trash_meta_time', '1602944262'),
+(70107, 11364, '_wp_desired_post_slug', 'tyler-1602890523-2'),
+(70108, 11361, '_wp_trash_meta_status', 'publish'),
+(70109, 11361, '_wp_trash_meta_time', '1602944262'),
+(70110, 11361, '_wp_desired_post_slug', 'sample-page-1602890523'),
+(70111, 11359, '_wp_trash_meta_status', 'publish'),
+(70112, 11359, '_wp_trash_meta_time', '1602944262'),
+(70113, 11359, '_wp_desired_post_slug', 'tyler-1602890289-2'),
+(70114, 11358, '_wp_trash_meta_status', 'publish'),
+(70115, 11358, '_wp_trash_meta_time', '1602944262'),
+(70116, 11358, '_wp_desired_post_slug', 'hello-world-1602890289'),
+(70117, 11360, '_wp_trash_meta_status', 'publish'),
+(70118, 11360, '_wp_trash_meta_time', '1602944262'),
+(70119, 11360, '_wp_desired_post_slug', 'tyler-1602890289-3'),
+(70120, 11357, '_wp_trash_meta_status', 'publish'),
+(70121, 11357, '_wp_trash_meta_time', '1602944262'),
+(70122, 11357, '_wp_desired_post_slug', 'tyler-1602890289'),
+(70123, 11356, '_wp_trash_meta_status', 'publish'),
+(70124, 11356, '_wp_trash_meta_time', '1602944262'),
+(70125, 11356, '_wp_desired_post_slug', 'sample-page-1602890289');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `wp_posts`
+--
+
+CREATE TABLE `wp_posts` (
+ `ID` bigint(20) UNSIGNED NOT NULL,
+ `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
+ `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+ `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+ `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
+ `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
+ `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
+ `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
+ `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
+ `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
+ `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
+ `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
+ `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
+ `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL,
+ `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+ `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+ `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
+ `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
+ `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
+ `menu_order` int(11) NOT NULL DEFAULT '0',
+ `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
+ `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
+ `comment_count` bigint(20) NOT NULL DEFAULT '0'
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
+
+--
+-- Dumping data for table `wp_posts`
+--
+
+INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
+(1, 1, '2020-02-25 17:54:21', '2020-02-25 17:54:21', '\nWelcome to WordPress. This is your first post. Edit or delete it, then start writing!
\n', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2020-10-16 23:23:47', '2020-10-16 23:23:47', '', 0, 'https://devgatsbyint.wpengine.com/?p=1', 0, 'post', '', 1), +(2, 1, '2020-02-25 17:54:21', '2020-02-25 17:54:21', '\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:
\n\n\n\n\n\n\n\nHi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)
...or something like this:
\n\n\n\n\n\n\n\nThe XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.
As a new WordPress user, you should go to your dashboard to delete this page and create new pages for your content. Have fun!
\n', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2020-10-16 23:23:47', '2020-10-16 23:23:47', '', 0, 'https://devgatsbyint.wpengine.com/?page_id=2', 0, 'page', '', 0), +(3, 1, '2020-02-25 17:54:21', '2020-02-25 17:54:21', 'Our website address is: https://devgatsbyint.wpengine.com.
When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.
An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.
If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.
If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.
If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.
When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.
If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.
Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.
These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.
If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.
For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.
If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.
Visitor comments may be checked through an automated spam detection service.
"{{usermessage}}"\n\nGo to the discussion to reply or catch up on the conversation.', '[{{{site.name}}}] {{poster.name}} replied to one of your updates', '{{poster.name}} replied to one of your updates:\n\n\"{{usermessage}}\"\n\nGo to the discussion to reply or catch up on the conversation: {{{thread.url}}}', 'publish', 'closed', 'closed', '', 'site-name-poster-name-replied-to-one-of-your-updates', '', '', '2020-02-25 19:27:33', '2020-02-25 19:27:33', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=bp-email&p=18', 0, 'bp-email', '', 0), +(19, 1, '2020-02-25 19:27:33', '2020-02-25 19:27:33', '{{poster.name}} replied to one of your comments:\n\n
"{{usermessage}}"\n\nGo to the discussion to reply or catch up on the conversation.', '[{{{site.name}}}] {{poster.name}} replied to one of your comments', '{{poster.name}} replied to one of your comments:\n\n\"{{usermessage}}\"\n\nGo to the discussion to reply or catch up on the conversation: {{{thread.url}}}', 'publish', 'closed', 'closed', '', 'site-name-poster-name-replied-to-one-of-your-comments', '', '', '2020-02-25 19:27:33', '2020-02-25 19:27:33', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=bp-email&p=19', 0, 'bp-email', '', 0), +(20, 1, '2020-02-25 19:27:33', '2020-02-25 19:27:33', '{{poster.name}} mentioned you in a status update:\n\n
"{{usermessage}}"\n\nGo to the discussion to reply or catch up on the conversation.', '[{{{site.name}}}] {{poster.name}} mentioned you in a status update', '{{poster.name}} mentioned you in a status update:\n\n\"{{usermessage}}\"\n\nGo to the discussion to reply or catch up on the conversation: {{{mentioned.url}}}', 'publish', 'closed', 'closed', '', 'site-name-poster-name-mentioned-you-in-a-status-update', '', '', '2020-02-25 19:27:33', '2020-02-25 19:27:33', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=bp-email&p=20', 0, 'bp-email', '', 0), +(21, 1, '2020-02-25 19:27:33', '2020-02-25 19:27:33', '{{poster.name}} mentioned you in the group \"{{group.name}}\":\n\n
"{{usermessage}}"\n\nGo to the discussion to reply or catch up on the conversation.', '[{{{site.name}}}] {{poster.name}} mentioned you in an update', '{{poster.name}} mentioned you in the group \"{{group.name}}\":\n\n\"{{usermessage}}\"\n\nGo to the discussion to reply or catch up on the conversation: {{{mentioned.url}}}', 'publish', 'closed', 'closed', '', 'site-name-poster-name-mentioned-you-in-an-update', '', '', '2020-02-25 19:27:33', '2020-02-25 19:27:33', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=bp-email&p=21', 0, 'bp-email', '', 0), +(22, 1, '2020-02-25 19:27:33', '2020-02-25 19:27:33', 'Thanks for registering!\n\nTo complete the activation of your account, go to the following link and click on the Activate button:\n{{{activate.url}}}\n\nIf the \'Activation Key\' field is empty, copy and paste the following into the field - {{key}}', '[{{{site.name}}}] Activate your account', 'Thanks for registering!\n\nTo complete the activation of your account, go to the following link and click on the \'Activate\' button: {{{activate.url}}}\n\nIf the \'Activation Key\' field is empty, copy and paste the following into the field - {{key}}', 'publish', 'closed', 'closed', '', 'site-name-activate-your-account', '', '', '2020-02-25 19:27:33', '2020-02-25 19:27:33', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=bp-email&p=22', 0, 'bp-email', '', 0), +(23, 1, '2020-02-25 19:27:33', '2020-02-25 19:27:33', '{{initiator.name}} wants to add you as a friend.\n\nTo accept this request and manage all of your pending requests, visit: {{{friend-requests.url}}}', '[{{{site.name}}}] New friendship request from {{initiator.name}}', '{{initiator.name}} wants to add you as a friend.\n\nTo accept this request and manage all of your pending requests, visit: {{{friend-requests.url}}}\n\nTo view {{initiator.name}}\'s profile, visit: {{{initiator.url}}}', 'publish', 'closed', 'closed', '', 'site-name-new-friendship-request-from-initiator-name', '', '', '2020-02-25 19:27:33', '2020-02-25 19:27:33', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=bp-email&p=23', 0, 'bp-email', '', 0), +(24, 1, '2020-02-25 19:27:33', '2020-02-25 19:27:33', '{{friend.name}} accepted your friend request.', '[{{{site.name}}}] {{friend.name}} accepted your friendship request', '{{friend.name}} accepted your friend request.\n\nTo learn more about them, visit their profile: {{{friendship.url}}}', 'publish', 'closed', 'closed', '', 'site-name-friend-name-accepted-your-friendship-request', '', '', '2020-02-25 19:27:33', '2020-02-25 19:27:33', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=bp-email&p=24', 0, 'bp-email', '', 0), +(25, 1, '2020-02-25 19:27:33', '2020-02-25 19:27:33', 'Group details for the group "{{group.name}}" were updated:\n
{{changed_text}}', '[{{{site.name}}}] Group details updated', 'Group details for the group \"{{group.name}}\" were updated:\n\n{{changed_text}}\n\nTo view the group, visit: {{{group.url}}}', 'publish', 'closed', 'closed', '', 'site-name-group-details-updated', '', '', '2020-02-25 19:27:33', '2020-02-25 19:27:33', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=bp-email&p=25', 0, 'bp-email', '', 0), +(26, 1, '2020-02-25 19:27:33', '2020-02-25 19:27:33', '{{inviter.name}} has invited you to join the group: "{{group.name}}".\n{{invite.message}}\nGo here to accept your invitation or visit the group to learn more.', '[{{{site.name}}}] You have an invitation to the group: \"{{group.name}}\"', '{{inviter.name}} has invited you to join the group: \"{{group.name}}\".\n\nTo accept your invitation, visit: {{{invites.url}}}\n\nTo learn more about the group, visit: {{{group.url}}}.\nTo view {{inviter.name}}\'s profile, visit: {{{inviter.url}}}', 'publish', 'closed', 'closed', '', 'site-name-you-have-an-invitation-to-the-group-group-name', '', '', '2020-02-25 19:27:33', '2020-02-25 19:27:33', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=bp-email&p=26', 0, 'bp-email', '', 0), +(27, 1, '2020-02-25 19:27:33', '2020-02-25 19:27:33', 'You have been promoted to {{promoted_to}} in the group "{{group.name}}".', '[{{{site.name}}}] You have been promoted in the group: \"{{group.name}}\"', 'You have been promoted to {{promoted_to}} in the group: \"{{group.name}}\".\n\nTo visit the group, go to: {{{group.url}}}', 'publish', 'closed', 'closed', '', 'site-name-you-have-been-promoted-in-the-group-group-name', '', '', '2020-02-25 19:27:33', '2020-02-25 19:27:33', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=bp-email&p=27', 0, 'bp-email', '', 0), +(28, 1, '2020-02-25 19:27:33', '2020-02-25 19:27:33', '{{requesting-user.name}} wants to join the group "{{group.name}}".\n {{request.message}}\n As you are an administrator of this group, you must either accept or reject the membership request.\n\nGo here to manage this and all other pending requests.', '[{{{site.name}}}] Membership request for group: {{group.name}}', '{{requesting-user.name}} wants to join the group \"{{group.name}}\". As you are the administrator of this group, you must either accept or reject the membership request.\n\nTo manage this and all other pending requests, visit: {{{group-requests.url}}}\n\nTo view {{requesting-user.name}}\'s profile, visit: {{{profile.url}}}', 'publish', 'closed', 'closed', '', 'site-name-membership-request-for-group-group-name', '', '', '2020-02-25 19:27:33', '2020-02-25 19:27:33', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=bp-email&p=28', 0, 'bp-email', '', 0), +(29, 1, '2020-02-25 19:27:33', '2020-02-25 19:27:33', '{{sender.name}} sent you a new message: "{{usersubject}}"\n\n
"{{usermessage}}"\n\nGo to the discussion to reply or catch up on the conversation.', '[{{{site.name}}}] New message from {{sender.name}}', '{{sender.name}} sent you a new message: \"{{usersubject}}\"\n\n\"{{usermessage}}\"\n\nGo to the discussion to reply or catch up on the conversation: {{{message.url}}}', 'publish', 'closed', 'closed', '', 'site-name-new-message-from-sender-name', '', '', '2020-02-25 19:27:33', '2020-02-25 19:27:33', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=bp-email&p=29', 0, 'bp-email', '', 0), +(30, 1, '2020-02-25 19:27:33', '2020-02-25 19:27:33', 'You recently changed the email address associated with your account on {{site.name}} to {{user.email}}. If this is correct, go here to confirm the change.\n\nOtherwise, you can safely ignore and delete this email if you have changed your mind, or if you think you have received this email in error.', '[{{{site.name}}}] Verify your new email address', 'You recently changed the email address associated with your account on {{site.name}} to {{user.email}}. If this is correct, go to the following link to confirm the change: {{{verify.url}}}\n\nOtherwise, you can safely ignore and delete this email if you have changed your mind, or if you think you have received this email in error.', 'publish', 'closed', 'closed', '', 'site-name-verify-your-new-email-address', '', '', '2020-02-25 19:27:33', '2020-02-25 19:27:33', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=bp-email&p=30', 0, 'bp-email', '', 0), +(31, 1, '2020-02-25 19:27:33', '2020-02-25 19:27:33', 'Your membership request for the group "{{group.name}}" has been accepted.', '[{{{site.name}}}] Membership request for group \"{{group.name}}\" accepted', 'Your membership request for the group \"{{group.name}}\" has been accepted.\n\nTo view the group, visit: {{{group.url}}}', 'publish', 'closed', 'closed', '', 'site-name-membership-request-for-group-group-name-accepted', '', '', '2020-02-25 19:27:33', '2020-02-25 19:27:33', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=bp-email&p=31', 0, 'bp-email', '', 0), +(32, 1, '2020-02-25 19:27:33', '2020-02-25 19:27:33', 'Your membership request for the group "{{group.name}}" has been rejected.', '[{{{site.name}}}] Membership request for group \"{{group.name}}\" rejected', 'Your membership request for the group \"{{group.name}}\" has been rejected.\n\nTo request membership again, visit: {{{group.url}}}', 'publish', 'closed', 'closed', '', 'site-name-membership-request-for-group-group-name-rejected', '', '', '2020-02-25 19:27:33', '2020-02-25 19:27:33', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=bp-email&p=32', 0, 'bp-email', '', 0), +(72, 1, '2020-03-02 20:59:45', '2020-03-02 20:59:45', 'a:9:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"page\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:15:\"show_in_graphql\";i:1;s:18:\"graphql_field_name\";s:13:\"acfPageFields\";}', 'Page', 'page', 'publish', 'closed', 'closed', '', 'group_5e5d71e2746ef', '', '', '2020-10-02 19:30:07', '2020-10-02 19:30:07', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=acf-field-group&p=72', 0, 'acf-field-group', '', 0), +(74, 1, '2020-03-02 20:54:36', '2020-03-02 20:54:36', 'a:9:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:11:\"team_member\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";s:15:\"show_in_graphql\";i:1;s:18:\"graphql_field_name\";s:7:\"acfData\";}', 'team member', 'team-member', 'publish', 'closed', 'closed', '', 'group_5e5d724c5c8ba', '', '', '2020-03-03 00:35:34', '2020-03-03 00:35:34', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=acf-field-group&p=74', 0, 'acf-field-group', '', 0), +(75, 1, '2020-03-02 20:54:36', '2020-03-02 20:54:36', 'a:11:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Name', 'name', 'publish', 'closed', 'closed', '', 'field_5e5d725460853', '', '', '2020-03-03 00:35:33', '2020-03-03 00:35:33', '', 74, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=75', 0, 'acf-field', '', 0), +(79, 1, '2018-10-23 09:31:58', '2018-10-23 19:31:58', '\n
Welcome to image alignment! The best way to demonstrate the ebb and flow of the various image positioning options is to nestle them snuggly among an ocean of words. Grab a paddle and let’s get started.
\n\n\n\nOn the topic of alignment, it should be noted that users can choose from the options of None, Left, Right, and Center. In addition, they also get the options of Thumbnail, Medium, Large & Fullsize.
\n\n\n\n\n\n\n\nThe image above happens to be centered.
\n\n\n\n\n\n\n\nThe rest of this paragraph is filler for the sake of seeing the text wrap around the 150×150 image, which is left aligned.
\n\n\n\nAs you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we’ll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it’s thang. Mission accomplished!
\n\n\n\nAnd now for a massively large image. It also has no alignment.
\n\n\n\n\n\n\n\nThe image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content.
\n\n\n\n\n\n\n\nAnd now we’re going to shift things to the right align. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there… Hey guy! Way to rock that right side. I don’t care what the left aligned image says, you look great. Don’t let anyone else tell you differently.
\n\n\n\nIn just a bit here, you should see the text start to wrap below the \nright aligned image and settle in nicely. There should still be plenty \nof room and everything should be sitting pretty. Yeah… Just like that. \nIt never felt so good to be right.
\n\n\n\nThe following image is wide (if the theme supports it, that is). If not, who knows what will happen!
What\'s that? You wanted to see a full-width image block? Well then feast your eyes on the following.
\n\n\n\n\n\n\n\nThere\'s something missing! But don\'t worry, we\'ve got the cover image blocks... covered.
\n\n\n\nThis is a regular cover image.
\nThis is a wide cover image.
\nThis is a full-width cover image.
\nAnd just when you thought we were done, we’re going to do them all over again with captions!
\n\n\n\n\n\n\n\nThe image above happens to be centered. The caption also has a link in it, just to see if it does anything funky.
\n\n\n\n\n\n\n\nThe rest of this paragraph is filler for the sake of seeing the text wrap around the 150×150 image, which is left aligned.
\n\n\n\nAs you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we’ll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it’s thang. Mission accomplished!
\n\n\n\nAnd now for a massively large image. It also has no alignment.
\n\n\n\n\n\n\n\nThe image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content.
\n\n\n\n\n\n\n\nAnd now we’re going to shift things to the right align. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there… Hey guy! Way to rock that right side. I don’t care what the left aligned image says, you look great. Don’t let anyone else tell you differently.
\n\n\n\nIn just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah… Just like that. It never felt so good to be right.
\n\n\n\nWe\'re gonna take one more trip down cover image lane.
\n\n\n\nThe unicorn is a legendary creature that has been described since antiquity as a beast with a single large, pointed, spiraling horn projecting from it\'s forehead. In European folklore, the unicorn is often depicted as a white horse-like or goat-like animal with a long horn and clove hooves.
In the Middle Ages and Renaissance, it was commonly described as an extremely wild woodland creature, a symbol of purity and grace, which could be captured only by a virgin.
This wide cover image background is fixed.
And that’s a wrap, yo! You survived the tumultuous waters of alignment. Image alignment achievement unlocked!
\n', 'Gutenberg: Image Alignment', '', 'publish', 'open', 'open', '', 'gutenberg-image-alignment', '', '', '2020-09-17 15:32:16', '2020-09-17 15:32:16', '', 0, 'https://chrisrunnells.wordpress.com/?p=79', 0, 'post', '', 0), +(84, 1, '2020-03-02 20:54:37', '2020-03-02 20:54:37', 'a:11:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Title', 'title', 'publish', 'closed', 'closed', '', 'field_5e5d726060854', '', '', '2020-03-03 00:35:33', '2020-03-03 00:35:33', '', 74, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=84', 1, 'acf-field', '', 0), +(89, 1, '2020-03-02 20:54:37', '2020-03-02 20:54:37', 'a:16:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:6:\"medium\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Portrait', 'portrait', 'publish', 'closed', 'closed', '', 'field_5e5d727560855', '', '', '2020-03-03 00:35:33', '2020-03-03 00:35:33', '', 74, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=89', 2, 'acf-field', '', 0), +(90, 1, '2018-10-23 09:38:23', '2018-10-23 19:38:23', '\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris purus urna, vulputate at convallis hendrerit, mattis id mi. Nulla mauris justo, sodales vitae sodales nec, fermentum at elit. Proin condimentum risus sed venenatis mollis. Donec auctor euismod sodales. Donec sodales congue metus, sit amet tempor odio maximus in. Ut vestibulum nisl a maximus scelerisque. Donec aliquam eleifend metus, eget iaculis ante vestibulum id. Nulla facilisi. Nullam interdum sagittis accumsan. Phasellus egestas elementum enim nec condimentum. Sed mattis purus odio. Curabitur vehicula rutrum porttitor. Phasellus tempus dui id turpis fermentum, auctor dictum mauris mollis.
\n\n\n\n\n\n\n\nThis is a quote block. It\'s aligned to the side at least in the default styles. Pretty darn amazing.
Laurel Fulford
\n\n\n\nUse the force, Luke.
Obi-Wan Kenobi
This is a cover image block.
\nCreator and maintainer of WPGraphQL (GraphQL for WordPress). Occasional conference speaker.
\n', 'Jason Bahl', '', 'publish', 'open', 'open', '', 'jason-bahl', '', '', '2020-03-02 22:26:09', '2020-03-02 22:26:09', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=team_member&p=98', 0, 'team_member', '', 0), +(99, 1, '2020-03-02 20:58:44', '2020-03-02 20:58:44', '', 'avatar', '', 'inherit', 'open', 'closed', '', 'avatar', '', '', '2020-03-02 20:58:44', '2020-03-02 20:58:44', '', 98, 'https://devgatsbyint.wpengine.com/wp-content/uploads/2020/03/avatar.jpg', 0, 'attachment', 'image/jpeg', 0), +(100, 1, '2018-10-23 10:35:13', '2018-10-23 20:35:13', '', 'federico-bottos-442265-unsplash', '', 'inherit', 'open', 'closed', '', 'federico-bottos-442265-unsplash', '', '', '2018-10-23 10:35:13', '2018-10-23 20:35:13', '', 94, 'https://devgatsbyint.wpengine.com/wp-content/uploads/2018/10/federico-bottos-442265-unsplash.jpg', 0, 'attachment', 'image/jpeg', 0), +(101, 1, '2018-10-23 10:35:17', '2018-10-23 20:35:17', '', 'jordan-steranka-504707-unsplash', '', 'inherit', 'open', 'closed', '', 'jordan-steranka-504707-unsplash', '', '', '2018-10-23 10:35:17', '2018-10-23 20:35:17', '', 94, 'https://devgatsbyint.wpengine.com/wp-content/uploads/2018/10/jordan-steranka-504707-unsplash.jpg', 0, 'attachment', 'image/jpeg', 0), +(102, 1, '2018-10-23 10:35:22', '2018-10-23 20:35:22', '', 'kristopher-roller-110203-unsplash', '', 'inherit', 'open', 'closed', '', 'kristopher-roller-110203-unsplash', '', '', '2018-10-23 10:35:22', '2018-10-23 20:35:22', '', 94, 'https://devgatsbyint.wpengine.com/wp-content/uploads/2018/10/kristopher-roller-110203-unsplash.jpg', 0, 'attachment', 'image/jpeg', 0), +(103, 1, '2018-10-23 10:35:26', '2018-10-23 20:35:26', '', 'zoltan-tasi-482489-unsplash', '', 'inherit', 'open', 'closed', '', 'zoltan-tasi-482489-unsplash', '', '', '2018-10-23 10:35:26', '2018-10-23 20:35:26', '', 94, 'https://devgatsbyint.wpengine.com/wp-content/uploads/2018/10/zoltan-tasi-482489-unsplash.jpg', 0, 'attachment', 'image/jpeg', 0), +(104, 1, '2018-10-23 15:24:00', '2018-10-24 01:24:00', '', 'WordPress-logotype-standard', '', 'inherit', 'open', 'closed', '', 'wordpress-logotype-standard', '', '', '2018-10-23 15:24:00', '2018-10-24 01:24:00', '', 94, 'https://devgatsbyint.wpengine.com/wp-content/uploads/2018/10/wordpress-logotype-standard.pdf', 0, 'attachment', 'application/pdf', 0); +INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES +(114, 1, '2018-10-24 10:49:42', '2018-10-24 20:49:42', 'Stay hungry. Stay foolish.\nMulti line blockquote with a cite reference:\n
People think focus means saying yes to the thing you\'ve got to focus on. But that\'s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I\'m actually as proud of the things we haven\'t done as the things I have done. Innovation is saying no to 1,000 things.\nSteve Jobs - Apple Worldwide Developers\' Conference, 1997\n
Do. Or do not. There is no try.\n\nYoda\n
Employee | \nSalary | \n\n |
---|---|---|
John Doe | \n$1 | \nBecause that\'s all Steve Jobs needed for a salary. | \n
Jane Doe | \n$100K | \nFor all the blogging she does. | \n
Fred Bloggs | \n$100M | \nPictures are worth a thousand words, right? So Jane x 1,000. | \n
Jane Bloggs | \n$100B | \nWith hair like that?! Enough said... | \n
word-wrap: break-word;
will be your best friend.\n\nDelete Tag\n\nThis tag will let you <strike>
instead).\n\nEmphasize Tag\n\nThe emphasize tag should italicize text.\n\nInsert Tag\n\nThis tag should denote inserted text.\n\nKeyboard Tag\n\nThis scarcely known tag emulates keyboard text, which is usually styled like the <code>
tag.\n\nPreformatted Tag\n\nThis tag styles large blocks of code.\n.post-title {\n margin: 0 0 5px;\n font-weight: bold;\n font-size: 38px;\n line-height: 1.2;\n and here\'s a line of some really, really, really, really long text, just to see how the PRE tag handles it and to find out how it overflows;\n}\nQuote Tag\n\n
Developers, developers, developers...--Steve Ballmer\n\nStrike Tag (deprecated in HTML5)\n\nThis tag shows strike-through text\n\nStrong Tag\n\nThis tag shows bold text.\n\nSubscript Tag\n\nGetting our science styling on with H2O, which should push the \"2\" down.\n\nSuperscript Tag\n\nStill sticking with science and Isaac Newton\'s E = MC2, which should lift the 2 up.\n\nTeletype Tag (deprecated in HTML5)\n\nThis rarely used tag emulates teletype text, which is usually styled like the
<code>
tag.\n\nVariable Tag\n\nThis allows you to denote variables.', 'Gutenberg: Classic Block', '', 'publish', 'open', 'open', '', 'gutenberg-classic-block', '', '', '2020-09-17 15:32:04', '2020-09-17 15:32:04', '', 0, 'https://chrisrunnells.wordpress.com/?p=114', 0, 'post', '', 0),
+(116, 1, '2018-10-24 10:59:26', '2018-10-24 20:59:26', '\n.codeblock {\n right: 100% !important;\n position: absolute;\n}
\n\n\n\nThis is the classic block.
\nIt\'s using the regular editor.
\n\n\n\n My HTML block.\n
\n\n\n\nThis is a preformatted block.\n\n\n\n
It is the best block.
Amazing.
This is a pullquote. It\'s pretty awesome.
Laurel Fulford
Header 1 | Header 2 | Header 3 |
---|---|---|
Bob | Smith | 36 |
Jane | Doe | 25 |
Susan | Smithers | 34 |
This is a verse.\n', 'Gutenberg: Formatting Blocks', '', 'publish', 'open', 'open', '', 'gutenberg-formatting-blocks', '', '', '2020-09-17 21:10:59', '2020-09-17 21:10:59', '', 0, 'https://chrisrunnells.wordpress.com/?p=122', 0, 'post', '', 0), +(125, 1, '2018-10-24 11:34:02', '2018-10-24 21:34:02', '\n
It apparently has no styles?
Amazing.
The following separators should be a short line, a long line, and some dots.
\n\n\n\nThis is a 2-column layout, just trying some things out to see how it goes. Each column should have enough padding to breathe a little bit. Don\'t forget to consider how columns will look on smaller screens. #mobilefirst
\nThis is a typical 3-column layout with images on top and some text below.
\nYou\'ll find this layout on web sites all over the internet.
\nGutenberg makes this kind of layout easy to build. The future is now!
\nsecond level columns
\nthird level columns
\nfourth level columns
\nfirst level block
\nThis is the first column, and it\'s amazing.
\nThis is the second column, and it\'s also amazing.
\nThe third column, as they say, is like a charm.
\nThis is the fourth column, and it\'s possibly the best.
\n5 columns of text in the post, 5 columns of text. Take one down, move it around, 4 columns of text in the post.
\n4 columns of text in the post, 4 columns of text. Take one down, move it around, 3 columns of text in the post.
\n3 columns of text in the post, 3 columns of text. Take one down, move it around, 2 columns of text in the post.
\n2 columns of text in the post, 2 columns of text. Take one down, move it around, 1 columns of text in the post.
\n1 column of text in the post, 1 column of text. Take one down, move it around, no columns of text in the post.
\nOne column.
\nTwo columns.
\nThree columns.
\nFour columns.
\nFive columns.
\nSix columns.
\nOne column.
\nTwo columns.
\nThree columns.
\nFour columns.
\nFive columns.
\nSix columns.
\nWith some A+ content
\n', 'Test user\'s first post', '', 'draft', 'open', 'open', '', 'test-users-first-post', '', '', '2020-03-06 02:10:32', '2020-03-06 02:10:32', '', 0, 'https://devgatsbyint.wpengine.com/?p=711', 0, 'post', '', 0), +(1035, 1, '2020-03-19 00:41:37', '2020-03-19 00:41:37', '\n1
\n', '1', '', 'publish', 'closed', 'closed', '', '1', '', '', '2020-03-19 00:41:38', '2020-03-19 00:41:38', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=type_limit_test&p=1035', 0, 'type_limit_test', '', 0), +(1046, 1, '2020-03-19 00:41:45', '2020-03-19 00:41:45', '\n2
\n', '2', '', 'publish', 'closed', 'closed', '', '2', '', '', '2020-03-19 00:41:46', '2020-03-19 00:41:46', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=type_limit_test&p=1046', 0, 'type_limit_test', '', 0), +(1057, 1, '2020-03-19 00:41:53', '2020-03-19 00:41:53', '\n1
\n', '1', '', 'publish', 'closed', 'closed', '', '1', '', '', '2020-03-19 00:41:53', '2020-03-19 00:41:53', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=type_limit_0_test&p=1057', 0, 'type_limit_0_test', '', 0), +(1068, 1, '2020-03-19 00:42:00', '2020-03-19 00:42:00', '\n2
\n', '2', '', 'publish', 'closed', 'closed', '', '2', '', '', '2020-03-19 00:42:00', '2020-03-19 00:42:00', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=type_limit_0_test&p=1068', 0, 'type_limit_0_test', '', 0), +(1079, 1, '2020-03-19 00:42:08', '2020-03-19 00:42:08', '\n3
\n', '3', '', 'publish', 'closed', 'closed', '', '3', '', '', '2020-03-19 00:42:08', '2020-03-19 00:42:08', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=type_limit_test&p=1079', 0, 'type_limit_test', '', 0), +(1090, 1, '2020-03-19 00:42:15', '2020-03-19 00:42:15', '\n4
\n', '4', '', 'publish', 'closed', 'closed', '', '4', '', '', '2020-03-19 00:42:16', '2020-03-19 00:42:16', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=type_limit_test&p=1090', 0, 'type_limit_test', '', 0), +(1101, 1, '2020-03-19 00:42:21', '2020-03-19 00:42:21', '\n5
\n', '5', '', 'publish', 'closed', 'closed', '', '5', '', '', '2020-03-19 00:42:22', '2020-03-19 00:42:22', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=type_limit_test&p=1101', 0, 'type_limit_test', '', 0), +(1112, 1, '2020-03-19 00:42:28', '2020-03-19 00:42:28', '\n6
\n', '6', '', 'publish', 'closed', 'closed', '', '6', '', '', '2020-03-19 00:42:28', '2020-03-19 00:42:28', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=type_limit_test&p=1112', 0, 'type_limit_test', '', 0), +(1123, 1, '2020-03-19 00:42:36', '2020-03-19 00:42:36', '\n7
\n', '7', '', 'publish', 'closed', 'closed', '', '7', '', '', '2020-03-19 00:42:37', '2020-03-19 00:42:37', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=type_limit_test&p=1123', 0, 'type_limit_test', '', 0), +(1134, 1, '2020-03-19 00:42:44', '2020-03-19 00:42:44', '\n8
\n', '8', '', 'publish', 'closed', 'closed', '', '8', '', '', '2020-03-19 00:42:44', '2020-03-19 00:42:44', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=type_limit_test&p=1134', 0, 'type_limit_test', '', 0), +(1145, 1, '2020-03-19 00:42:50', '2020-03-19 00:42:50', '\n9
\n', '9', '', 'publish', 'closed', 'closed', '', '9', '', '', '2020-03-19 00:42:51', '2020-03-19 00:42:51', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=type_limit_test&p=1145', 0, 'type_limit_test', '', 0), +(1156, 1, '2020-03-19 00:42:59', '2020-03-19 00:42:59', '\n10
\n', '10', '', 'publish', 'closed', 'closed', '', '10', '', '', '2020-03-19 00:42:59', '2020-03-19 00:42:59', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=type_limit_test&p=1156', 0, 'type_limit_test', '', 0), +(1167, 1, '2020-03-19 00:43:05', '2020-03-19 00:43:05', '\n11
\n', '11', '', 'publish', 'closed', 'closed', '', '11', '', '', '2020-03-19 00:43:06', '2020-03-19 00:43:06', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=type_limit_test&p=1167', 0, 'type_limit_test', '', 0), +(1258, 1, '2020-03-19 01:31:37', '2020-03-19 01:31:37', '', 'polylang_mo_18', '', 'private', 'closed', 'closed', '', 'polylang_mo_18', '', '', '2020-03-19 01:31:37', '2020-03-19 01:31:37', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=polylang_mo&p=1258', 0, 'polylang_mo', '', 0), +(1270, 1, '2020-03-19 01:38:33', '2020-03-19 01:38:33', '', 'polylang_mo_21', '', 'private', 'closed', 'closed', '', 'polylang_mo_21', '', '', '2020-03-19 01:38:33', '2020-03-19 01:38:33', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=polylang_mo&p=1270', 0, 'polylang_mo', '', 0), +(1276, 1, '2020-03-19 01:41:08', '2020-03-19 01:41:08', '', 'French home page', '', 'publish', 'closed', 'closed', '', 'french-home-page', '', '', '2020-03-19 01:41:10', '2020-03-19 01:41:10', '', 0, 'https://devgatsbyint.wpengine.com/?page_id=1276', 0, 'page', '', 0), +(1311, 1, '2020-03-19 01:49:30', '2020-03-19 01:49:30', '\nfrench content
\n', 'French page', '', 'publish', 'closed', 'closed', '', 'french-page', '', '', '2020-03-19 03:11:51', '2020-03-19 03:11:51', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=translation_filter_t&p=1311', 0, 'translation_filter_t', '', 0), +(1335, 1, '2020-03-19 01:53:47', '2020-03-19 01:53:47', '\nenglish content
\n', 'English page', '', 'publish', 'closed', 'closed', '', 'english-page', '', '', '2020-03-19 03:10:49', '2020-03-19 03:10:49', '', 0, 'https://devgatsbyint.wpengine.com/?post_type=translation_filter_t&p=1335', 0, 'translation_filter_t', '', 0), +(7627, 1, '2020-08-21 01:33:24', '2020-08-21 01:33:24', '', 'Screen Shot 2020-08-11 at 3.10.03 PM', '', 'inherit', 'open', 'closed', '', 'screen-shot-2020-08-11-at-3-10-03-pm', '', '', '2020-08-21 01:33:24', '2020-08-21 01:33:24', '', 0, 'https://devgatsbyint.wpengine.com/wp-content/uploads/2020/08/Screen-Shot-2020-08-11-at-3.10.03-PM.png', 0, 'attachment', 'image/png', 0), +(7646, 1, '2020-08-27 17:11:05', '2020-08-27 17:11:05', '', 'ACF Field Test', '', 'publish', 'closed', 'closed', '', 'acf-field-test', '', '', '2020-10-02 19:40:10', '2020-10-02 19:40:10', '', 0, 'https://devgatsbyint.wpengine.com/?page_id=7646', 0, 'page', '', 0), +(7650, 1, '2020-08-27 17:31:36', '2020-08-27 17:31:36', 'a:12:{s:4:\"type\";s:5:\"range\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:13:\"default_value\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:4:\"step\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}', 'Range field', 'range_field', 'publish', 'closed', 'closed', '', 'field_5f47e967644b1', '', '', '2020-08-27 17:31:36', '2020-08-27 17:31:36', '', 72, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7650', 0, 'acf-field', '', 0), +(7652, 1, '2020-08-27 17:31:36', '2020-08-27 17:31:36', 'a:11:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'Text Field', 'text_field', 'publish', 'closed', 'closed', '', 'field_5f47e986644b2', '', '', '2020-08-27 17:31:36', '2020-08-27 17:31:36', '', 72, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7652', 1, 'acf-field', '', 0), +(7654, 1, '2020-08-27 17:31:36', '2020-08-27 17:31:36', 'a:11:{s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}', 'Text Area Field', 'text_area_field', 'publish', 'closed', 'closed', '', 'field_5f47e993644b3', '', '', '2020-08-27 17:31:36', '2020-08-27 17:31:36', '', 72, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7654', 2, 'acf-field', '', 0), +(7656, 1, '2020-08-27 17:31:36', '2020-08-27 17:31:36', 'a:11:{s:4:\"type\";s:12:\"button_group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:7:\"choices\";a:2:{s:7:\"button1\";s:10:\"Button One\";s:7:\"button2\";s:10:\"Button Two\";}s:10:\"allow_null\";i:0;s:13:\"default_value\";s:0:\"\";s:6:\"layout\";s:10:\"horizontal\";s:13:\"return_format\";s:5:\"value\";}', 'Button Group Field', 'button_group_field', 'publish', 'closed', 'closed', '', 'field_5f47e99f644b4', '', '', '2020-08-27 17:31:36', '2020-08-27 17:31:36', '', 72, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7656', 3, 'acf-field', '', 0), +(7658, 1, '2020-08-27 17:31:37', '2020-08-27 17:31:37', 'a:13:{s:4:\"type\";s:8:\"checkbox\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:7:\"choices\";a:2:{s:9:\"checkbox1\";s:12:\"Checkbox One\";s:9:\"checkbox2\";s:12:\"Checkbox Two\";}s:12:\"allow_custom\";i:0;s:13:\"default_value\";a:0:{}s:6:\"layout\";s:8:\"vertical\";s:6:\"toggle\";i:0;s:13:\"return_format\";s:5:\"value\";s:11:\"save_custom\";i:0;}', 'Checkbox Field', 'checkbox_field', 'publish', 'closed', 'closed', '', 'field_5f47e9c5644b5', '', '', '2020-08-27 17:31:37', '2020-08-27 17:31:37', '', 72, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7658', 4, 'acf-field', '', 0), +(7660, 1, '2020-08-27 17:31:37', '2020-08-27 17:31:37', 'a:13:{s:4:\"type\";s:5:\"radio\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:7:\"choices\";a:2:{s:12:\"radiobutton1\";s:16:\"Radio Button One\";s:12:\"radiobutton2\";s:16:\"Radio Button Two\";}s:10:\"allow_null\";i:0;s:12:\"other_choice\";i:0;s:13:\"default_value\";s:0:\"\";s:6:\"layout\";s:8:\"vertical\";s:13:\"return_format\";s:5:\"value\";s:17:\"save_other_choice\";i:0;}', 'Radio Button Field', 'radio_button_field', 'publish', 'closed', 'closed', '', 'field_5f47e9f3644b6', '', '', '2020-08-27 17:31:37', '2020-08-27 17:31:37', '', 72, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7660', 5, 'acf-field', '', 0), +(7662, 1, '2020-08-27 17:31:37', '2020-08-27 17:31:37', 'a:14:{s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:7:\"choices\";a:2:{s:7:\"select1\";s:10:\"Select One\";s:7:\"select2\";s:10:\"Select Two\";}s:13:\"default_value\";a:0:{}s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:2:\"ui\";i:0;s:13:\"return_format\";s:5:\"value\";s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";}', 'Select Field', 'select_field', 'publish', 'closed', 'closed', '', 'field_5f47ea12644b7', '', '', '2020-08-27 17:31:37', '2020-08-27 17:31:37', '', 72, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7662', 6, 'acf-field', '', 0), +(7664, 1, '2020-08-27 17:31:37', '2020-08-27 17:31:37', 'a:11:{s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:7:\"message\";s:9:\"Is it so?\";s:13:\"default_value\";i:0;s:2:\"ui\";i:0;s:10:\"ui_on_text\";s:0:\"\";s:11:\"ui_off_text\";s:0:\"\";}', 'True False Field', 'true_false_field', 'publish', 'closed', 'closed', '', 'field_5f47ea28644b8', '', '', '2020-08-27 17:31:37', '2020-08-27 17:31:37', '', 72, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7664', 7, 'acf-field', '', 0), +(7666, 1, '2020-08-27 17:31:37', '2020-08-27 17:31:37', 'a:11:{s:4:\"type\";s:4:\"file\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:13:\"return_format\";s:5:\"array\";s:7:\"library\";s:3:\"all\";s:8:\"min_size\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'File Field', 'file_field', 'publish', 'closed', 'closed', '', 'field_5f47ea3f644b9', '', '', '2020-08-27 17:31:37', '2020-08-27 17:31:37', '', 72, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7666', 8, 'acf-field', '', 0); +INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES +(7668, 1, '2020-08-27 17:31:37', '2020-08-27 17:31:37', 'a:19:{s:4:\"type\";s:7:\"gallery\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:6:\"medium\";s:6:\"insert\";s:6:\"append\";s:7:\"library\";s:3:\"all\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Gallery Field', 'gallery_field', 'publish', 'closed', 'closed', '', 'field_5f47ea4a644ba', '', '', '2020-08-27 17:31:37', '2020-08-27 17:31:37', '', 72, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7668', 9, 'acf-field', '', 0), +(7670, 1, '2020-08-27 17:31:37', '2020-08-27 17:31:37', 'a:16:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:6:\"medium\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'Image Field', 'image_field', 'publish', 'closed', 'closed', '', 'field_5f47ea53644bb', '', '', '2020-08-27 17:31:37', '2020-08-27 17:31:37', '', 72, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7670', 10, 'acf-field', '', 0), +(7672, 1, '2020-08-27 17:31:37', '2020-08-27 17:31:37', 'a:8:{s:4:\"type\";s:6:\"oembed\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}', 'oEmbed Field', 'oembed_field', 'publish', 'closed', 'closed', '', 'field_5f47ea5b644bc', '', '', '2020-08-27 17:31:37', '2020-08-27 17:31:37', '', 72, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7672', 11, 'acf-field', '', 0), +(7674, 1, '2020-08-27 17:31:37', '2020-08-27 17:31:37', 'a:11:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:4:\"full\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}', 'Wysiwyg Editor Field', 'wysiwyg_editor_field', 'publish', 'closed', 'closed', '', 'field_5f47ea64644bd', '', '', '2020-08-27 17:31:37', '2020-08-27 17:31:37', '', 72, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7674', 12, 'acf-field', '', 0), +(7676, 1, '2020-08-27 17:31:37', '2020-08-27 17:31:37', 'a:7:{s:4:\"type\";s:12:\"color_picker\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:13:\"default_value\";s:0:\"\";}', 'Color Picker Field', 'color_picker_field', 'publish', 'closed', 'closed', '', 'field_5f47ea75644be', '', '', '2020-08-27 17:31:37', '2020-08-27 17:31:37', '', 72, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7676', 13, 'acf-field', '', 0), +(7678, 1, '2020-08-27 17:31:37', '2020-08-27 17:31:37', 'a:9:{s:4:\"type\";s:11:\"date_picker\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:14:\"display_format\";s:5:\"d/m/Y\";s:13:\"return_format\";s:5:\"d/m/Y\";s:9:\"first_day\";i:1;}', 'Date Picker Field', 'date_picker_field', 'publish', 'closed', 'closed', '', 'field_5f47ea7f644bf', '', '', '2020-08-27 17:31:37', '2020-08-27 17:31:37', '', 72, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7678', 14, 'acf-field', '', 0), +(7680, 1, '2020-08-27 17:31:37', '2020-08-27 17:31:37', 'a:9:{s:4:\"type\";s:16:\"date_time_picker\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:14:\"display_format\";s:11:\"d/m/Y g:i a\";s:13:\"return_format\";s:11:\"d/m/Y g:i a\";s:9:\"first_day\";i:1;}', 'Date Time Picker Field', 'date_time_picker_field', 'publish', 'closed', 'closed', '', 'field_5f47ea8b644c0', '', '', '2020-08-27 17:31:37', '2020-08-27 17:31:37', '', 72, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7680', 15, 'acf-field', '', 0), +(7682, 1, '2020-08-27 17:31:37', '2020-08-27 17:31:37', 'a:10:{s:4:\"type\";s:10:\"google_map\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:10:\"center_lat\";s:0:\"\";s:10:\"center_lng\";s:0:\"\";s:4:\"zoom\";s:0:\"\";s:6:\"height\";s:0:\"\";}', 'Google Map Field', 'google_map_field', 'publish', 'closed', 'closed', '', 'field_5f47ea9d644c1', '', '', '2020-08-27 17:31:37', '2020-08-27 17:31:37', '', 72, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7682', 16, 'acf-field', '', 0), +(7684, 1, '2020-08-27 17:31:37', '2020-08-27 17:31:37', 'a:8:{s:4:\"type\";s:11:\"time_picker\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:14:\"display_format\";s:5:\"g:i a\";s:13:\"return_format\";s:5:\"g:i a\";}', 'Time Picker', 'time_picker', 'publish', 'closed', 'closed', '', 'field_5f47eaa7644c2', '', '', '2020-08-27 17:31:37', '2020-08-27 17:31:37', '', 72, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7684', 17, 'acf-field', '', 0), +(7686, 1, '2020-08-27 17:31:37', '2020-08-27 17:31:37', 'a:10:{s:4:\"type\";s:16:\"flexible_content\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:7:\"layouts\";a:1:{s:20:\"layout_5f47eae56d672\";a:6:{s:3:\"key\";s:20:\"layout_5f47eae56d672\";s:5:\"label\";s:13:\"flex layout 1\";s:4:\"name\";s:13:\"flex_layout_1\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}}s:12:\"button_label\";s:7:\"Add Row\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}', 'Flexible Content Field', 'flexible_content_field', 'publish', 'closed', 'closed', '', 'field_5f47eadf644c4', '', '', '2020-08-27 22:08:35', '2020-08-27 22:08:35', '', 72, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7686', 18, 'acf-field', '', 0), +(7688, 1, '2020-08-27 17:31:37', '2020-08-27 17:31:37', 'a:8:{s:4:\"type\";s:5:\"group\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:6:\"layout\";s:5:\"block\";s:10:\"sub_fields\";a:0:{}}', 'Group Field', 'group_field', 'publish', 'closed', 'closed', '', 'field_5f47eae9644c5', '', '', '2020-08-27 17:31:37', '2020-08-27 17:31:37', '', 72, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7688', 19, 'acf-field', '', 0), +(7690, 1, '2020-08-27 17:31:37', '2020-08-27 17:31:37', 'a:11:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:0:\"\";}', 'Repeater Field', 'repeater_field', 'publish', 'closed', 'closed', '', 'field_5f47eaf8644c6', '', '', '2020-08-27 17:31:37', '2020-08-27 17:31:37', '', 72, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7690', 20, 'acf-field', '', 0), +(7692, 1, '2020-08-27 17:31:37', '2020-08-27 17:31:37', 'a:10:{s:4:\"type\";s:5:\"clone\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:5:\"clone\";a:1:{i:0;s:19:\"field_5f47eaf8644c6\";}s:7:\"display\";s:5:\"group\";s:6:\"layout\";s:5:\"block\";s:12:\"prefix_label\";i:0;s:11:\"prefix_name\";i:0;}', 'Clone Field', 'clone_field', 'publish', 'closed', 'closed', '', 'field_5f47eb4b644c8', '', '', '2020-08-27 21:55:44', '2020-08-27 21:55:44', '', 72, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7692', 21, 'acf-field', '', 0), +(7694, 1, '2020-08-27 17:31:37', '2020-08-27 17:31:37', 'a:7:{s:4:\"type\";s:4:\"link\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:13:\"return_format\";s:5:\"array\";}', 'Link Field', 'link_field', 'publish', 'closed', 'closed', '', 'field_5f47eb54644c9', '', '', '2020-08-27 17:31:37', '2020-08-27 17:31:37', '', 72, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7694', 22, 'acf-field', '', 0), +(7696, 1, '2020-08-27 17:31:37', '2020-08-27 17:31:37', 'a:11:{s:4:\"type\";s:9:\"page_link\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:10:\"allow_null\";i:0;s:14:\"allow_archives\";i:1;s:8:\"multiple\";i:0;}', 'Page Link Field', 'page_link_field', 'publish', 'closed', 'closed', '', 'field_5f47eb5e644ca', '', '', '2020-08-27 17:31:37', '2020-08-27 17:31:37', '', 72, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7696', 23, 'acf-field', '', 0), +(7698, 1, '2020-08-27 17:31:37', '2020-08-27 17:31:37', 'a:12:{s:4:\"type\";s:11:\"post_object\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:13:\"return_format\";s:6:\"object\";s:2:\"ui\";i:1;}', 'Post Object Field', 'post_object_field', 'publish', 'closed', 'closed', '', 'field_5f47eb69644cb', '', '', '2020-08-27 17:31:37', '2020-08-27 17:31:37', '', 72, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7698', 24, 'acf-field', '', 0), +(7700, 1, '2020-08-27 17:31:37', '2020-08-27 17:31:37', 'a:13:{s:4:\"type\";s:12:\"relationship\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:7:\"filters\";a:3:{i:0;s:6:\"search\";i:1;s:9:\"post_type\";i:2;s:8:\"taxonomy\";}s:8:\"elements\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:13:\"return_format\";s:6:\"object\";}', 'Relationship Field', 'relationship_field', 'publish', 'closed', 'closed', '', 'field_5f47eb74644cc', '', '', '2020-08-27 17:31:37', '2020-08-27 17:31:37', '', 72, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7700', 25, 'acf-field', '', 0), +(7702, 1, '2020-08-27 17:31:37', '2020-08-27 17:31:37', 'a:14:{s:4:\"type\";s:8:\"taxonomy\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:8:\"taxonomy\";s:8:\"category\";s:10:\"field_type\";s:8:\"checkbox\";s:8:\"add_term\";i:1;s:10:\"save_terms\";i:0;s:10:\"load_terms\";i:0;s:13:\"return_format\";s:2:\"id\";s:8:\"multiple\";i:0;s:10:\"allow_null\";i:0;}', 'Taxonomy Field', 'taxonomy_field', 'publish', 'closed', 'closed', '', 'field_5f47edce644cd', '', '', '2020-08-27 17:31:37', '2020-08-27 17:31:37', '', 72, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7702', 26, 'acf-field', '', 0), +(7704, 1, '2020-08-27 17:31:37', '2020-08-27 17:31:37', 'a:10:{s:4:\"type\";s:4:\"user\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:4:\"role\";s:0:\"\";s:10:\"allow_null\";i:0;s:8:\"multiple\";i:0;s:13:\"return_format\";s:5:\"array\";}', 'User Field', 'user_field', 'publish', 'closed', 'closed', '', 'field_5f47eddc644ce', '', '', '2020-08-27 17:31:37', '2020-08-27 17:31:37', '', 72, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7704', 27, 'acf-field', '', 0), +(7706, 1, '2020-08-27 17:31:37', '2020-08-27 17:31:37', 'a:9:{s:4:\"type\";s:9:\"accordion\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:4:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:0;}', 'Accordion', 'accordion', 'publish', 'closed', 'closed', '', 'field_5f47eab6644c3', '', '', '2020-10-02 19:30:07', '2020-10-02 19:30:07', '', 72, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7706', 32, 'acf-field', '', 0), +(7708, 1, '2020-08-27 17:31:37', '2020-08-27 17:31:37', 'a:8:{s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:9:\"placement\";s:3:\"top\";s:8:\"endpoint\";i:0;}', 'Tab Field', 'tab_field', 'publish', 'closed', 'closed', '', 'field_5f47eb36644c7', '', '', '2020-10-02 19:30:07', '2020-10-02 19:30:07', '', 72, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7708', 33, 'acf-field', '', 0), +(7740, 1, '2020-08-27 18:23:58', '2020-08-27 18:23:58', '', 'file-sample_1MB', '', 'inherit', 'open', 'closed', '', 'file-sample_1mb', '', '', '2020-08-27 18:23:58', '2020-08-27 18:23:58', '', 7646, 'https://devgatsbyint.wpengine.com/wp-content/uploads/2020/08/file-sample_1MB.doc', 0, 'attachment', 'application/msword', 0), +(7744, 1, '2020-08-27 18:29:21', '2020-08-27 18:29:21', '', '101-2621x1747', '', 'inherit', 'open', 'closed', '', '101-2621x1747', '', '', '2020-08-27 18:29:21', '2020-08-27 18:29:21', '', 7646, 'https://devgatsbyint.wpengine.com/wp-content/uploads/2020/08/101-2621x1747-1.jpg', 0, 'attachment', 'image/jpeg', 0), +(7748, 1, '2020-08-27 18:29:27', '2020-08-27 18:29:27', '', '1002-4312x2868', '', 'inherit', 'open', 'closed', '', '1002-4312x2868', '', '', '2020-08-27 18:29:27', '2020-08-27 18:29:27', '', 7646, 'https://devgatsbyint.wpengine.com/wp-content/uploads/2020/08/1002-4312x2868-1.jpg', 0, 'attachment', 'image/jpeg', 0), +(7752, 1, '2020-08-27 18:29:33', '2020-08-27 18:29:33', '', '1003-1181x1772', '', 'inherit', 'open', 'closed', '', '1003-1181x1772', '', '', '2020-08-27 18:29:33', '2020-08-27 18:29:33', '', 7646, 'https://devgatsbyint.wpengine.com/wp-content/uploads/2020/08/1003-1181x1772-1.jpg', 0, 'attachment', 'image/jpeg', 0), +(7756, 1, '2020-08-27 18:29:35', '2020-08-27 18:29:35', '', '1001-5616x3744', '', 'inherit', 'open', 'closed', '', '1001-5616x3744', '', '', '2020-08-27 18:29:35', '2020-08-27 18:29:35', '', 7646, 'https://devgatsbyint.wpengine.com/wp-content/uploads/2020/08/1001-5616x3744-1.jpg', 0, 'attachment', 'image/jpeg', 0), +(7760, 1, '2020-08-27 18:29:44', '2020-08-27 18:29:44', '', '10-2500x1667', '', 'inherit', 'open', 'closed', '', '10-2500x1667', '', '', '2020-08-27 18:29:44', '2020-08-27 18:29:44', '', 7646, 'https://devgatsbyint.wpengine.com/wp-content/uploads/2020/08/10-2500x1667-1.jpg', 0, 'attachment', 'image/jpeg', 0), +(7764, 1, '2020-08-27 18:30:33', '2020-08-27 18:30:33', '', '1004-5616x3744', '', 'inherit', 'open', 'closed', '', '1004-5616x3744', '', '', '2020-08-27 18:30:33', '2020-08-27 18:30:33', '', 7646, 'https://devgatsbyint.wpengine.com/wp-content/uploads/2020/08/1004-5616x3744-1.jpg', 0, 'attachment', 'image/jpeg', 0), +(7772, 1, '2020-08-27 18:34:17', '2020-08-27 18:34:17', '', '1008-5616x3744', '', 'inherit', 'open', 'closed', '', '1008-5616x3744', '', '', '2020-08-27 18:34:17', '2020-08-27 18:34:17', '', 7646, 'https://devgatsbyint.wpengine.com/wp-content/uploads/2020/08/1008-5616x3744-1.jpg', 0, 'attachment', 'image/jpeg', 0), +(7800, 1, '2020-08-27 21:55:44', '2020-08-27 21:55:44', 'a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:20:\"layout_5f47eae56d672\";s:15:\"show_in_graphql\";i:1;s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'flex title', 'flex_title', 'publish', 'closed', 'closed', '', 'field_5f482998401a3', '', '', '2020-08-27 21:55:44', '2020-08-27 21:55:44', '', 7686, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7800', 0, 'acf-field', '', 0), +(7803, 1, '2020-08-27 21:55:44', '2020-08-27 21:55:44', 'a:17:{s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:20:\"layout_5f47eae56d672\";s:15:\"show_in_graphql\";i:1;s:13:\"return_format\";s:5:\"array\";s:12:\"preview_size\";s:6:\"medium\";s:7:\"library\";s:3:\"all\";s:9:\"min_width\";s:0:\"\";s:10:\"min_height\";s:0:\"\";s:8:\"min_size\";s:0:\"\";s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}', 'flex image', 'flex_image', 'publish', 'closed', 'closed', '', 'field_5f48299d401a4', '', '', '2020-08-27 21:55:44', '2020-08-27 21:55:44', '', 7686, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7803', 1, 'acf-field', '', 0), +(7805, 1, '2020-08-27 21:55:44', '2020-08-27 21:55:44', 'a:12:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:20:\"layout_5f47eae56d672\";s:15:\"show_in_graphql\";i:1;s:9:\"collapsed\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"table\";s:12:\"button_label\";s:0:\"\";}', 'flex repeater', 'flex_repeater', 'publish', 'closed', 'closed', '', 'field_5f4829a6401a5', '', '', '2020-08-27 21:55:44', '2020-08-27 21:55:44', '', 7686, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7805', 2, 'acf-field', '', 0), +(7807, 1, '2020-08-27 21:55:44', '2020-08-27 21:55:44', 'a:11:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'flex repeater title', 'flex_repeater_title', 'publish', 'closed', 'closed', '', 'field_5f4829b1401a6', '', '', '2020-08-27 21:55:44', '2020-08-27 21:55:44', '', 7805, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7807', 0, 'acf-field', '', 0), +(7809, 1, '2020-08-27 21:55:44', '2020-08-27 21:55:44', 'a:13:{s:4:\"type\";s:12:\"relationship\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:7:\"filters\";a:3:{i:0;s:6:\"search\";i:1;s:9:\"post_type\";i:2;s:8:\"taxonomy\";}s:8:\"elements\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:13:\"return_format\";s:6:\"object\";}', 'flex repeater relationship', 'flex_repeater_relationship', 'publish', 'closed', 'closed', '', 'field_5f4829c7401a7', '', '', '2020-08-27 21:55:44', '2020-08-27 21:55:44', '', 7805, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7809', 1, 'acf-field', '', 0), +(7811, 1, '2020-08-27 21:55:44', '2020-08-27 21:55:44', 'a:14:{s:4:\"type\";s:12:\"relationship\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:20:\"layout_5f47eae56d672\";s:15:\"show_in_graphql\";i:1;s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:7:\"filters\";a:3:{i:0;s:6:\"search\";i:1;s:9:\"post_type\";i:2;s:8:\"taxonomy\";}s:8:\"elements\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:13:\"return_format\";s:6:\"object\";}', 'flex relationship', 'flex_relationship', 'publish', 'closed', 'closed', '', 'field_5f4829dc401a8', '', '', '2020-08-27 21:55:44', '2020-08-27 21:55:44', '', 7686, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7811', 3, 'acf-field', '', 0), +(7813, 1, '2020-08-27 21:55:44', '2020-08-27 21:55:44', 'a:10:{s:4:\"type\";s:16:\"flexible_content\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:15:\"show_in_graphql\";i:1;s:7:\"layouts\";a:2:{s:20:\"layout_5f4829f48a2ed\";a:6:{s:3:\"key\";s:20:\"layout_5f4829f48a2ed\";s:5:\"label\";s:26:\"repeater flex title layout\";s:4:\"name\";s:26:\"repeater_flex_title_layout\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}s:20:\"layout_5f482a17401ab\";a:6:{s:3:\"key\";s:20:\"layout_5f482a17401ab\";s:5:\"label\";s:33:\"Repeater flex relationship layout\";s:4:\"name\";s:33:\"repeater_flex_relationship_layout\";s:7:\"display\";s:5:\"block\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}}s:12:\"button_label\";s:7:\"Add Row\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";}', 'repeater flex', 'repeater_flex', 'publish', 'closed', 'closed', '', 'field_5f4829ed401a9', '', '', '2020-08-27 21:55:44', '2020-08-27 21:55:44', '', 7690, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7813', 0, 'acf-field', '', 0), +(7816, 1, '2020-08-27 21:55:44', '2020-08-27 21:55:44', 'a:12:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:20:\"layout_5f4829f48a2ed\";s:15:\"show_in_graphql\";i:1;s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}', 'repeater flex title', 'repeater_flex_title', 'publish', 'closed', 'closed', '', 'field_5f482a05401aa', '', '', '2020-08-27 21:55:44', '2020-08-27 21:55:44', '', 7813, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7816', 0, 'acf-field', '', 0), +(7818, 1, '2020-08-27 21:55:44', '2020-08-27 21:55:44', 'a:14:{s:4:\"type\";s:12:\"relationship\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"parent_layout\";s:20:\"layout_5f482a17401ab\";s:15:\"show_in_graphql\";i:1;s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:7:\"filters\";a:3:{i:0;s:6:\"search\";i:1;s:9:\"post_type\";i:2;s:8:\"taxonomy\";}s:8:\"elements\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:13:\"return_format\";s:6:\"object\";}', 'Repeater flex relationship', 'repeater_flex_relationship', 'publish', 'closed', 'closed', '', 'field_5f482a24401ac', '', '', '2020-08-27 21:55:44', '2020-08-27 21:55:44', '', 7813, 'https://devgatsbyint.wpengine.com/?post_type=acf-field&p=7818', 0, 'acf-field', '', 0), +(7868, 1, '2020-08-27 23:36:34', '2020-08-27 23:36:34', '\nsome content
\n', 'Yoast SEO', '', 'publish', 'closed', 'closed', '', 'beautiful_slug', '', '', '2020-08-27 23:36:34', '2020-08-27 23:36:34', '', 0, 'https://devgatsbyint.wpengine.com/?page_id=7868', 0, 'page', '', 0), +(7956, 1, '2020-09-17 15:26:07', '2020-09-17 15:26:07', '', 'Gutenberg Test', '', 'trash', 'closed', 'closed', '', '__trashed', '', '', '2020-09-17 15:26:07', '2020-09-17 15:26:07', '', 0, 'https://devgatsbyint.wpengine.com/?page_id=7956', 0, 'page', '', 0), +(7961, 1, '2020-09-16 23:29:31', '2020-09-16 23:29:31', '{{unknown}}', '', '', 'publish', 'closed', 'closed', '', '97d51471f7360f20742f81dd9a3904ef', '', '', '2020-09-16 23:29:31', '2020-09-16 23:29:31', '', 0, 'https://devgatsbyint.wpengine.com/2020/09/16/97d51471f7360f20742f81dd9a3904ef/', 0, 'oembed_cache', '', 0), +(7981, 1, '2018-10-23 10:35:07', '2018-10-23 20:35:07', '', 'daniel-leone-197357-unsplash', '', 'inherit', 'open', 'closed', '', 'daniel-leone-197357-unsplash', '', '', '2018-10-23 10:35:07', '2018-10-23 20:35:07', '', 94, 'https://devgatsbyint.wpengine.com/wp-content/uploads/2018/10/daniel-leone-197357-unsplash.jpg', 0, 'attachment', 'image/jpeg', 0), +(7985, 1, '2018-10-23 10:35:08', '2018-10-23 20:35:08', '', 'daniel-olah-495967-unsplash', '', 'inherit', 'open', 'closed', '', 'daniel-olah-495967-unsplash', '', '', '2018-10-23 10:35:08', '2018-10-23 20:35:08', '', 94, 'https://devgatsbyint.wpengine.com/wp-content/uploads/2018/10/daniel-olah-495967-unsplash.jpg', 0, 'attachment', 'image/jpeg', 0), +(8008, 1, '2020-09-16 23:30:38', '2020-09-16 23:30:38', 'My dream car. Pagani Zonda
', '', '', 'publish', 'closed', 'closed', '', '24f34eb93912978bac579c87fb591102', '', '', '2020-09-16 23:30:38', '2020-09-16 23:30:38', '', 0, 'https://devgatsbyint.wpengine.com/2020/09/16/24f34eb93912978bac579c87fb591102/', 0, 'oembed_cache', '', 0),
+(8010, 1, '2020-09-16 23:30:38', '2020-09-16 23:30:38', '{{unknown}}', '', '', 'publish', 'closed', 'closed', '', 'f6abb0e0c18de769108bddf99ab66f35', '', '', '2020-09-16 23:30:38', '2020-09-16 23:30:38', '', 0, 'https://devgatsbyint.wpengine.com/2020/09/16/f6abb0e0c18de769108bddf99ab66f35/', 0, 'oembed_cache', '', 0),
+(8012, 1, '2020-09-16 23:30:39', '2020-09-16 23:30:39', 'Tweets by wordpressdotcom', '', '', 'publish', 'closed', 'closed', '', 'c0adb69381ea2dc75081f49420641f6a', '', '', '2020-09-16 23:30:39', '2020-09-16 23:30:39', '', 0, 'https://devgatsbyint.wpengine.com/2020/09/16/c0adb69381ea2dc75081f49420641f6a/', 0, 'oembed_cache', '', 0),
+(8014, 1, '2020-09-16 23:30:39', '2020-09-16 23:30:39', '', '', '', 'publish', 'closed', 'closed', '', 'f978386b1cda1bf7b1f8918e2b996815', '', '', '2020-09-16 23:30:39', '2020-09-16 23:30:39', '', 0, 'https://devgatsbyint.wpengine.com/2020/09/16/f978386b1cda1bf7b1f8918e2b996815/', 0, 'oembed_cache', '', 0),
+(8016, 1, '2020-09-16 23:30:40', '2020-09-16 23:30:40', '{{unknown}}', '', '', 'publish', 'closed', 'closed', '', 'a06fa1c80c1b4df7b3d05cbf4d798037', '', '', '2020-09-16 23:30:40', '2020-09-16 23:30:40', '', 0, 'https://devgatsbyint.wpengine.com/2020/09/16/a06fa1c80c1b4df7b3d05cbf4d798037/', 0, 'oembed_cache', '', 0),
+(8018, 1, '2020-09-16 23:30:40', '2020-09-16 23:30:40', '{{unknown}}', '', '', 'publish', 'closed', 'closed', '', '9dab016ba3dc6bedb3135111b973d088', '', '', '2020-09-16 23:30:40', '2020-09-16 23:30:40', '', 0, 'https://devgatsbyint.wpengine.com/2020/09/16/9dab016ba3dc6bedb3135111b973d088/', 0, 'oembed_cache', '', 0),
+(8020, 1, '2020-09-16 23:30:41', '2020-09-16 23:30:41', '{{unknown}}', '', '', 'publish', 'closed', 'closed', '', '88f6fbeebc867fc4e045e50c5891986f', '', '', '2020-09-16 23:30:41', '2020-09-16 23:30:41', '', 0, 'https://devgatsbyint.wpengine.com/2020/09/16/88f6fbeebc867fc4e045e50c5891986f/', 0, 'oembed_cache', '', 0),
+(8022, 1, '2020-09-16 23:30:41', '2020-09-16 23:30:41', '', '', '', 'publish', 'closed', 'closed', '', 'e88b08fb1989a33bdcd6381971a7fd96', '', '', '2020-09-16 23:30:41', '2020-09-16 23:30:41', '', 0, 'https://devgatsbyint.wpengine.com/2020/09/16/e88b08fb1989a33bdcd6381971a7fd96/', 0, 'oembed_cache', '', 0),
+(8024, 1, '2020-09-16 23:30:41', '2020-09-16 23:30:41', '', '', '', 'publish', 'closed', 'closed', '', '2689431d391b550d5e1ea5c308fab281', '', '', '2020-09-16 23:30:41', '2020-09-16 23:30:41', '', 0, 'https://devgatsbyint.wpengine.com/2020/09/16/2689431d391b550d5e1ea5c308fab281/', 0, 'oembed_cache', '', 0),
+(8026, 1, '2020-09-16 23:30:41', '2020-09-16 23:30:41', '', '', '', 'publish', 'closed', 'closed', '', '93e4fb35ab2d8dcb607a948f5e9a0274', '', '', '2020-09-16 23:30:41', '2020-09-16 23:30:41', '', 0, 'https://devgatsbyint.wpengine.com/2020/09/16/93e4fb35ab2d8dcb607a948f5e9a0274/', 0, 'oembed_cache', '', 0),
+(8028, 1, '2020-09-16 23:30:42', '2020-09-16 23:30:42', '', '', '', 'publish', 'closed', 'closed', '', '8413e2f5a1ec2d352aa22e8807b649df', '', '', '2020-09-16 23:30:42', '2020-09-16 23:30:42', '', 0, 'https://devgatsbyint.wpengine.com/2020/09/16/8413e2f5a1ec2d352aa22e8807b649df/', 0, 'oembed_cache', '', 0),
+(8416, 1, '2020-09-17 21:13:24', '2020-09-17 21:13:24', '\nbackground-image: url(https://devgatsbyint.wpengine.com/wp-content/uploads/2020/10/sample-mov-fileinline-html.mov)
\n\n\n\n', 'Inline html non-image media items', '', 'publish', 'closed', 'closed', '', 'inline-html-non-image-media-items', '', '', '2020-10-08 02:03:46', '2020-10-08 02:03:46', '', 0, 'https://devgatsbyint.wpengine.com/?page_id=10465', 0, 'page', '', 0), +(10467, 1, '2020-10-02 19:45:08', '2020-10-02 19:45:08', '', 'sampleinline-html', '', 'inherit', 'open', 'closed', '', 'sampleinline-html', '', '', '2020-10-02 19:45:08', '2020-10-02 19:45:08', '', 10465, 'https://devgatsbyint.wpengine.com/wp-content/uploads/2020/10/sampleinline-html.doc', 0, 'attachment', 'application/msword', 0), +(10471, 1, '2020-10-02 19:50:13', '2020-10-02 19:50:13', '', 'sample-avi-fileinline-html', '', 'inherit', 'open', 'closed', '', 'sample-avi-fileinline-html', '', '', '2020-10-02 19:50:13', '2020-10-02 19:50:13', '', 10465, 'https://devgatsbyint.wpengine.com/wp-content/uploads/2020/10/sample-avi-fileinline-html.avi', 0, 'attachment', 'video/avi', 0), +(10475, 1, '2020-10-02 19:50:54', '2020-10-02 19:50:54', '', 'sample-mp4-fileinline-html', '', 'inherit', 'open', 'closed', '', 'sample-mp4-fileinline-html', '', '', '2020-10-02 19:50:54', '2020-10-02 19:50:54', '', 10465, 'https://devgatsbyint.wpengine.com/wp-content/uploads/2020/10/sample-mp4-fileinline-html.mp4', 0, 'attachment', 'video/mp4', 0), +(10479, 1, '2020-10-02 19:51:25', '2020-10-02 19:51:25', '', 'sample-mov-fileinline-html', '', 'inherit', 'open', 'closed', '', 'sample-mov-fileinline-html', '', '', '2020-10-02 19:51:25', '2020-10-02 19:51:25', '', 10465, 'https://devgatsbyint.wpengine.com/wp-content/uploads/2020/10/sample-mov-fileinline-html.mov', 0, 'attachment', 'video/quicktime', 0), +(10513, 1, '2020-10-05 18:25:03', '2020-10-05 18:25:03', '{node.title}
+ +{node.title}
+ + {/* highlight-end */} + +Mauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed efficitur finibus urna, in laoreet tellus sollicitudin sit amet. Phasellus elementum eros nec augue placerat, eget auctor enim mattis. Aenean porta tincidunt pharetra. Aliquam erat volutpat.
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin faucibus lacus arcu, vel laoreet ligula euismod in. Integer faucibus sapien ut nisl pharetra, id scelerisque risus iaculis. Praesent sapien est, semper in rhoncus id, posuere in mi. Proin scelerisque consectetur risus. Praesent faucibus imperdiet nunc ac aliquet. Duis maximus elementum porttitor. Aliquam tempus in metus at finibus. Suspendisse vestibulum diam sit amet diam varius elementum. Quisque nec ornare odio. Curabitur tincidunt, risus eu consectetur tristique, felis leo tincidunt nunc, ut convallis ligula odio at orci.
-", - }, - "date": "2017-09-02T10:50:27.000Z", - "excerpt": Object { - "protected": false, - "rendered": "Mauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. […]
-", - }, - "featured_media": 0, - "format": "standard", - "guid": Object { - "rendered": "http://dev-gatbsyjswp.pantheonsite.io/?p=28", - }, - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-2/", - "meta": Array [], - "modified": "2017-09-02T10:52:25.000Z", - "ping_status": "open", - "polylang_current_lang": "en_US", - "polylang_tranlations": Array [ - Object { - "locale": "fr_FR", - "wordpress_id": 26, - }, - ], - "slug": "sample-post-2", - "status": "publish", - "sticky": false, - "tags": Array [ - 5, - ], - "template": "", - "title": Object { - "rendered": "Sample post 2", - }, - "type": "post", - "wordpress_id": 28, - }, - Object { - "__type": "wordpress__POST", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/post", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=26", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/26", - }, - ], - "version_history": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/26/revisions", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=26", - }, - ], - "wp_term": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories?post=26", - "taxonomy": "category", - }, - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags?post=26", - "taxonomy": "post_tag", - }, - ], - }, - "acf": Object { - "page_builder": Array [ - Object { - "acf_fc_layout": "excerpt", - "content": "Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan.", - }, - Object { - "acf_fc_layout": "image_gallery", - "pictures": Array [ - Object { - "picture": Object { - "alt": "", - "author": "1", - "caption": "", - "date": "2017-09-02 10:36:43", - "description": "", - "filename": "pexels-photo-534327.jpeg", - "height": 4000, - "icon": "http://dev-gatbsyjswp.pantheonsite.io/wp-includes/images/media/default.png", - "mime_type": "image/jpeg", - "modified": "2017-09-02 10:52:39", - "name": "pexels-photo-534327", - "sizes": Object { - "large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-1024x683.jpeg", - "large_height": 683, - "large_width": 1024, - "medium": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-300x200.jpeg", - "medium_height": 200, - "medium_large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-768x512.jpeg", - "medium_large_height": 512, - "medium_large_width": 768, - "medium_width": 300, - "thumbnail": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-150x150.jpeg", - "thumbnail_height": 150, - "thumbnail_width": 150, - }, - "title": "pexels-photo-534327", - "type": "image", - "url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "width": 6000, - "wordpress_id": 12, - }, - "title": "Venise", - }, - Object { - "picture": Object { - "alt": "", - "author": "1", - "caption": "", - "date": "2017-09-02 10:35:16", - "description": "", - "filename": "pexels-photo-534351.jpeg", - "height": 4000, - "icon": "http://dev-gatbsyjswp.pantheonsite.io/wp-includes/images/media/default.png", - "mime_type": "image/jpeg", - "modified": "2017-09-02 10:52:23", - "name": "pexels-photo-534351", - "sizes": Object { - "large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-1024x683.jpeg", - "large_height": 683, - "large_width": 1024, - "medium": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-300x200.jpeg", - "medium_height": 200, - "medium_large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-768x512.jpeg", - "medium_large_height": 512, - "medium_large_width": 768, - "medium_width": 300, - "thumbnail": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-150x150.jpeg", - "thumbnail_height": 150, - "thumbnail_width": 150, - }, - "title": "pexels-photo-534351", - "type": "image", - "url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "width": 6000, - "wordpress_id": 10, - }, - "title": "", - }, - ], - }, - Object { - "acf_fc_layout": "post_photo", - "photo": Object { - "alt": "", - "author": "1", - "caption": "", - "date": "2017-09-02 10:36:43", - "description": "", - "filename": "pexels-photo-534327.jpeg", - "height": 4000, - "icon": "http://dev-gatbsyjswp.pantheonsite.io/wp-includes/images/media/default.png", - "mime_type": "image/jpeg", - "modified": "2017-09-02 10:52:39", - "name": "pexels-photo-534327", - "sizes": Object { - "large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-1024x683.jpeg", - "large_height": 683, - "large_width": 1024, - "medium": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-300x200.jpeg", - "medium_height": 200, - "medium_large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-768x512.jpeg", - "medium_large_height": 512, - "medium_large_width": 768, - "medium_width": 300, - "thumbnail": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-150x150.jpeg", - "thumbnail_height": 150, - "thumbnail_width": 150, - }, - "title": "pexels-photo-534327", - "type": "image", - "url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "width": 6000, - "wordpress_id": 12, - }, - }, - ], - }, - "author": 1, - "categories": Array [ - 2, - ], - "comment_status": "open", - "content": Object { - "protected": false, - "rendered": "Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, pharetra sollicitudin sem. Maecenas vel sapien consequat, semper justo ut, pharetra purus. Sed malesuada mauris eu odio posuere congue. Etiam quis quam libero. Vestibulum molestie leo at tortor mollis tempus.
-Donec sed ornare velit. Mauris consectetur sit amet tortor eget cursus. Donec suscipit tellus lectus, eget vestibulum diam auctor eget. In varius felis in tortor dignissim eleifend. Maecenas pharetra mi lacus, vitae porttitor mi scelerisque eget. Duis aliquam consequat elit, sed posuere magna. In pulvinar erat non neque fringilla, nec posuere mi tristique. Mauris rhoncus nulla turpis, vitae pretium quam malesuada eu. Nullam porta convallis augue sed gravida.
-Aliquam ac posuere risus. Nam et laoreet nulla. Curabitur ut neque nibh. Maecenas condimentum tellus ultricies nunc porta porta eget a elit. Etiam elementum enim at mi ultrices facilisis id non sapien. Suspendisse suscipit, nulla at pretium ultrices, massa dui semper leo, sed tristique elit ipsum in risus. Nunc sem sapien, condimentum vitae ex ac, porttitor viverra purus. Suspendisse risus est, tincidunt sit amet faucibus ac, molestie quis lacus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed pretium, velit a semper feugiat, libero leo ornare metus, vitae bibendum ante leo vitae odio.
--", - }, - "date": "2017-09-02T10:49:35.000Z", - "excerpt": Object { - "protected": false, - "rendered": "
Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, […]
-", - }, - "featured_media": 0, - "format": "standard", - "guid": Object { - "rendered": "http://dev-gatbsyjswp.pantheonsite.io/?p=26", - }, - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-1/", - "meta": Array [], - "modified": "2017-09-02T10:52:42.000Z", - "ping_status": "open", - "polylang_current_lang": "fr_FR", - "polylang_tranlations": Array [ - Object { - "locale": "en_US", - "wordpress_id": 28, - }, - ], - "slug": "sample-post-1", - "status": "publish", - "sticky": false, - "tags": Array [ - 4, - ], - "template": "", - "title": Object { - "rendered": "Sample post 1", - }, - "type": "post", - "wordpress_id": 26, - }, - Object { - "__type": "wordpress__PAGE", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/page", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=5", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages/5", - }, - ], - "version_history": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages/5/revisions", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=5", - }, - ], - }, - "acf": Object { - "linked_image": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - }, - "author": 1, - "comment_status": "closed", - "content": Object { - "protected": false, - "rendered": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin faucibus lacus arcu, vel laoreet ligula euismod in. Integer faucibus sapien ut nisl pharetra, id scelerisque risus iaculis. Praesent sapien est, semper in rhoncus id, posuere in mi. Proin scelerisque consectetur risus. Praesent faucibus imperdiet nunc ac aliquet. Duis maximus elementum porttitor. Aliquam tempus in metus at finibus. Suspendisse vestibulum diam sit amet diam varius elementum. Quisque nec ornare odio. Curabitur tincidunt, risus eu consectetur tristique, felis leo tincidunt nunc, ut convallis ligula odio at orci.
-Mauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed efficitur finibus urna, in laoreet tellus sollicitudin sit amet. Phasellus elementum eros nec augue placerat, eget auctor enim mattis. Aenean porta tincidunt pharetra. Aliquam erat volutpat.
-Aliquam ac posuere risus. Nam et laoreet nulla. Curabitur ut neque nibh. Maecenas condimentum tellus ultricies nunc porta porta eget a elit. Etiam elementum enim at mi ultrices facilisis id non sapien. Suspendisse suscipit, nulla at pretium ultrices, massa dui semper leo, sed tristique elit ipsum in risus. Nunc sem sapien, condimentum vitae ex ac, porttitor viverra purus. Suspendisse risus est, tincidunt sit amet faucibus ac, molestie quis lacus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed pretium, velit a semper feugiat, libero leo ornare metus, vitae bibendum ante leo vitae odio.
-Donec sed ornare velit. Mauris consectetur sit amet tortor eget cursus. Donec suscipit tellus lectus, eget vestibulum diam auctor eget. In varius felis in tortor dignissim eleifend. Maecenas pharetra mi lacus, vitae porttitor mi scelerisque eget. Duis aliquam consequat elit, sed posuere magna. In pulvinar erat non neque fringilla, nec posuere mi tristique. Mauris rhoncus nulla turpis, vitae pretium quam malesuada eu. Nullam porta convallis augue sed gravida.
-Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, pharetra sollicitudin sem. Maecenas vel sapien consequat, semper justo ut, pharetra purus. Sed malesuada mauris eu odio posuere congue. Etiam quis quam libero. Vestibulum molestie leo at tortor mollis tempus.
-", - }, - "date": "2017-09-02T10:30:57.000Z", - "excerpt": Object { - "protected": false, - "rendered": "Lorem ipsum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin […]
-", - }, - "featured_media": 0, - "guid": Object { - "rendered": "http://dev-gatbsyjswp.pantheonsite.io/?page_id=5", - }, - "link": "http://dev-gatbsyjswp.pantheonsite.io/", - "menu_order": 0, - "meta": Array [], - "modified": "2017-09-02T10:47:16.000Z", - "ping_status": "closed", - "slug": "gatsby-sample-home-page", - "status": "publish", - "template": "", - "title": Object { - "rendered": "Gatsby sample home page", - }, - "type": "page", - "wordpress_id": 5, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__wp_media", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/attachment", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media", - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=12", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media/12", - }, - ], - }, - "acf": false, - "alt_text": "", - "author": 1, - "caption": Object { - "rendered": "", - }, - "comment_status": "open", - "date": "2017-09-02T10:36:43.000Z", - "description": Object { - "rendered": " -", - }, - "guid": Object { - "rendered": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - }, - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-1/pexels-photo-534327/", - "media_details": Object { - "file": "2017/09/pexels-photo-534327.jpeg", - "height": 4000, - "image_meta": Object { - "aperture": "7.1", - "camera": "ILCA-77M2", - "caption": "", - "copyright": "", - "created_timestamp": "1414776055", - "credit": "", - "focal_length": "24", - "iso": "100", - "keywords": Array [], - "orientation": "1", - "shutter_speed": "0.01", - "title": "", - }, - "sizes": Object { - "full": Object { - "file": "pexels-photo-534327.jpeg", - "height": 4000, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "width": 6000, - }, - "large": Object { - "file": "pexels-photo-534327-1024x683.jpeg", - "height": 683, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-1024x683.jpeg", - "width": 1024, - }, - "medium": Object { - "file": "pexels-photo-534327-300x200.jpeg", - "height": 200, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-300x200.jpeg", - "width": 300, - }, - "medium_large": Object { - "file": "pexels-photo-534327-768x512.jpeg", - "height": 512, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-768x512.jpeg", - "width": 768, - }, - "thumbnail": Object { - "file": "pexels-photo-534327-150x150.jpeg", - "height": 150, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-150x150.jpeg", - "width": 150, - }, - }, - "width": 6000, - }, - "media_type": "image", - "meta": Array [], - "mime_type": "image/jpeg", - "modified": "2017-09-02T10:52:39.000Z", - "ping_status": "closed", - "post": 26, - "slug": "pexels-photo-534327", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "status": "inherit", - "template": "", - "title": Object { - "rendered": "pexels-photo-534327", - }, - "type": "attachment", - "wordpress_id": 12, - }, - Object { - "__type": "wordpress__wp_media", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/attachment", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media", - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=10", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media/10", - }, - ], - }, - "acf": false, - "alt_text": "", - "author": 1, - "caption": Object { - "rendered": "", - }, - "comment_status": "open", - "date": "2017-09-02T10:35:16.000Z", - "description": Object { - "rendered": " -", - }, - "guid": Object { - "rendered": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - }, - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby-sample-home-page/pexels-photo-534351/", - "media_details": Object { - "file": "2017/09/pexels-photo-534351.jpeg", - "height": 4000, - "image_meta": Object { - "aperture": "10", - "camera": "ILCA-77M2", - "caption": "", - "copyright": "", - "created_timestamp": "1414838901", - "credit": "", - "focal_length": "24", - "iso": "100", - "keywords": Array [], - "orientation": "1", - "shutter_speed": "0.005", - "title": "", - }, - "sizes": Object { - "full": Object { - "file": "pexels-photo-534351.jpeg", - "height": 4000, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "width": 6000, - }, - "large": Object { - "file": "pexels-photo-534351-1024x683.jpeg", - "height": 683, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-1024x683.jpeg", - "width": 1024, - }, - "medium": Object { - "file": "pexels-photo-534351-300x200.jpeg", - "height": 200, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-300x200.jpeg", - "width": 300, - }, - "medium_large": Object { - "file": "pexels-photo-534351-768x512.jpeg", - "height": 512, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-768x512.jpeg", - "width": 768, - }, - "thumbnail": Object { - "file": "pexels-photo-534351-150x150.jpeg", - "height": 150, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-150x150.jpeg", - "width": 150, - }, - }, - "width": 6000, - }, - "media_type": "image", - "meta": Array [], - "mime_type": "image/jpeg", - "modified": "2017-09-02T10:52:23.000Z", - "ping_status": "closed", - "post": 5, - "slug": "pexels-photo-534351", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "status": "inherit", - "template": "", - "title": Object { - "rendered": "pexels-photo-534351", - }, - "type": "attachment", - "wordpress_id": 10, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/41", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=41", - }, - ], - }, - "acf": Object { - "quote": "C'est ainsi que nous avançons, barques à contre-courant, sans cesse ramenés vers le passé.", - "year": "2012", - }, - "content": Object { - "protected": false, - "rendered": "", - }, - "date": "2017-09-02T10:57:32.000Z", - "guid": Object { - "rendered": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=41", - }, - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/fifth/", - "modified": "2017-09-02T10:57:32.000Z", - "slug": "fifth", - "status": "publish", - "template": "", - "title": Object { - "rendered": "fifth", - }, - "type": "gatsby", - "wordpress_id": 41, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/40", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=40", - }, - ], - }, - "acf": Object { - "quote": "C'est ainsi que nous nous débattons, comme des barques contre le courant, sans cesse repoussés vers le passé.", - "year": "2011", - }, - "content": Object { - "protected": false, - "rendered": "201
-", - }, - "date": "2017-09-02T10:57:18.000Z", - "guid": Object { - "rendered": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=40", - }, - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/forth/", - "modified": "2017-09-02T10:57:18.000Z", - "slug": "forth", - "status": "publish", - "template": "", - "title": Object { - "rendered": "forth", - }, - "type": "gatsby", - "wordpress_id": 40, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/39", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=39", - }, - ], - }, - "acf": Object { - "quote": "Et nous luttons ainsi, barques à contre-courant, refoulés sans fin vers notre passé.", - "year": "1990", - }, - "content": Object { - "protected": false, - "rendered": "", - }, - "date": "2017-09-02T10:57:00.000Z", - "guid": Object { - "rendered": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=39", - }, - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/third/", - "modified": "2017-09-02T10:57:00.000Z", - "slug": "third", - "status": "publish", - "template": "", - "title": Object { - "rendered": "third", - }, - "type": "gatsby", - "wordpress_id": 39, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/38", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=38", - }, - ], - }, - "acf": Object { - "quote": "Car c'est ainsi que nous allons, barques luttant contre un courant qui nous ramène sans cesse vers le passé.", - "year": "1946", - }, - "content": Object { - "protected": false, - "rendered": "", - }, - "date": "2017-09-02T10:56:47.000Z", - "guid": Object { - "rendered": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=38", - }, - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/second/", - "modified": "2017-09-02T10:56:47.000Z", - "slug": "second", - "status": "publish", - "template": "", - "title": Object { - "rendered": "second", - }, - "type": "gatsby", - "wordpress_id": 38, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/37", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=37", - }, - ], - }, - "acf": Object { - "quote": "C'est ainsi que nous avançons, barques luttant contre un courant qui nous rejette sans cesse vers le passé.", - "year": "1926", - }, - "content": Object { - "protected": false, - "rendered": "", - }, - "date": "2017-09-02T10:56:32.000Z", - "guid": Object { - "rendered": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=37", - }, - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/first/", - "modified": "2017-09-02T10:56:32.000Z", - "slug": "first", - "status": "publish", - "template": "", - "title": Object { - "rendered": "first", - }, - "type": "gatsby", - "wordpress_id": 37, - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - }, - "description": "", - "hierarchical": false, - "name": "Posts", - "rest_base": "posts", - "slug": "post", - "taxonomies": Array [ - "category", - "post_tag", - ], - "wordpress_id": "post", - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages", - }, - ], - }, - "description": "", - "hierarchical": true, - "name": "Pages", - "rest_base": "pages", - "slug": "page", - "taxonomies": Array [], - "wordpress_id": "page", - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media", - }, - ], - }, - "description": "", - "hierarchical": false, - "name": "Media", - "rest_base": "media", - "slug": "attachment", - "taxonomies": Array [], - "wordpress_id": "attachment", - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - }, - "description": "", - "hierarchical": false, - "name": "Gatsbys", - "rest_base": "gatsby", - "slug": "gatsby", - "taxonomies": Array [], - "wordpress_id": "gatsby", - }, - Object { - "__type": "wordpress__wp_statuses", - "_links": Object { - "archives": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - }, - "name": "Published", - "public": true, - "queryable": true, - "slug": "publish", - "wordpress_id": "publish", - }, - Object { - "__type": "wordpress__wp_statuses", - "_links": Object { - "archives": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?status=acf-disabled", - }, - ], - }, - "name": "Inactive", - "public": true, - "queryable": true, - "slug": "acf-disabled", - "wordpress_id": "acf-disabled", - }, - Object { - "__type": "wordpress__wp_taxonomies", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - }, - "description": "", - "hierarchical": true, - "name": "Categories", - "rest_base": "categories", - "slug": "category", - "types": Array [ - "post", - ], - "wordpress_id": "category", - }, - Object { - "__type": "wordpress__wp_taxonomies", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags", - }, - ], - }, - "description": "", - "hierarchical": false, - "name": "Tags", - "rest_base": "tags", - "slug": "post_tag", - "types": Array [ - "post", - ], - "wordpress_id": "post_tag", - }, - Object { - "__type": "wordpress__CATEGORY", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/2", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=2", - }, - ], - }, - "count": 1, - "description": "", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/sample-category-1/", - "meta": Array [], - "name": "Sample category 1", - "slug": "sample-category-1", - "taxonomy": "category", - "wordpress_id": 2, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__CATEGORY", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/3", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=3", - }, - ], - }, - "count": 1, - "description": "", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/sample-category-2/", - "meta": Array [], - "name": "Sample category 2", - "slug": "sample-category-2", - "taxonomy": "category", - "wordpress_id": 3, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__CATEGORY", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/1", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=1", - }, - ], - }, - "count": 0, - "description": "", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/uncategorized/", - "meta": Array [], - "name": "Uncategorized", - "slug": "uncategorized", - "taxonomy": "category", - "wordpress_id": 1, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__TAG", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/post_tag", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags/4", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?tags=4", - }, - ], - }, - "count": 1, - "description": "", - "link": "http://dev-gatbsyjswp.pantheonsite.io/tag/sample-tag-1/", - "meta": Array [], - "name": "Sample tag 1", - "slug": "sample-tag-1", - "taxonomy": "post_tag", - "wordpress_id": 4, - }, - Object { - "__type": "wordpress__TAG", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/post_tag", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags/5", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?tags=5", - }, - ], - }, - "count": 1, - "description": "", - "link": "http://dev-gatbsyjswp.pantheonsite.io/tag/sample-tag-2/", - "meta": Array [], - "name": "Sample tag 2", - "slug": "sample-tag-2", - "taxonomy": "post_tag", - "wordpress_id": 5, - }, - Object { - "__type": "wordpress__wp_users", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - }, - "acf": false, - "avatar_urls": Object { - "wordpress_24": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=24&d=mm&r=g", - "wordpress_48": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=48&d=mm&r=g", - "wordpress_96": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=96&d=mm&r=g", - }, - "description": "", - "link": "http://dev-gatbsyjswp.pantheonsite.io/author/gatsby/", - "meta": Array [], - "name": "gatsby", - "slug": "gatsby", - "url": "", - "wordpress_id": 1, - }, - Object { - "__type": "wordpress__acf_options", - "wordpress_id": "acf", - }, - Object { - "__type": "wordpress__wc_categories", - "_links": Object { - "collection": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories", - }, - ], - "self": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories/80", - }, - ], - }, - "count": 11, - "description": "blah blah blah", - "display": "default", - "image": Object { - "alt": "", - "date_created": "2017-12-05T21:10:00", - "date_created_gmt": "2017-12-05T21:10:00", - "date_modified": "2017-12-05T21:10:00", - "date_modified_gmt": "2017-12-05T21:10:00", - "name": "Category 1", - "src": "https://www.example.com/wp-content/uploads/2015/08/Webp.net-resizeimage.jpg", - "wordpress_id": 2043, - }, - "menu_order": 0, - "name": "Category 1", - "slug": "category-1", - "wordpress_id": 80, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__wc_categories", - "_links": Object { - "collection": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories", - }, - ], - "self": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories/104", - }, - ], - }, - "count": 31, - "description": "blah blah blah", - "display": "default", - "image": Object { - "alt": "", - "date_created": "2017-12-05T21:10:00", - "date_created_gmt": "2017-12-05T21:10:00", - "date_modified": "2017-12-05T21:10:00", - "date_modified_gmt": "2017-12-05T21:10:00", - "name": "Category 2", - "src": "https://www.example.com.com/wp-content/uploads/2015/08/Webp.net-resizeimage.jpg", - "wordpress_id": 2043, - }, - "menu_order": 0, - "name": "Category 2", - "slug": "category-2", - "wordpress_id": 104, - "wordpress_parent": 0, - }, - Object { - "_links": Object { - "collection": Array [ - Object { - "href": "https://www.test.com/wp-json/wc/v3/products", - }, - ], - "self": Array [ - Object { - "href": "https://www.test.com/wp-json/wc/v3/products/3404", - }, - ], - }, - "attributes": Array [], - "average_rating": "0.00", - "backordered": false, - "backorders": "notify", - "backorders_allowed": true, - "button_text": "", - "catalog_visibility": "visible", - "categories": Array [ - Object { - "name": "Category 1", - "slug": "category-1", - "wordpress_id": 80, - }, - Object { - "name": "Category 2", - "slug": "category-2", - "wordpress_id": 104, - }, - ], - "cross_sell_ids": Array [], - "date_created": "2019-02-03T21:49:54.000Z", - "date_modified": "2019-02-03T21:49:54.000Z", - "date_on_sale_from": null, - "date_on_sale_from_gmt": null, - "date_on_sale_to": null, - "date_on_sale_to_gmt": null, - "default_attributes": Array [], - "description": "", - "dimensions": Object { - "height": "", - "length": "", - "width": "", - }, - "download_expiry": -1, - "download_limit": -1, - "downloadable": false, - "downloads": Array [], - "external_url": "", - "featured": false, - "grouped_products": Array [], - "images": Array [ - Object { - "alt": "", - "date_created": "2019-02-03T21:49:21", - "date_created_gmt": "2019-02-03T21:49:21", - "date_modified": "2019-02-03T21:49:21", - "date_modified_gmt": "2019-02-03T21:49:21", - "name": "test-image-size-2", - "src": "https://www.example.com/wp-content/uploads/2019/02/test.jpg", - "wordpress_id": 3405, - }, - ], - "jetpack_publicize_connections": Array [], - "manage_stock": true, - "menu_order": 0, - "meta_data": Array [ - Object { - "key": "_yoast_wpseo_primary_product_cat", - "value": "104", - "wordpress_id": 52214, - }, - Object { - "key": "nm_product_layout", - "value": "default", - "wordpress_id": 52215, - }, - Object { - "key": "algolia_searchable_posts_records_count", - "value": "1", - "wordpress_id": 52216, - }, - Object { - "key": "algolia_posts_product_records_count", - "value": "1", - "wordpress_id": 52217, - }, - Object { - "key": "_yoast_wpseo_content_score", - "value": "30", - "wordpress_id": 52218, - }, - Object { - "key": "_wpas_done_all", - "value": "1", - "wordpress_id": 52219, - }, - Object { - "key": "_jetpack_related_posts_cache", - "value": Object { - "wordpress_32b0bf150bb6bd30c74ed5fafdacd61f": Object { - "expires": 1549276723, - "payload": Array [ - Object { - "wordpress_id": 3379, - }, - Object { - "wordpress_id": 3365, - }, - Object { - "wordpress_id": 3402, - }, - ], - }, - }, - "wordpress_id": 52294, - }, - ], - "name": "Test Product Gatsby", - "on_sale": false, - "parent_id": 0, - "permalink": "https://www.example.com/product/test/", - "price": "16.99", - "price_html": "$16.99", - "purchasable": true, - "purchase_note": "", - "rating_count": 0, - "regular_price": "16.99", - "related_ids": Array [ - 3340, - 3374, - 3336, - 3354, - 3338, - ], - "reviews_allowed": true, - "sale_price": "", - "shipping_class": "", - "shipping_class_id": 0, - "shipping_required": true, - "shipping_taxable": true, - "short_description": "", - "sku": "M-N2-T", - "slug": "test-product-gatsby", - "sold_individually": false, - "status": "publish", - "stock_quantity": 5, - "stock_status": "instock", - "tax_class": "", - "tax_status": "taxable", - "total_sales": 0, - "type": "simple", - "upsell_ids": Array [], - "variations": Array [], - "virtual": false, - "weight": "", - "wordpress_id": 3404, - }, -] -`; - -exports[`Process WordPress data Creates links between authors and user entities 1`] = ` -Array [ - Object { - "__type": "wordpress__POST", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/post", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=28", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/28", - }, - ], - "version_history": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/28/revisions", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=28", - }, - ], - "wp_term": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories?post=28", - "taxonomy": "category", - }, - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags?post=28", - "taxonomy": "post_tag", - }, - ], - }, - "acf": Object { - "page_builder": Array [ - Object { - "acf_fc_layout": "excerpt", - "content": "Sed efficitur finibus urna, in laoreet tellus sollicitudin sit amet. Phasellus elementum eros nec augue placerat, eget auctor enim mattis.", - }, - Object { - "acf_fc_layout": "post_photo", - "photo": Object { - "alt": "", - "author": "1", - "caption": "", - "date": "2017-09-02 10:35:16", - "description": "", - "filename": "pexels-photo-534351.jpeg", - "height": 4000, - "icon": "http://dev-gatbsyjswp.pantheonsite.io/wp-includes/images/media/default.png", - "mime_type": "image/jpeg", - "modified": "2017-09-02 10:52:23", - "name": "pexels-photo-534351", - "sizes": Object { - "large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-1024x683.jpeg", - "large_height": 683, - "large_width": 1024, - "medium": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-300x200.jpeg", - "medium_height": 200, - "medium_large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-768x512.jpeg", - "medium_large_height": 512, - "medium_large_width": 768, - "medium_width": 300, - "thumbnail": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-150x150.jpeg", - "thumbnail_height": 150, - "thumbnail_width": 150, - }, - "title": "pexels-photo-534351", - "type": "image", - "url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "width": 6000, - "wordpress_id": 10, - }, - }, - ], - }, - "author___NODE": "uuid-from-gatsby", - "categories": Array [ - 3, - ], - "comment_status": "open", - "content": "Mauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed efficitur finibus urna, in laoreet tellus sollicitudin sit amet. Phasellus elementum eros nec augue placerat, eget auctor enim mattis. Aenean porta tincidunt pharetra. Aliquam erat volutpat.
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin faucibus lacus arcu, vel laoreet ligula euismod in. Integer faucibus sapien ut nisl pharetra, id scelerisque risus iaculis. Praesent sapien est, semper in rhoncus id, posuere in mi. Proin scelerisque consectetur risus. Praesent faucibus imperdiet nunc ac aliquet. Duis maximus elementum porttitor. Aliquam tempus in metus at finibus. Suspendisse vestibulum diam sit amet diam varius elementum. Quisque nec ornare odio. Curabitur tincidunt, risus eu consectetur tristique, felis leo tincidunt nunc, ut convallis ligula odio at orci.
-", - "date": "2017-09-02T10:50:27.000Z", - "excerpt": "Mauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. […]
-", - "featured_media": 0, - "format": "standard", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?p=28", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-2/", - "meta": Array [], - "modified": "2017-09-02T10:52:25.000Z", - "ping_status": "open", - "polylang_current_lang": "en_US", - "polylang_tranlations": Array [ - Object { - "locale": "fr_FR", - "wordpress_id": 26, - }, - ], - "slug": "sample-post-2", - "status": "publish", - "sticky": false, - "tags": Array [ - 5, - ], - "template": "", - "title": "Sample post 2", - "type": "post", - "wordpress_id": 28, - }, - Object { - "__type": "wordpress__POST", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/post", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=26", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/26", - }, - ], - "version_history": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/26/revisions", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=26", - }, - ], - "wp_term": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories?post=26", - "taxonomy": "category", - }, - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags?post=26", - "taxonomy": "post_tag", - }, - ], - }, - "acf": Object { - "page_builder": Array [ - Object { - "acf_fc_layout": "excerpt", - "content": "Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan.", - }, - Object { - "acf_fc_layout": "image_gallery", - "pictures": Array [ - Object { - "picture": Object { - "alt": "", - "author": "1", - "caption": "", - "date": "2017-09-02 10:36:43", - "description": "", - "filename": "pexels-photo-534327.jpeg", - "height": 4000, - "icon": "http://dev-gatbsyjswp.pantheonsite.io/wp-includes/images/media/default.png", - "mime_type": "image/jpeg", - "modified": "2017-09-02 10:52:39", - "name": "pexels-photo-534327", - "sizes": Object { - "large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-1024x683.jpeg", - "large_height": 683, - "large_width": 1024, - "medium": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-300x200.jpeg", - "medium_height": 200, - "medium_large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-768x512.jpeg", - "medium_large_height": 512, - "medium_large_width": 768, - "medium_width": 300, - "thumbnail": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-150x150.jpeg", - "thumbnail_height": 150, - "thumbnail_width": 150, - }, - "title": "pexels-photo-534327", - "type": "image", - "url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "width": 6000, - "wordpress_id": 12, - }, - "title": "Venise", - }, - Object { - "picture": Object { - "alt": "", - "author": "1", - "caption": "", - "date": "2017-09-02 10:35:16", - "description": "", - "filename": "pexels-photo-534351.jpeg", - "height": 4000, - "icon": "http://dev-gatbsyjswp.pantheonsite.io/wp-includes/images/media/default.png", - "mime_type": "image/jpeg", - "modified": "2017-09-02 10:52:23", - "name": "pexels-photo-534351", - "sizes": Object { - "large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-1024x683.jpeg", - "large_height": 683, - "large_width": 1024, - "medium": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-300x200.jpeg", - "medium_height": 200, - "medium_large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-768x512.jpeg", - "medium_large_height": 512, - "medium_large_width": 768, - "medium_width": 300, - "thumbnail": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-150x150.jpeg", - "thumbnail_height": 150, - "thumbnail_width": 150, - }, - "title": "pexels-photo-534351", - "type": "image", - "url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "width": 6000, - "wordpress_id": 10, - }, - "title": "", - }, - ], - }, - Object { - "acf_fc_layout": "post_photo", - "photo": Object { - "alt": "", - "author": "1", - "caption": "", - "date": "2017-09-02 10:36:43", - "description": "", - "filename": "pexels-photo-534327.jpeg", - "height": 4000, - "icon": "http://dev-gatbsyjswp.pantheonsite.io/wp-includes/images/media/default.png", - "mime_type": "image/jpeg", - "modified": "2017-09-02 10:52:39", - "name": "pexels-photo-534327", - "sizes": Object { - "large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-1024x683.jpeg", - "large_height": 683, - "large_width": 1024, - "medium": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-300x200.jpeg", - "medium_height": 200, - "medium_large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-768x512.jpeg", - "medium_large_height": 512, - "medium_large_width": 768, - "medium_width": 300, - "thumbnail": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-150x150.jpeg", - "thumbnail_height": 150, - "thumbnail_width": 150, - }, - "title": "pexels-photo-534327", - "type": "image", - "url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "width": 6000, - "wordpress_id": 12, - }, - }, - ], - }, - "author___NODE": "uuid-from-gatsby", - "categories": Array [ - 2, - ], - "comment_status": "open", - "content": "Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, pharetra sollicitudin sem. Maecenas vel sapien consequat, semper justo ut, pharetra purus. Sed malesuada mauris eu odio posuere congue. Etiam quis quam libero. Vestibulum molestie leo at tortor mollis tempus.
-Donec sed ornare velit. Mauris consectetur sit amet tortor eget cursus. Donec suscipit tellus lectus, eget vestibulum diam auctor eget. In varius felis in tortor dignissim eleifend. Maecenas pharetra mi lacus, vitae porttitor mi scelerisque eget. Duis aliquam consequat elit, sed posuere magna. In pulvinar erat non neque fringilla, nec posuere mi tristique. Mauris rhoncus nulla turpis, vitae pretium quam malesuada eu. Nullam porta convallis augue sed gravida.
-Aliquam ac posuere risus. Nam et laoreet nulla. Curabitur ut neque nibh. Maecenas condimentum tellus ultricies nunc porta porta eget a elit. Etiam elementum enim at mi ultrices facilisis id non sapien. Suspendisse suscipit, nulla at pretium ultrices, massa dui semper leo, sed tristique elit ipsum in risus. Nunc sem sapien, condimentum vitae ex ac, porttitor viverra purus. Suspendisse risus est, tincidunt sit amet faucibus ac, molestie quis lacus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed pretium, velit a semper feugiat, libero leo ornare metus, vitae bibendum ante leo vitae odio.
--", - "date": "2017-09-02T10:49:35.000Z", - "excerpt": "
Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, […]
-", - "featured_media": 0, - "format": "standard", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?p=26", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-1/", - "meta": Array [], - "modified": "2017-09-02T10:52:42.000Z", - "ping_status": "open", - "polylang_current_lang": "fr_FR", - "polylang_tranlations": Array [ - Object { - "locale": "en_US", - "wordpress_id": 28, - }, - ], - "slug": "sample-post-1", - "status": "publish", - "sticky": false, - "tags": Array [ - 4, - ], - "template": "", - "title": "Sample post 1", - "type": "post", - "wordpress_id": 26, - }, - Object { - "__type": "wordpress__PAGE", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/page", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=5", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages/5", - }, - ], - "version_history": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages/5/revisions", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=5", - }, - ], - }, - "acf": Object { - "linked_image": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - }, - "author___NODE": "uuid-from-gatsby", - "comment_status": "closed", - "content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin faucibus lacus arcu, vel laoreet ligula euismod in. Integer faucibus sapien ut nisl pharetra, id scelerisque risus iaculis. Praesent sapien est, semper in rhoncus id, posuere in mi. Proin scelerisque consectetur risus. Praesent faucibus imperdiet nunc ac aliquet. Duis maximus elementum porttitor. Aliquam tempus in metus at finibus. Suspendisse vestibulum diam sit amet diam varius elementum. Quisque nec ornare odio. Curabitur tincidunt, risus eu consectetur tristique, felis leo tincidunt nunc, ut convallis ligula odio at orci.
-Mauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed efficitur finibus urna, in laoreet tellus sollicitudin sit amet. Phasellus elementum eros nec augue placerat, eget auctor enim mattis. Aenean porta tincidunt pharetra. Aliquam erat volutpat.
-Aliquam ac posuere risus. Nam et laoreet nulla. Curabitur ut neque nibh. Maecenas condimentum tellus ultricies nunc porta porta eget a elit. Etiam elementum enim at mi ultrices facilisis id non sapien. Suspendisse suscipit, nulla at pretium ultrices, massa dui semper leo, sed tristique elit ipsum in risus. Nunc sem sapien, condimentum vitae ex ac, porttitor viverra purus. Suspendisse risus est, tincidunt sit amet faucibus ac, molestie quis lacus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed pretium, velit a semper feugiat, libero leo ornare metus, vitae bibendum ante leo vitae odio.
-Donec sed ornare velit. Mauris consectetur sit amet tortor eget cursus. Donec suscipit tellus lectus, eget vestibulum diam auctor eget. In varius felis in tortor dignissim eleifend. Maecenas pharetra mi lacus, vitae porttitor mi scelerisque eget. Duis aliquam consequat elit, sed posuere magna. In pulvinar erat non neque fringilla, nec posuere mi tristique. Mauris rhoncus nulla turpis, vitae pretium quam malesuada eu. Nullam porta convallis augue sed gravida.
-Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, pharetra sollicitudin sem. Maecenas vel sapien consequat, semper justo ut, pharetra purus. Sed malesuada mauris eu odio posuere congue. Etiam quis quam libero. Vestibulum molestie leo at tortor mollis tempus.
-", - "date": "2017-09-02T10:30:57.000Z", - "excerpt": "Lorem ipsum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin […]
-", - "featured_media": 0, - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?page_id=5", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/", - "menu_order": 0, - "meta": Array [], - "modified": "2017-09-02T10:47:16.000Z", - "ping_status": "closed", - "slug": "gatsby-sample-home-page", - "status": "publish", - "template": "", - "title": "Gatsby sample home page", - "type": "page", - "wordpress_id": 5, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__wp_media", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/attachment", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media", - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=12", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media/12", - }, - ], - }, - "acf": false, - "alt_text": "", - "author___NODE": "uuid-from-gatsby", - "caption": "", - "comment_status": "open", - "date": "2017-09-02T10:36:43.000Z", - "description": " -", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-1/pexels-photo-534327/", - "media_details": Object { - "file": "2017/09/pexels-photo-534327.jpeg", - "height": 4000, - "image_meta": Object { - "aperture": "7.1", - "camera": "ILCA-77M2", - "caption": "", - "copyright": "", - "created_timestamp": "1414776055", - "credit": "", - "focal_length": "24", - "iso": "100", - "keywords": Array [], - "orientation": "1", - "shutter_speed": "0.01", - "title": "", - }, - "sizes": Object { - "full": Object { - "file": "pexels-photo-534327.jpeg", - "height": 4000, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "width": 6000, - }, - "large": Object { - "file": "pexels-photo-534327-1024x683.jpeg", - "height": 683, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-1024x683.jpeg", - "width": 1024, - }, - "medium": Object { - "file": "pexels-photo-534327-300x200.jpeg", - "height": 200, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-300x200.jpeg", - "width": 300, - }, - "medium_large": Object { - "file": "pexels-photo-534327-768x512.jpeg", - "height": 512, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-768x512.jpeg", - "width": 768, - }, - "thumbnail": Object { - "file": "pexels-photo-534327-150x150.jpeg", - "height": 150, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-150x150.jpeg", - "width": 150, - }, - }, - "width": 6000, - }, - "media_type": "image", - "meta": Array [], - "mime_type": "image/jpeg", - "modified": "2017-09-02T10:52:39.000Z", - "ping_status": "closed", - "post": 26, - "slug": "pexels-photo-534327", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "status": "inherit", - "template": "", - "title": "pexels-photo-534327", - "type": "attachment", - "wordpress_id": 12, - }, - Object { - "__type": "wordpress__wp_media", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/attachment", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media", - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=10", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media/10", - }, - ], - }, - "acf": false, - "alt_text": "", - "author___NODE": "uuid-from-gatsby", - "caption": "", - "comment_status": "open", - "date": "2017-09-02T10:35:16.000Z", - "description": " -", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby-sample-home-page/pexels-photo-534351/", - "media_details": Object { - "file": "2017/09/pexels-photo-534351.jpeg", - "height": 4000, - "image_meta": Object { - "aperture": "10", - "camera": "ILCA-77M2", - "caption": "", - "copyright": "", - "created_timestamp": "1414838901", - "credit": "", - "focal_length": "24", - "iso": "100", - "keywords": Array [], - "orientation": "1", - "shutter_speed": "0.005", - "title": "", - }, - "sizes": Object { - "full": Object { - "file": "pexels-photo-534351.jpeg", - "height": 4000, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "width": 6000, - }, - "large": Object { - "file": "pexels-photo-534351-1024x683.jpeg", - "height": 683, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-1024x683.jpeg", - "width": 1024, - }, - "medium": Object { - "file": "pexels-photo-534351-300x200.jpeg", - "height": 200, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-300x200.jpeg", - "width": 300, - }, - "medium_large": Object { - "file": "pexels-photo-534351-768x512.jpeg", - "height": 512, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-768x512.jpeg", - "width": 768, - }, - "thumbnail": Object { - "file": "pexels-photo-534351-150x150.jpeg", - "height": 150, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-150x150.jpeg", - "width": 150, - }, - }, - "width": 6000, - }, - "media_type": "image", - "meta": Array [], - "mime_type": "image/jpeg", - "modified": "2017-09-02T10:52:23.000Z", - "ping_status": "closed", - "post": 5, - "slug": "pexels-photo-534351", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "status": "inherit", - "template": "", - "title": "pexels-photo-534351", - "type": "attachment", - "wordpress_id": 10, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/41", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=41", - }, - ], - }, - "acf": Object { - "quote": "C'est ainsi que nous avançons, barques à contre-courant, sans cesse ramenés vers le passé.", - "year": "2012", - }, - "content": "", - "date": "2017-09-02T10:57:32.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=41", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/fifth/", - "modified": "2017-09-02T10:57:32.000Z", - "slug": "fifth", - "status": "publish", - "template": "", - "title": "fifth", - "type": "gatsby", - "wordpress_id": 41, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/40", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=40", - }, - ], - }, - "acf": Object { - "quote": "C'est ainsi que nous nous débattons, comme des barques contre le courant, sans cesse repoussés vers le passé.", - "year": "2011", - }, - "content": "201
-", - "date": "2017-09-02T10:57:18.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=40", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/forth/", - "modified": "2017-09-02T10:57:18.000Z", - "slug": "forth", - "status": "publish", - "template": "", - "title": "forth", - "type": "gatsby", - "wordpress_id": 40, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/39", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=39", - }, - ], - }, - "acf": Object { - "quote": "Et nous luttons ainsi, barques à contre-courant, refoulés sans fin vers notre passé.", - "year": "1990", - }, - "content": "", - "date": "2017-09-02T10:57:00.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=39", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/third/", - "modified": "2017-09-02T10:57:00.000Z", - "slug": "third", - "status": "publish", - "template": "", - "title": "third", - "type": "gatsby", - "wordpress_id": 39, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/38", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=38", - }, - ], - }, - "acf": Object { - "quote": "Car c'est ainsi que nous allons, barques luttant contre un courant qui nous ramène sans cesse vers le passé.", - "year": "1946", - }, - "content": "", - "date": "2017-09-02T10:56:47.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=38", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/second/", - "modified": "2017-09-02T10:56:47.000Z", - "slug": "second", - "status": "publish", - "template": "", - "title": "second", - "type": "gatsby", - "wordpress_id": 38, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/37", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=37", - }, - ], - }, - "acf": Object { - "quote": "C'est ainsi que nous avançons, barques luttant contre un courant qui nous rejette sans cesse vers le passé.", - "year": "1926", - }, - "content": "", - "date": "2017-09-02T10:56:32.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=37", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/first/", - "modified": "2017-09-02T10:56:32.000Z", - "slug": "first", - "status": "publish", - "template": "", - "title": "first", - "type": "gatsby", - "wordpress_id": 37, - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - }, - "description": "", - "hierarchical": false, - "id": "uuid-from-gatsby", - "name": "Posts", - "rest_base": "posts", - "slug": "post", - "taxonomies": Array [ - "category", - "post_tag", - ], - "wordpress_id": "post", - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages", - }, - ], - }, - "description": "", - "hierarchical": true, - "id": "uuid-from-gatsby", - "name": "Pages", - "rest_base": "pages", - "slug": "page", - "taxonomies": Array [], - "wordpress_id": "page", - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media", - }, - ], - }, - "description": "", - "hierarchical": false, - "id": "uuid-from-gatsby", - "name": "Media", - "rest_base": "media", - "slug": "attachment", - "taxonomies": Array [], - "wordpress_id": "attachment", - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - }, - "description": "", - "hierarchical": false, - "id": "uuid-from-gatsby", - "name": "Gatsbys", - "rest_base": "gatsby", - "slug": "gatsby", - "taxonomies": Array [], - "wordpress_id": "gatsby", - }, - Object { - "__type": "wordpress__wp_statuses", - "_links": Object { - "archives": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - }, - "id": "uuid-from-gatsby", - "name": "Published", - "public": true, - "queryable": true, - "slug": "publish", - "wordpress_id": "publish", - }, - Object { - "__type": "wordpress__wp_statuses", - "_links": Object { - "archives": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?status=acf-disabled", - }, - ], - }, - "id": "uuid-from-gatsby", - "name": "Inactive", - "public": true, - "queryable": true, - "slug": "acf-disabled", - "wordpress_id": "acf-disabled", - }, - Object { - "__type": "wordpress__wp_taxonomies", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - }, - "description": "", - "hierarchical": true, - "id": "uuid-from-gatsby", - "name": "Categories", - "rest_base": "categories", - "slug": "category", - "types": Array [ - "post", - ], - "wordpress_id": "category", - }, - Object { - "__type": "wordpress__wp_taxonomies", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags", - }, - ], - }, - "description": "", - "hierarchical": false, - "id": "uuid-from-gatsby", - "name": "Tags", - "rest_base": "tags", - "slug": "post_tag", - "types": Array [ - "post", - ], - "wordpress_id": "post_tag", - }, - Object { - "__type": "wordpress__CATEGORY", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/2", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=2", - }, - ], - }, - "count": 1, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/sample-category-1/", - "meta": Array [], - "name": "Sample category 1", - "slug": "sample-category-1", - "taxonomy": "category", - "wordpress_id": 2, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__CATEGORY", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/3", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=3", - }, - ], - }, - "count": 1, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/sample-category-2/", - "meta": Array [], - "name": "Sample category 2", - "slug": "sample-category-2", - "taxonomy": "category", - "wordpress_id": 3, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__CATEGORY", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/1", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=1", - }, - ], - }, - "count": 0, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/uncategorized/", - "meta": Array [], - "name": "Uncategorized", - "slug": "uncategorized", - "taxonomy": "category", - "wordpress_id": 1, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__TAG", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/post_tag", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags/4", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?tags=4", - }, - ], - }, - "count": 1, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/tag/sample-tag-1/", - "meta": Array [], - "name": "Sample tag 1", - "slug": "sample-tag-1", - "taxonomy": "post_tag", - "wordpress_id": 4, - }, - Object { - "__type": "wordpress__TAG", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/post_tag", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags/5", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?tags=5", - }, - ], - }, - "count": 1, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/tag/sample-tag-2/", - "meta": Array [], - "name": "Sample tag 2", - "slug": "sample-tag-2", - "taxonomy": "post_tag", - "wordpress_id": 5, - }, - Object { - "__type": "wordpress__wp_users", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - }, - "acf": false, - "all_authored_entities___NODE": Array [ - "uuid-from-gatsby", - "uuid-from-gatsby", - "uuid-from-gatsby", - "uuid-from-gatsby", - "uuid-from-gatsby", - ], - "authored_wordpress__PAGE___NODE": Array [ - "uuid-from-gatsby", - ], - "authored_wordpress__POST___NODE": Array [ - "uuid-from-gatsby", - "uuid-from-gatsby", - ], - "authored_wordpress__wp_media___NODE": Array [ - "uuid-from-gatsby", - "uuid-from-gatsby", - ], - "avatar_urls": Object { - "wordpress_24": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=24&d=mm&r=g", - "wordpress_48": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=48&d=mm&r=g", - "wordpress_96": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=96&d=mm&r=g", - }, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/author/gatsby/", - "meta": Array [], - "name": "gatsby", - "slug": "gatsby", - "url": "", - "wordpress_id": 1, - }, - Object { - "__type": "wordpress__acf_options", - "id": "uuid-from-gatsby", - "wordpress_id": "acf", - }, - Object { - "__type": "wordpress__wc_categories", - "_links": Object { - "collection": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories", - }, - ], - "self": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories/80", - }, - ], - }, - "count": 11, - "description": "blah blah blah", - "display": "default", - "id": "uuid-from-gatsby", - "image": Object { - "alt": "", - "date_created": "2017-12-05T21:10:00", - "date_created_gmt": "2017-12-05T21:10:00", - "date_modified": "2017-12-05T21:10:00", - "date_modified_gmt": "2017-12-05T21:10:00", - "name": "Category 1", - "src": "https://www.example.com/wp-content/uploads/2015/08/Webp.net-resizeimage.jpg", - "wordpress_id": 2043, - }, - "menu_order": 0, - "name": "Category 1", - "slug": "category-1", - "wordpress_id": 80, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__wc_categories", - "_links": Object { - "collection": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories", - }, - ], - "self": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories/104", - }, - ], - }, - "count": 31, - "description": "blah blah blah", - "display": "default", - "id": "uuid-from-gatsby", - "image": Object { - "alt": "", - "date_created": "2017-12-05T21:10:00", - "date_created_gmt": "2017-12-05T21:10:00", - "date_modified": "2017-12-05T21:10:00", - "date_modified_gmt": "2017-12-05T21:10:00", - "name": "Category 2", - "src": "https://www.example.com.com/wp-content/uploads/2015/08/Webp.net-resizeimage.jpg", - "wordpress_id": 2043, - }, - "menu_order": 0, - "name": "Category 2", - "slug": "category-2", - "wordpress_id": 104, - "wordpress_parent": 0, - }, - Object { - "_links": Object { - "collection": Array [ - Object { - "href": "https://www.test.com/wp-json/wc/v3/products", - }, - ], - "self": Array [ - Object { - "href": "https://www.test.com/wp-json/wc/v3/products/3404", - }, - ], - }, - "attributes": Array [], - "average_rating": "0.00", - "backordered": false, - "backorders": "notify", - "backorders_allowed": true, - "button_text": "", - "catalog_visibility": "visible", - "categories": Array [ - Object { - "name": "Category 1", - "slug": "category-1", - "wordpress_id": 80, - }, - Object { - "name": "Category 2", - "slug": "category-2", - "wordpress_id": 104, - }, - ], - "cross_sell_ids": Array [], - "date_created": "2019-02-03T21:49:54.000Z", - "date_modified": "2019-02-03T21:49:54.000Z", - "date_on_sale_from": null, - "date_on_sale_from_gmt": null, - "date_on_sale_to": null, - "date_on_sale_to_gmt": null, - "default_attributes": Array [], - "description": "", - "dimensions": Object { - "height": "", - "length": "", - "width": "", - }, - "download_expiry": -1, - "download_limit": -1, - "downloadable": false, - "downloads": Array [], - "external_url": "", - "featured": false, - "grouped_products": Array [], - "id": "uuid-from-gatsby", - "images": Array [ - Object { - "alt": "", - "date_created": "2019-02-03T21:49:21", - "date_created_gmt": "2019-02-03T21:49:21", - "date_modified": "2019-02-03T21:49:21", - "date_modified_gmt": "2019-02-03T21:49:21", - "name": "test-image-size-2", - "src": "https://www.example.com/wp-content/uploads/2019/02/test.jpg", - "wordpress_id": 3405, - }, - ], - "jetpack_publicize_connections": Array [], - "manage_stock": true, - "menu_order": 0, - "meta_data": Array [ - Object { - "key": "_yoast_wpseo_primary_product_cat", - "value": "104", - "wordpress_id": 52214, - }, - Object { - "key": "nm_product_layout", - "value": "default", - "wordpress_id": 52215, - }, - Object { - "key": "algolia_searchable_posts_records_count", - "value": "1", - "wordpress_id": 52216, - }, - Object { - "key": "algolia_posts_product_records_count", - "value": "1", - "wordpress_id": 52217, - }, - Object { - "key": "_yoast_wpseo_content_score", - "value": "30", - "wordpress_id": 52218, - }, - Object { - "key": "_wpas_done_all", - "value": "1", - "wordpress_id": 52219, - }, - Object { - "key": "_jetpack_related_posts_cache", - "value": Object { - "wordpress_32b0bf150bb6bd30c74ed5fafdacd61f": Object { - "expires": 1549276723, - "payload": Array [ - Object { - "wordpress_id": 3379, - }, - Object { - "wordpress_id": 3365, - }, - Object { - "wordpress_id": 3402, - }, - ], - }, - }, - "wordpress_id": 52294, - }, - ], - "name": "Test Product Gatsby", - "on_sale": false, - "parent_id": 0, - "permalink": "https://www.example.com/product/test/", - "price": "16.99", - "price_html": "$16.99", - "purchasable": true, - "purchase_note": "", - "rating_count": 0, - "regular_price": "16.99", - "related_ids": Array [ - 3340, - 3374, - 3336, - 3354, - 3338, - ], - "reviews_allowed": true, - "sale_price": "", - "shipping_class": "", - "shipping_class_id": 0, - "shipping_required": true, - "shipping_taxable": true, - "short_description": "", - "sku": "M-N2-T", - "slug": "test-product-gatsby", - "sold_individually": false, - "status": "publish", - "stock_quantity": 5, - "stock_status": "instock", - "tax_class": "", - "tax_status": "taxable", - "total_sales": 0, - "type": "simple", - "upsell_ids": Array [], - "variations": Array [], - "virtual": false, - "weight": "", - "wordpress_id": 3404, - }, -] -`; - -exports[`Process WordPress data Creates links between entities and polylang translations entities 1`] = ` -Array [ - Object { - "__type": "wordpress__POST", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/post", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=28", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/28", - }, - ], - "version_history": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/28/revisions", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=28", - }, - ], - "wp_term": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories?post=28", - "taxonomy": "category", - }, - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags?post=28", - "taxonomy": "post_tag", - }, - ], - }, - "acf": Object { - "page_builder": Array [ - Object { - "acf_fc_layout": "excerpt", - "content": "Sed efficitur finibus urna, in laoreet tellus sollicitudin sit amet. Phasellus elementum eros nec augue placerat, eget auctor enim mattis.", - }, - Object { - "acf_fc_layout": "post_photo", - "photo___NODE": "uuid-from-gatsby", - }, - ], - }, - "author___NODE": "uuid-from-gatsby", - "categories___NODE": Array [ - "uuid-from-gatsby", - ], - "comment_status": "open", - "content": "Mauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed efficitur finibus urna, in laoreet tellus sollicitudin sit amet. Phasellus elementum eros nec augue placerat, eget auctor enim mattis. Aenean porta tincidunt pharetra. Aliquam erat volutpat.
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin faucibus lacus arcu, vel laoreet ligula euismod in. Integer faucibus sapien ut nisl pharetra, id scelerisque risus iaculis. Praesent sapien est, semper in rhoncus id, posuere in mi. Proin scelerisque consectetur risus. Praesent faucibus imperdiet nunc ac aliquet. Duis maximus elementum porttitor. Aliquam tempus in metus at finibus. Suspendisse vestibulum diam sit amet diam varius elementum. Quisque nec ornare odio. Curabitur tincidunt, risus eu consectetur tristique, felis leo tincidunt nunc, ut convallis ligula odio at orci.
-", - "date": "2017-09-02T10:50:27.000Z", - "excerpt": "Mauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. […]
-", - "format": "standard", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?p=28", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-2/", - "meta": Array [], - "modified": "2017-09-02T10:52:25.000Z", - "ping_status": "open", - "polylang_current_lang": "en_US", - "polylang_tranlations": Array [ - Object { - "locale": "fr_FR", - "wordpress_id": 26, - }, - ], - "slug": "sample-post-2", - "status": "publish", - "sticky": false, - "tags___NODE": Array [ - "uuid-from-gatsby", - ], - "template": "", - "title": "Sample post 2", - "type": "post", - "wordpress_id": 28, - }, - Object { - "__type": "wordpress__POST", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/post", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=26", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/26", - }, - ], - "version_history": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/26/revisions", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=26", - }, - ], - "wp_term": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories?post=26", - "taxonomy": "category", - }, - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags?post=26", - "taxonomy": "post_tag", - }, - ], - }, - "acf": Object { - "page_builder": Array [ - Object { - "acf_fc_layout": "excerpt", - "content": "Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan.", - }, - Object { - "acf_fc_layout": "image_gallery", - "pictures": Array [ - Object { - "picture___NODE": "uuid-from-gatsby", - "title": "Venise", - }, - Object { - "picture___NODE": "uuid-from-gatsby", - "title": "", - }, - ], - }, - Object { - "acf_fc_layout": "post_photo", - "photo___NODE": "uuid-from-gatsby", - }, - ], - }, - "author___NODE": "uuid-from-gatsby", - "categories___NODE": Array [ - "uuid-from-gatsby", - ], - "comment_status": "open", - "content": "Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, pharetra sollicitudin sem. Maecenas vel sapien consequat, semper justo ut, pharetra purus. Sed malesuada mauris eu odio posuere congue. Etiam quis quam libero. Vestibulum molestie leo at tortor mollis tempus.
-Donec sed ornare velit. Mauris consectetur sit amet tortor eget cursus. Donec suscipit tellus lectus, eget vestibulum diam auctor eget. In varius felis in tortor dignissim eleifend. Maecenas pharetra mi lacus, vitae porttitor mi scelerisque eget. Duis aliquam consequat elit, sed posuere magna. In pulvinar erat non neque fringilla, nec posuere mi tristique. Mauris rhoncus nulla turpis, vitae pretium quam malesuada eu. Nullam porta convallis augue sed gravida.
-Aliquam ac posuere risus. Nam et laoreet nulla. Curabitur ut neque nibh. Maecenas condimentum tellus ultricies nunc porta porta eget a elit. Etiam elementum enim at mi ultrices facilisis id non sapien. Suspendisse suscipit, nulla at pretium ultrices, massa dui semper leo, sed tristique elit ipsum in risus. Nunc sem sapien, condimentum vitae ex ac, porttitor viverra purus. Suspendisse risus est, tincidunt sit amet faucibus ac, molestie quis lacus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed pretium, velit a semper feugiat, libero leo ornare metus, vitae bibendum ante leo vitae odio.
--", - "date": "2017-09-02T10:49:35.000Z", - "excerpt": "
Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, […]
-", - "format": "standard", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?p=26", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-1/", - "meta": Array [], - "modified": "2017-09-02T10:52:42.000Z", - "ping_status": "open", - "polylang_current_lang": "fr_FR", - "polylang_tranlations": Array [ - Object { - "locale": "en_US", - "wordpress_id": 28, - }, - ], - "slug": "sample-post-1", - "status": "publish", - "sticky": false, - "tags___NODE": Array [ - "uuid-from-gatsby", - ], - "template": "", - "title": "Sample post 1", - "type": "post", - "wordpress_id": 26, - }, - Object { - "__type": "wordpress__PAGE", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/page", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=5", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages/5", - }, - ], - "version_history": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages/5/revisions", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=5", - }, - ], - }, - "acf": Object { - "dummy": true, - "linked_image___NODE": "uuid-from-gatsby", - }, - "author___NODE": "uuid-from-gatsby", - "comment_status": "closed", - "content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin faucibus lacus arcu, vel laoreet ligula euismod in. Integer faucibus sapien ut nisl pharetra, id scelerisque risus iaculis. Praesent sapien est, semper in rhoncus id, posuere in mi. Proin scelerisque consectetur risus. Praesent faucibus imperdiet nunc ac aliquet. Duis maximus elementum porttitor. Aliquam tempus in metus at finibus. Suspendisse vestibulum diam sit amet diam varius elementum. Quisque nec ornare odio. Curabitur tincidunt, risus eu consectetur tristique, felis leo tincidunt nunc, ut convallis ligula odio at orci.
-Mauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed efficitur finibus urna, in laoreet tellus sollicitudin sit amet. Phasellus elementum eros nec augue placerat, eget auctor enim mattis. Aenean porta tincidunt pharetra. Aliquam erat volutpat.
-Aliquam ac posuere risus. Nam et laoreet nulla. Curabitur ut neque nibh. Maecenas condimentum tellus ultricies nunc porta porta eget a elit. Etiam elementum enim at mi ultrices facilisis id non sapien. Suspendisse suscipit, nulla at pretium ultrices, massa dui semper leo, sed tristique elit ipsum in risus. Nunc sem sapien, condimentum vitae ex ac, porttitor viverra purus. Suspendisse risus est, tincidunt sit amet faucibus ac, molestie quis lacus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed pretium, velit a semper feugiat, libero leo ornare metus, vitae bibendum ante leo vitae odio.
-Donec sed ornare velit. Mauris consectetur sit amet tortor eget cursus. Donec suscipit tellus lectus, eget vestibulum diam auctor eget. In varius felis in tortor dignissim eleifend. Maecenas pharetra mi lacus, vitae porttitor mi scelerisque eget. Duis aliquam consequat elit, sed posuere magna. In pulvinar erat non neque fringilla, nec posuere mi tristique. Mauris rhoncus nulla turpis, vitae pretium quam malesuada eu. Nullam porta convallis augue sed gravida.
-Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, pharetra sollicitudin sem. Maecenas vel sapien consequat, semper justo ut, pharetra purus. Sed malesuada mauris eu odio posuere congue. Etiam quis quam libero. Vestibulum molestie leo at tortor mollis tempus.
-", - "date": "2017-09-02T10:30:57.000Z", - "excerpt": "Lorem ipsum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin […]
-", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?page_id=5", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/", - "menu_order": 0, - "meta": Array [], - "modified": "2017-09-02T10:47:16.000Z", - "ping_status": "closed", - "slug": "gatsby-sample-home-page", - "status": "publish", - "template": "", - "title": "Gatsby sample home page", - "type": "page", - "wordpress_id": 5, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__wp_media", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/attachment", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media", - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=12", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media/12", - }, - ], - }, - "acf": false, - "alt_text": "", - "author___NODE": "uuid-from-gatsby", - "caption": "", - "comment_status": "open", - "date": "2017-09-02T10:36:43.000Z", - "description": " -", - "guid___NODE": "uuid-from-gatsby", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-1/pexels-photo-534327/", - "media_details": Object { - "file": "2017/09/pexels-photo-534327.jpeg", - "height": 4000, - "image_meta": Object { - "aperture": "7.1", - "camera": "ILCA-77M2", - "caption": "", - "copyright": "", - "created_timestamp": "1414776055", - "credit": "", - "focal_length": "24", - "iso": "100", - "keywords": Array [], - "orientation": "1", - "shutter_speed": "0.01", - "title": "", - }, - "sizes": Object { - "full": Object { - "file": "pexels-photo-534327.jpeg", - "height": 4000, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "width": 6000, - }, - "large": Object { - "file": "pexels-photo-534327-1024x683.jpeg", - "height": 683, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-1024x683.jpeg", - "width": 1024, - }, - "medium": Object { - "file": "pexels-photo-534327-300x200.jpeg", - "height": 200, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-300x200.jpeg", - "width": 300, - }, - "medium_large": Object { - "file": "pexels-photo-534327-768x512.jpeg", - "height": 512, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-768x512.jpeg", - "width": 768, - }, - "thumbnail": Object { - "file": "pexels-photo-534327-150x150.jpeg", - "height": 150, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-150x150.jpeg", - "width": 150, - }, - }, - "width": 6000, - }, - "media_type": "image", - "meta": Array [], - "mime_type": "image/jpeg", - "modified": "2017-09-02T10:52:39.000Z", - "ping_status": "closed", - "post": 26, - "slug": "pexels-photo-534327", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "status": "inherit", - "template": "", - "title": "pexels-photo-534327", - "type": "attachment", - "wordpress_id": 12, - }, - Object { - "__type": "wordpress__wp_media", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/attachment", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media", - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=10", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media/10", - }, - ], - }, - "acf": false, - "alt_text": "", - "author___NODE": "uuid-from-gatsby", - "caption": "", - "comment_status": "open", - "date": "2017-09-02T10:35:16.000Z", - "description": " -", - "guid___NODE": "uuid-from-gatsby", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby-sample-home-page/pexels-photo-534351/", - "media_details": Object { - "file": "2017/09/pexels-photo-534351.jpeg", - "height": 4000, - "image_meta": Object { - "aperture": "10", - "camera": "ILCA-77M2", - "caption": "", - "copyright": "", - "created_timestamp": "1414838901", - "credit": "", - "focal_length": "24", - "iso": "100", - "keywords": Array [], - "orientation": "1", - "shutter_speed": "0.005", - "title": "", - }, - "sizes": Object { - "full": Object { - "file": "pexels-photo-534351.jpeg", - "height": 4000, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "width": 6000, - }, - "large": Object { - "file": "pexels-photo-534351-1024x683.jpeg", - "height": 683, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-1024x683.jpeg", - "width": 1024, - }, - "medium": Object { - "file": "pexels-photo-534351-300x200.jpeg", - "height": 200, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-300x200.jpeg", - "width": 300, - }, - "medium_large": Object { - "file": "pexels-photo-534351-768x512.jpeg", - "height": 512, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-768x512.jpeg", - "width": 768, - }, - "thumbnail": Object { - "file": "pexels-photo-534351-150x150.jpeg", - "height": 150, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-150x150.jpeg", - "width": 150, - }, - }, - "width": 6000, - }, - "media_type": "image", - "meta": Array [], - "mime_type": "image/jpeg", - "modified": "2017-09-02T10:52:23.000Z", - "ping_status": "closed", - "post": 5, - "slug": "pexels-photo-534351", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "status": "inherit", - "template": "", - "title": "pexels-photo-534351", - "type": "attachment", - "wordpress_id": 10, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/41", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=41", - }, - ], - }, - "acf": Object { - "quote": "C'est ainsi que nous avançons, barques à contre-courant, sans cesse ramenés vers le passé.", - "year": "2012", - }, - "content": "", - "date": "2017-09-02T10:57:32.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=41", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/fifth/", - "modified": "2017-09-02T10:57:32.000Z", - "slug": "fifth", - "status": "publish", - "template": "", - "title": "fifth", - "type": "gatsby", - "wordpress_id": 41, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/40", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=40", - }, - ], - }, - "acf": Object { - "quote": "C'est ainsi que nous nous débattons, comme des barques contre le courant, sans cesse repoussés vers le passé.", - "year": "2011", - }, - "content": "201
-", - "date": "2017-09-02T10:57:18.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=40", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/forth/", - "modified": "2017-09-02T10:57:18.000Z", - "slug": "forth", - "status": "publish", - "template": "", - "title": "forth", - "type": "gatsby", - "wordpress_id": 40, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/39", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=39", - }, - ], - }, - "acf": Object { - "quote": "Et nous luttons ainsi, barques à contre-courant, refoulés sans fin vers notre passé.", - "year": "1990", - }, - "content": "", - "date": "2017-09-02T10:57:00.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=39", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/third/", - "modified": "2017-09-02T10:57:00.000Z", - "slug": "third", - "status": "publish", - "template": "", - "title": "third", - "type": "gatsby", - "wordpress_id": 39, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/38", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=38", - }, - ], - }, - "acf": Object { - "quote": "Car c'est ainsi que nous allons, barques luttant contre un courant qui nous ramène sans cesse vers le passé.", - "year": "1946", - }, - "content": "", - "date": "2017-09-02T10:56:47.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=38", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/second/", - "modified": "2017-09-02T10:56:47.000Z", - "slug": "second", - "status": "publish", - "template": "", - "title": "second", - "type": "gatsby", - "wordpress_id": 38, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/37", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=37", - }, - ], - }, - "acf": Object { - "quote": "C'est ainsi que nous avançons, barques luttant contre un courant qui nous rejette sans cesse vers le passé.", - "year": "1926", - }, - "content": "", - "date": "2017-09-02T10:56:32.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=37", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/first/", - "modified": "2017-09-02T10:56:32.000Z", - "slug": "first", - "status": "publish", - "template": "", - "title": "first", - "type": "gatsby", - "wordpress_id": 37, - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - }, - "description": "", - "hierarchical": false, - "id": "uuid-from-gatsby", - "name": "Posts", - "rest_base": "posts", - "slug": "post", - "taxonomies": Array [ - "category", - "post_tag", - ], - "wordpress_id": "post", - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages", - }, - ], - }, - "description": "", - "hierarchical": true, - "id": "uuid-from-gatsby", - "name": "Pages", - "rest_base": "pages", - "slug": "page", - "taxonomies": Array [], - "wordpress_id": "page", - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media", - }, - ], - }, - "description": "", - "hierarchical": false, - "id": "uuid-from-gatsby", - "name": "Media", - "rest_base": "media", - "slug": "attachment", - "taxonomies": Array [], - "wordpress_id": "attachment", - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - }, - "description": "", - "hierarchical": false, - "id": "uuid-from-gatsby", - "name": "Gatsbys", - "rest_base": "gatsby", - "slug": "gatsby", - "taxonomies": Array [], - "wordpress_id": "gatsby", - }, - Object { - "__type": "wordpress__wp_statuses", - "_links": Object { - "archives": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - }, - "id": "uuid-from-gatsby", - "name": "Published", - "public": true, - "queryable": true, - "slug": "publish", - "wordpress_id": "publish", - }, - Object { - "__type": "wordpress__wp_statuses", - "_links": Object { - "archives": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?status=acf-disabled", - }, - ], - }, - "id": "uuid-from-gatsby", - "name": "Inactive", - "public": true, - "queryable": true, - "slug": "acf-disabled", - "wordpress_id": "acf-disabled", - }, - Object { - "__type": "wordpress__wp_taxonomies", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - }, - "description": "", - "hierarchical": true, - "id": "uuid-from-gatsby", - "name": "Categories", - "rest_base": "categories", - "slug": "category", - "types": Array [ - "post", - ], - "wordpress_id": "category", - }, - Object { - "__type": "wordpress__wp_taxonomies", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags", - }, - ], - }, - "description": "", - "hierarchical": false, - "id": "uuid-from-gatsby", - "name": "Tags", - "rest_base": "tags", - "slug": "post_tag", - "types": Array [ - "post", - ], - "wordpress_id": "post_tag", - }, - Object { - "__type": "wordpress__CATEGORY", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/2", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=2", - }, - ], - }, - "count": 1, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/sample-category-1/", - "meta": Array [], - "name": "Sample category 1", - "slug": "sample-category-1", - "taxonomy___NODE": "uuid-from-gatsby", - "wordpress_id": 2, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__CATEGORY", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/3", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=3", - }, - ], - }, - "count": 1, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/sample-category-2/", - "meta": Array [], - "name": "Sample category 2", - "slug": "sample-category-2", - "taxonomy___NODE": "uuid-from-gatsby", - "wordpress_id": 3, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__CATEGORY", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/1", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=1", - }, - ], - }, - "count": 0, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/uncategorized/", - "meta": Array [], - "name": "Uncategorized", - "slug": "uncategorized", - "taxonomy___NODE": "uuid-from-gatsby", - "wordpress_id": 1, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__TAG", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/post_tag", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags/4", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?tags=4", - }, - ], - }, - "count": 1, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/tag/sample-tag-1/", - "meta": Array [], - "name": "Sample tag 1", - "slug": "sample-tag-1", - "taxonomy___NODE": "uuid-from-gatsby", - "wordpress_id": 4, - }, - Object { - "__type": "wordpress__TAG", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/post_tag", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags/5", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?tags=5", - }, - ], - }, - "count": 1, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/tag/sample-tag-2/", - "meta": Array [], - "name": "Sample tag 2", - "slug": "sample-tag-2", - "taxonomy___NODE": "uuid-from-gatsby", - "wordpress_id": 5, - }, - Object { - "__type": "wordpress__wp_users", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - }, - "acf": false, - "all_authored_entities___NODE": Array [ - "uuid-from-gatsby", - "uuid-from-gatsby", - "uuid-from-gatsby", - "uuid-from-gatsby", - "uuid-from-gatsby", - ], - "authored_wordpress__PAGE___NODE": Array [ - "uuid-from-gatsby", - ], - "authored_wordpress__POST___NODE": Array [ - "uuid-from-gatsby", - "uuid-from-gatsby", - ], - "authored_wordpress__wp_media___NODE": Array [ - "uuid-from-gatsby", - "uuid-from-gatsby", - ], - "avatar_urls": Object { - "wordpress_24": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=24&d=mm&r=g", - "wordpress_48": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=48&d=mm&r=g", - "wordpress_96": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=96&d=mm&r=g", - }, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/author/gatsby/", - "meta": Array [], - "name": "gatsby", - "slug": "gatsby", - "url": "", - "wordpress_id": 1, - }, - Object { - "__type": "wordpress__acf_options", - "id": "uuid-from-gatsby", - "wordpress_id": "acf", - }, - Object { - "__type": "wordpress__wc_categories", - "_links": Object { - "collection": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories", - }, - ], - "self": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories/80", - }, - ], - }, - "count": 11, - "description": "blah blah blah", - "display": "default", - "id": "uuid-from-gatsby", - "image": Object { - "alt": "", - "date_created": "2017-12-05T21:10:00", - "date_created_gmt": "2017-12-05T21:10:00", - "date_modified": "2017-12-05T21:10:00", - "date_modified_gmt": "2017-12-05T21:10:00", - "name": "Category 1", - "src": "https://www.example.com/wp-content/uploads/2015/08/Webp.net-resizeimage.jpg", - "wordpress_id": 2043, - }, - "menu_order": 0, - "name": "Category 1", - "slug": "category-1", - "wordpress_id": 80, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__wc_categories", - "_links": Object { - "collection": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories", - }, - ], - "self": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories/104", - }, - ], - }, - "count": 31, - "description": "blah blah blah", - "display": "default", - "id": "uuid-from-gatsby", - "image": Object { - "alt": "", - "date_created": "2017-12-05T21:10:00", - "date_created_gmt": "2017-12-05T21:10:00", - "date_modified": "2017-12-05T21:10:00", - "date_modified_gmt": "2017-12-05T21:10:00", - "name": "Category 2", - "src": "https://www.example.com.com/wp-content/uploads/2015/08/Webp.net-resizeimage.jpg", - "wordpress_id": 2043, - }, - "menu_order": 0, - "name": "Category 2", - "slug": "category-2", - "wordpress_id": 104, - "wordpress_parent": 0, - }, - Object { - "_links": Object { - "collection": Array [ - Object { - "href": "https://www.test.com/wp-json/wc/v3/products", - }, - ], - "self": Array [ - Object { - "href": "https://www.test.com/wp-json/wc/v3/products/3404", - }, - ], - }, - "attributes": Array [], - "average_rating": "0.00", - "backordered": false, - "backorders": "notify", - "backorders_allowed": true, - "button_text": "", - "catalog_visibility": "visible", - "categories___NODE": Array [ - "uuid-from-gatsby", - "uuid-from-gatsby", - ], - "cross_sell_ids": Array [], - "date_created": "2019-02-03T21:49:54.000Z", - "date_modified": "2019-02-03T21:49:54.000Z", - "date_on_sale_from": null, - "date_on_sale_from_gmt": null, - "date_on_sale_to": null, - "date_on_sale_to_gmt": null, - "default_attributes": Array [], - "description": "", - "dimensions": Object { - "height": "", - "length": "", - "width": "", - }, - "download_expiry": -1, - "download_limit": -1, - "downloadable": false, - "downloads": Array [], - "external_url": "", - "featured": false, - "grouped_products": Array [], - "id": "uuid-from-gatsby", - "images": Array [ - Object { - "alt": "", - "date_created": "2019-02-03T21:49:21", - "date_created_gmt": "2019-02-03T21:49:21", - "date_modified": "2019-02-03T21:49:21", - "date_modified_gmt": "2019-02-03T21:49:21", - "name": "test-image-size-2", - "src": "https://www.example.com/wp-content/uploads/2019/02/test.jpg", - "wordpress_id": 3405, - }, - ], - "jetpack_publicize_connections": Array [], - "manage_stock": true, - "menu_order": 0, - "meta_data": Array [ - Object { - "key": "_yoast_wpseo_primary_product_cat", - "value": "104", - "wordpress_id": 52214, - }, - Object { - "key": "nm_product_layout", - "value": "default", - "wordpress_id": 52215, - }, - Object { - "key": "algolia_searchable_posts_records_count", - "value": "1", - "wordpress_id": 52216, - }, - Object { - "key": "algolia_posts_product_records_count", - "value": "1", - "wordpress_id": 52217, - }, - Object { - "key": "_yoast_wpseo_content_score", - "value": "30", - "wordpress_id": 52218, - }, - Object { - "key": "_wpas_done_all", - "value": "1", - "wordpress_id": 52219, - }, - Object { - "key": "_jetpack_related_posts_cache", - "value": Object { - "wordpress_32b0bf150bb6bd30c74ed5fafdacd61f": Object { - "expires": 1549276723, - "payload": Array [ - Object { - "wordpress_id": 3379, - }, - Object { - "wordpress_id": 3365, - }, - Object { - "wordpress_id": 3402, - }, - ], - }, - }, - "wordpress_id": 52294, - }, - ], - "name": "Test Product Gatsby", - "on_sale": false, - "parent_id": 0, - "permalink": "https://www.example.com/product/test/", - "price": "16.99", - "price_html": "$16.99", - "purchasable": true, - "purchase_note": "", - "rating_count": 0, - "regular_price": "16.99", - "related_ids": Array [ - 3340, - 3374, - 3336, - 3354, - 3338, - ], - "reviews_allowed": true, - "sale_price": "", - "shipping_class": "", - "shipping_class_id": 0, - "shipping_required": true, - "shipping_taxable": true, - "short_description": "", - "sku": "M-N2-T", - "slug": "test-product-gatsby", - "sold_individually": false, - "status": "publish", - "stock_quantity": 5, - "stock_status": "instock", - "tax_class": "", - "tax_status": "taxable", - "total_sales": 0, - "type": "simple", - "upsell_ids": Array [], - "variations": Array [], - "virtual": false, - "weight": "", - "wordpress_id": 3404, - }, -] -`; - -exports[`Process WordPress data Creates links between posts and tags/categories 1`] = ` -Array [ - Object { - "__type": "wordpress__POST", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/post", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=28", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/28", - }, - ], - "version_history": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/28/revisions", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=28", - }, - ], - "wp_term": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories?post=28", - "taxonomy": "category", - }, - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags?post=28", - "taxonomy": "post_tag", - }, - ], - }, - "acf": Object { - "page_builder": Array [ - Object { - "acf_fc_layout": "excerpt", - "content": "Sed efficitur finibus urna, in laoreet tellus sollicitudin sit amet. Phasellus elementum eros nec augue placerat, eget auctor enim mattis.", - }, - Object { - "acf_fc_layout": "post_photo", - "photo": Object { - "alt": "", - "author": "1", - "caption": "", - "date": "2017-09-02 10:35:16", - "description": "", - "filename": "pexels-photo-534351.jpeg", - "height": 4000, - "icon": "http://dev-gatbsyjswp.pantheonsite.io/wp-includes/images/media/default.png", - "mime_type": "image/jpeg", - "modified": "2017-09-02 10:52:23", - "name": "pexels-photo-534351", - "sizes": Object { - "large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-1024x683.jpeg", - "large_height": 683, - "large_width": 1024, - "medium": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-300x200.jpeg", - "medium_height": 200, - "medium_large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-768x512.jpeg", - "medium_large_height": 512, - "medium_large_width": 768, - "medium_width": 300, - "thumbnail": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-150x150.jpeg", - "thumbnail_height": 150, - "thumbnail_width": 150, - }, - "title": "pexels-photo-534351", - "type": "image", - "url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "width": 6000, - "wordpress_id": 10, - }, - }, - ], - }, - "author___NODE": "uuid-from-gatsby", - "categories___NODE": Array [ - "uuid-from-gatsby", - ], - "comment_status": "open", - "content": "Mauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed efficitur finibus urna, in laoreet tellus sollicitudin sit amet. Phasellus elementum eros nec augue placerat, eget auctor enim mattis. Aenean porta tincidunt pharetra. Aliquam erat volutpat.
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin faucibus lacus arcu, vel laoreet ligula euismod in. Integer faucibus sapien ut nisl pharetra, id scelerisque risus iaculis. Praesent sapien est, semper in rhoncus id, posuere in mi. Proin scelerisque consectetur risus. Praesent faucibus imperdiet nunc ac aliquet. Duis maximus elementum porttitor. Aliquam tempus in metus at finibus. Suspendisse vestibulum diam sit amet diam varius elementum. Quisque nec ornare odio. Curabitur tincidunt, risus eu consectetur tristique, felis leo tincidunt nunc, ut convallis ligula odio at orci.
-", - "date": "2017-09-02T10:50:27.000Z", - "excerpt": "Mauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. […]
-", - "featured_media": 0, - "format": "standard", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?p=28", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-2/", - "meta": Array [], - "modified": "2017-09-02T10:52:25.000Z", - "ping_status": "open", - "polylang_current_lang": "en_US", - "polylang_tranlations": Array [ - Object { - "locale": "fr_FR", - "wordpress_id": 26, - }, - ], - "slug": "sample-post-2", - "status": "publish", - "sticky": false, - "tags___NODE": Array [ - "uuid-from-gatsby", - ], - "template": "", - "title": "Sample post 2", - "type": "post", - "wordpress_id": 28, - }, - Object { - "__type": "wordpress__POST", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/post", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=26", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/26", - }, - ], - "version_history": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/26/revisions", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=26", - }, - ], - "wp_term": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories?post=26", - "taxonomy": "category", - }, - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags?post=26", - "taxonomy": "post_tag", - }, - ], - }, - "acf": Object { - "page_builder": Array [ - Object { - "acf_fc_layout": "excerpt", - "content": "Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan.", - }, - Object { - "acf_fc_layout": "image_gallery", - "pictures": Array [ - Object { - "picture": Object { - "alt": "", - "author": "1", - "caption": "", - "date": "2017-09-02 10:36:43", - "description": "", - "filename": "pexels-photo-534327.jpeg", - "height": 4000, - "icon": "http://dev-gatbsyjswp.pantheonsite.io/wp-includes/images/media/default.png", - "mime_type": "image/jpeg", - "modified": "2017-09-02 10:52:39", - "name": "pexels-photo-534327", - "sizes": Object { - "large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-1024x683.jpeg", - "large_height": 683, - "large_width": 1024, - "medium": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-300x200.jpeg", - "medium_height": 200, - "medium_large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-768x512.jpeg", - "medium_large_height": 512, - "medium_large_width": 768, - "medium_width": 300, - "thumbnail": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-150x150.jpeg", - "thumbnail_height": 150, - "thumbnail_width": 150, - }, - "title": "pexels-photo-534327", - "type": "image", - "url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "width": 6000, - "wordpress_id": 12, - }, - "title": "Venise", - }, - Object { - "picture": Object { - "alt": "", - "author": "1", - "caption": "", - "date": "2017-09-02 10:35:16", - "description": "", - "filename": "pexels-photo-534351.jpeg", - "height": 4000, - "icon": "http://dev-gatbsyjswp.pantheonsite.io/wp-includes/images/media/default.png", - "mime_type": "image/jpeg", - "modified": "2017-09-02 10:52:23", - "name": "pexels-photo-534351", - "sizes": Object { - "large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-1024x683.jpeg", - "large_height": 683, - "large_width": 1024, - "medium": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-300x200.jpeg", - "medium_height": 200, - "medium_large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-768x512.jpeg", - "medium_large_height": 512, - "medium_large_width": 768, - "medium_width": 300, - "thumbnail": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-150x150.jpeg", - "thumbnail_height": 150, - "thumbnail_width": 150, - }, - "title": "pexels-photo-534351", - "type": "image", - "url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "width": 6000, - "wordpress_id": 10, - }, - "title": "", - }, - ], - }, - Object { - "acf_fc_layout": "post_photo", - "photo": Object { - "alt": "", - "author": "1", - "caption": "", - "date": "2017-09-02 10:36:43", - "description": "", - "filename": "pexels-photo-534327.jpeg", - "height": 4000, - "icon": "http://dev-gatbsyjswp.pantheonsite.io/wp-includes/images/media/default.png", - "mime_type": "image/jpeg", - "modified": "2017-09-02 10:52:39", - "name": "pexels-photo-534327", - "sizes": Object { - "large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-1024x683.jpeg", - "large_height": 683, - "large_width": 1024, - "medium": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-300x200.jpeg", - "medium_height": 200, - "medium_large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-768x512.jpeg", - "medium_large_height": 512, - "medium_large_width": 768, - "medium_width": 300, - "thumbnail": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-150x150.jpeg", - "thumbnail_height": 150, - "thumbnail_width": 150, - }, - "title": "pexels-photo-534327", - "type": "image", - "url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "width": 6000, - "wordpress_id": 12, - }, - }, - ], - }, - "author___NODE": "uuid-from-gatsby", - "categories___NODE": Array [ - "uuid-from-gatsby", - ], - "comment_status": "open", - "content": "Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, pharetra sollicitudin sem. Maecenas vel sapien consequat, semper justo ut, pharetra purus. Sed malesuada mauris eu odio posuere congue. Etiam quis quam libero. Vestibulum molestie leo at tortor mollis tempus.
-Donec sed ornare velit. Mauris consectetur sit amet tortor eget cursus. Donec suscipit tellus lectus, eget vestibulum diam auctor eget. In varius felis in tortor dignissim eleifend. Maecenas pharetra mi lacus, vitae porttitor mi scelerisque eget. Duis aliquam consequat elit, sed posuere magna. In pulvinar erat non neque fringilla, nec posuere mi tristique. Mauris rhoncus nulla turpis, vitae pretium quam malesuada eu. Nullam porta convallis augue sed gravida.
-Aliquam ac posuere risus. Nam et laoreet nulla. Curabitur ut neque nibh. Maecenas condimentum tellus ultricies nunc porta porta eget a elit. Etiam elementum enim at mi ultrices facilisis id non sapien. Suspendisse suscipit, nulla at pretium ultrices, massa dui semper leo, sed tristique elit ipsum in risus. Nunc sem sapien, condimentum vitae ex ac, porttitor viverra purus. Suspendisse risus est, tincidunt sit amet faucibus ac, molestie quis lacus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed pretium, velit a semper feugiat, libero leo ornare metus, vitae bibendum ante leo vitae odio.
--", - "date": "2017-09-02T10:49:35.000Z", - "excerpt": "
Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, […]
-", - "featured_media": 0, - "format": "standard", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?p=26", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-1/", - "meta": Array [], - "modified": "2017-09-02T10:52:42.000Z", - "ping_status": "open", - "polylang_current_lang": "fr_FR", - "polylang_tranlations": Array [ - Object { - "locale": "en_US", - "wordpress_id": 28, - }, - ], - "slug": "sample-post-1", - "status": "publish", - "sticky": false, - "tags___NODE": Array [ - "uuid-from-gatsby", - ], - "template": "", - "title": "Sample post 1", - "type": "post", - "wordpress_id": 26, - }, - Object { - "__type": "wordpress__PAGE", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/page", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=5", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages/5", - }, - ], - "version_history": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages/5/revisions", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=5", - }, - ], - }, - "acf": Object { - "linked_image": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - }, - "author___NODE": "uuid-from-gatsby", - "comment_status": "closed", - "content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin faucibus lacus arcu, vel laoreet ligula euismod in. Integer faucibus sapien ut nisl pharetra, id scelerisque risus iaculis. Praesent sapien est, semper in rhoncus id, posuere in mi. Proin scelerisque consectetur risus. Praesent faucibus imperdiet nunc ac aliquet. Duis maximus elementum porttitor. Aliquam tempus in metus at finibus. Suspendisse vestibulum diam sit amet diam varius elementum. Quisque nec ornare odio. Curabitur tincidunt, risus eu consectetur tristique, felis leo tincidunt nunc, ut convallis ligula odio at orci.
-Mauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed efficitur finibus urna, in laoreet tellus sollicitudin sit amet. Phasellus elementum eros nec augue placerat, eget auctor enim mattis. Aenean porta tincidunt pharetra. Aliquam erat volutpat.
-Aliquam ac posuere risus. Nam et laoreet nulla. Curabitur ut neque nibh. Maecenas condimentum tellus ultricies nunc porta porta eget a elit. Etiam elementum enim at mi ultrices facilisis id non sapien. Suspendisse suscipit, nulla at pretium ultrices, massa dui semper leo, sed tristique elit ipsum in risus. Nunc sem sapien, condimentum vitae ex ac, porttitor viverra purus. Suspendisse risus est, tincidunt sit amet faucibus ac, molestie quis lacus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed pretium, velit a semper feugiat, libero leo ornare metus, vitae bibendum ante leo vitae odio.
-Donec sed ornare velit. Mauris consectetur sit amet tortor eget cursus. Donec suscipit tellus lectus, eget vestibulum diam auctor eget. In varius felis in tortor dignissim eleifend. Maecenas pharetra mi lacus, vitae porttitor mi scelerisque eget. Duis aliquam consequat elit, sed posuere magna. In pulvinar erat non neque fringilla, nec posuere mi tristique. Mauris rhoncus nulla turpis, vitae pretium quam malesuada eu. Nullam porta convallis augue sed gravida.
-Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, pharetra sollicitudin sem. Maecenas vel sapien consequat, semper justo ut, pharetra purus. Sed malesuada mauris eu odio posuere congue. Etiam quis quam libero. Vestibulum molestie leo at tortor mollis tempus.
-", - "date": "2017-09-02T10:30:57.000Z", - "excerpt": "Lorem ipsum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin […]
-", - "featured_media": 0, - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?page_id=5", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/", - "menu_order": 0, - "meta": Array [], - "modified": "2017-09-02T10:47:16.000Z", - "ping_status": "closed", - "slug": "gatsby-sample-home-page", - "status": "publish", - "template": "", - "title": "Gatsby sample home page", - "type": "page", - "wordpress_id": 5, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__wp_media", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/attachment", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media", - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=12", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media/12", - }, - ], - }, - "acf": false, - "alt_text": "", - "author___NODE": "uuid-from-gatsby", - "caption": "", - "comment_status": "open", - "date": "2017-09-02T10:36:43.000Z", - "description": " -", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-1/pexels-photo-534327/", - "media_details": Object { - "file": "2017/09/pexels-photo-534327.jpeg", - "height": 4000, - "image_meta": Object { - "aperture": "7.1", - "camera": "ILCA-77M2", - "caption": "", - "copyright": "", - "created_timestamp": "1414776055", - "credit": "", - "focal_length": "24", - "iso": "100", - "keywords": Array [], - "orientation": "1", - "shutter_speed": "0.01", - "title": "", - }, - "sizes": Object { - "full": Object { - "file": "pexels-photo-534327.jpeg", - "height": 4000, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "width": 6000, - }, - "large": Object { - "file": "pexels-photo-534327-1024x683.jpeg", - "height": 683, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-1024x683.jpeg", - "width": 1024, - }, - "medium": Object { - "file": "pexels-photo-534327-300x200.jpeg", - "height": 200, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-300x200.jpeg", - "width": 300, - }, - "medium_large": Object { - "file": "pexels-photo-534327-768x512.jpeg", - "height": 512, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-768x512.jpeg", - "width": 768, - }, - "thumbnail": Object { - "file": "pexels-photo-534327-150x150.jpeg", - "height": 150, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-150x150.jpeg", - "width": 150, - }, - }, - "width": 6000, - }, - "media_type": "image", - "meta": Array [], - "mime_type": "image/jpeg", - "modified": "2017-09-02T10:52:39.000Z", - "ping_status": "closed", - "post": 26, - "slug": "pexels-photo-534327", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "status": "inherit", - "template": "", - "title": "pexels-photo-534327", - "type": "attachment", - "wordpress_id": 12, - }, - Object { - "__type": "wordpress__wp_media", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/attachment", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media", - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=10", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media/10", - }, - ], - }, - "acf": false, - "alt_text": "", - "author___NODE": "uuid-from-gatsby", - "caption": "", - "comment_status": "open", - "date": "2017-09-02T10:35:16.000Z", - "description": " -", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby-sample-home-page/pexels-photo-534351/", - "media_details": Object { - "file": "2017/09/pexels-photo-534351.jpeg", - "height": 4000, - "image_meta": Object { - "aperture": "10", - "camera": "ILCA-77M2", - "caption": "", - "copyright": "", - "created_timestamp": "1414838901", - "credit": "", - "focal_length": "24", - "iso": "100", - "keywords": Array [], - "orientation": "1", - "shutter_speed": "0.005", - "title": "", - }, - "sizes": Object { - "full": Object { - "file": "pexels-photo-534351.jpeg", - "height": 4000, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "width": 6000, - }, - "large": Object { - "file": "pexels-photo-534351-1024x683.jpeg", - "height": 683, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-1024x683.jpeg", - "width": 1024, - }, - "medium": Object { - "file": "pexels-photo-534351-300x200.jpeg", - "height": 200, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-300x200.jpeg", - "width": 300, - }, - "medium_large": Object { - "file": "pexels-photo-534351-768x512.jpeg", - "height": 512, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-768x512.jpeg", - "width": 768, - }, - "thumbnail": Object { - "file": "pexels-photo-534351-150x150.jpeg", - "height": 150, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-150x150.jpeg", - "width": 150, - }, - }, - "width": 6000, - }, - "media_type": "image", - "meta": Array [], - "mime_type": "image/jpeg", - "modified": "2017-09-02T10:52:23.000Z", - "ping_status": "closed", - "post": 5, - "slug": "pexels-photo-534351", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "status": "inherit", - "template": "", - "title": "pexels-photo-534351", - "type": "attachment", - "wordpress_id": 10, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/41", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=41", - }, - ], - }, - "acf": Object { - "quote": "C'est ainsi que nous avançons, barques à contre-courant, sans cesse ramenés vers le passé.", - "year": "2012", - }, - "content": "", - "date": "2017-09-02T10:57:32.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=41", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/fifth/", - "modified": "2017-09-02T10:57:32.000Z", - "slug": "fifth", - "status": "publish", - "template": "", - "title": "fifth", - "type": "gatsby", - "wordpress_id": 41, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/40", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=40", - }, - ], - }, - "acf": Object { - "quote": "C'est ainsi que nous nous débattons, comme des barques contre le courant, sans cesse repoussés vers le passé.", - "year": "2011", - }, - "content": "201
-", - "date": "2017-09-02T10:57:18.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=40", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/forth/", - "modified": "2017-09-02T10:57:18.000Z", - "slug": "forth", - "status": "publish", - "template": "", - "title": "forth", - "type": "gatsby", - "wordpress_id": 40, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/39", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=39", - }, - ], - }, - "acf": Object { - "quote": "Et nous luttons ainsi, barques à contre-courant, refoulés sans fin vers notre passé.", - "year": "1990", - }, - "content": "", - "date": "2017-09-02T10:57:00.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=39", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/third/", - "modified": "2017-09-02T10:57:00.000Z", - "slug": "third", - "status": "publish", - "template": "", - "title": "third", - "type": "gatsby", - "wordpress_id": 39, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/38", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=38", - }, - ], - }, - "acf": Object { - "quote": "Car c'est ainsi que nous allons, barques luttant contre un courant qui nous ramène sans cesse vers le passé.", - "year": "1946", - }, - "content": "", - "date": "2017-09-02T10:56:47.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=38", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/second/", - "modified": "2017-09-02T10:56:47.000Z", - "slug": "second", - "status": "publish", - "template": "", - "title": "second", - "type": "gatsby", - "wordpress_id": 38, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/37", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=37", - }, - ], - }, - "acf": Object { - "quote": "C'est ainsi que nous avançons, barques luttant contre un courant qui nous rejette sans cesse vers le passé.", - "year": "1926", - }, - "content": "", - "date": "2017-09-02T10:56:32.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=37", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/first/", - "modified": "2017-09-02T10:56:32.000Z", - "slug": "first", - "status": "publish", - "template": "", - "title": "first", - "type": "gatsby", - "wordpress_id": 37, - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - }, - "description": "", - "hierarchical": false, - "id": "uuid-from-gatsby", - "name": "Posts", - "rest_base": "posts", - "slug": "post", - "taxonomies": Array [ - "category", - "post_tag", - ], - "wordpress_id": "post", - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages", - }, - ], - }, - "description": "", - "hierarchical": true, - "id": "uuid-from-gatsby", - "name": "Pages", - "rest_base": "pages", - "slug": "page", - "taxonomies": Array [], - "wordpress_id": "page", - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media", - }, - ], - }, - "description": "", - "hierarchical": false, - "id": "uuid-from-gatsby", - "name": "Media", - "rest_base": "media", - "slug": "attachment", - "taxonomies": Array [], - "wordpress_id": "attachment", - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - }, - "description": "", - "hierarchical": false, - "id": "uuid-from-gatsby", - "name": "Gatsbys", - "rest_base": "gatsby", - "slug": "gatsby", - "taxonomies": Array [], - "wordpress_id": "gatsby", - }, - Object { - "__type": "wordpress__wp_statuses", - "_links": Object { - "archives": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - }, - "id": "uuid-from-gatsby", - "name": "Published", - "public": true, - "queryable": true, - "slug": "publish", - "wordpress_id": "publish", - }, - Object { - "__type": "wordpress__wp_statuses", - "_links": Object { - "archives": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?status=acf-disabled", - }, - ], - }, - "id": "uuid-from-gatsby", - "name": "Inactive", - "public": true, - "queryable": true, - "slug": "acf-disabled", - "wordpress_id": "acf-disabled", - }, - Object { - "__type": "wordpress__wp_taxonomies", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - }, - "description": "", - "hierarchical": true, - "id": "uuid-from-gatsby", - "name": "Categories", - "rest_base": "categories", - "slug": "category", - "types": Array [ - "post", - ], - "wordpress_id": "category", - }, - Object { - "__type": "wordpress__wp_taxonomies", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags", - }, - ], - }, - "description": "", - "hierarchical": false, - "id": "uuid-from-gatsby", - "name": "Tags", - "rest_base": "tags", - "slug": "post_tag", - "types": Array [ - "post", - ], - "wordpress_id": "post_tag", - }, - Object { - "__type": "wordpress__CATEGORY", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/2", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=2", - }, - ], - }, - "count": 1, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/sample-category-1/", - "meta": Array [], - "name": "Sample category 1", - "slug": "sample-category-1", - "taxonomy": "category", - "wordpress_id": 2, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__CATEGORY", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/3", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=3", - }, - ], - }, - "count": 1, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/sample-category-2/", - "meta": Array [], - "name": "Sample category 2", - "slug": "sample-category-2", - "taxonomy": "category", - "wordpress_id": 3, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__CATEGORY", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/1", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=1", - }, - ], - }, - "count": 0, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/uncategorized/", - "meta": Array [], - "name": "Uncategorized", - "slug": "uncategorized", - "taxonomy": "category", - "wordpress_id": 1, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__TAG", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/post_tag", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags/4", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?tags=4", - }, - ], - }, - "count": 1, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/tag/sample-tag-1/", - "meta": Array [], - "name": "Sample tag 1", - "slug": "sample-tag-1", - "taxonomy": "post_tag", - "wordpress_id": 4, - }, - Object { - "__type": "wordpress__TAG", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/post_tag", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags/5", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?tags=5", - }, - ], - }, - "count": 1, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/tag/sample-tag-2/", - "meta": Array [], - "name": "Sample tag 2", - "slug": "sample-tag-2", - "taxonomy": "post_tag", - "wordpress_id": 5, - }, - Object { - "__type": "wordpress__wp_users", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - }, - "acf": false, - "all_authored_entities___NODE": Array [ - "uuid-from-gatsby", - "uuid-from-gatsby", - "uuid-from-gatsby", - "uuid-from-gatsby", - "uuid-from-gatsby", - ], - "authored_wordpress__PAGE___NODE": Array [ - "uuid-from-gatsby", - ], - "authored_wordpress__POST___NODE": Array [ - "uuid-from-gatsby", - "uuid-from-gatsby", - ], - "authored_wordpress__wp_media___NODE": Array [ - "uuid-from-gatsby", - "uuid-from-gatsby", - ], - "avatar_urls": Object { - "wordpress_24": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=24&d=mm&r=g", - "wordpress_48": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=48&d=mm&r=g", - "wordpress_96": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=96&d=mm&r=g", - }, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/author/gatsby/", - "meta": Array [], - "name": "gatsby", - "slug": "gatsby", - "url": "", - "wordpress_id": 1, - }, - Object { - "__type": "wordpress__acf_options", - "id": "uuid-from-gatsby", - "wordpress_id": "acf", - }, - Object { - "__type": "wordpress__wc_categories", - "_links": Object { - "collection": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories", - }, - ], - "self": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories/80", - }, - ], - }, - "count": 11, - "description": "blah blah blah", - "display": "default", - "id": "uuid-from-gatsby", - "image": Object { - "alt": "", - "date_created": "2017-12-05T21:10:00", - "date_created_gmt": "2017-12-05T21:10:00", - "date_modified": "2017-12-05T21:10:00", - "date_modified_gmt": "2017-12-05T21:10:00", - "name": "Category 1", - "src": "https://www.example.com/wp-content/uploads/2015/08/Webp.net-resizeimage.jpg", - "wordpress_id": 2043, - }, - "menu_order": 0, - "name": "Category 1", - "slug": "category-1", - "wordpress_id": 80, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__wc_categories", - "_links": Object { - "collection": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories", - }, - ], - "self": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories/104", - }, - ], - }, - "count": 31, - "description": "blah blah blah", - "display": "default", - "id": "uuid-from-gatsby", - "image": Object { - "alt": "", - "date_created": "2017-12-05T21:10:00", - "date_created_gmt": "2017-12-05T21:10:00", - "date_modified": "2017-12-05T21:10:00", - "date_modified_gmt": "2017-12-05T21:10:00", - "name": "Category 2", - "src": "https://www.example.com.com/wp-content/uploads/2015/08/Webp.net-resizeimage.jpg", - "wordpress_id": 2043, - }, - "menu_order": 0, - "name": "Category 2", - "slug": "category-2", - "wordpress_id": 104, - "wordpress_parent": 0, - }, - Object { - "_links": Object { - "collection": Array [ - Object { - "href": "https://www.test.com/wp-json/wc/v3/products", - }, - ], - "self": Array [ - Object { - "href": "https://www.test.com/wp-json/wc/v3/products/3404", - }, - ], - }, - "attributes": Array [], - "average_rating": "0.00", - "backordered": false, - "backorders": "notify", - "backorders_allowed": true, - "button_text": "", - "catalog_visibility": "visible", - "categories___NODE": Array [ - "uuid-from-gatsby", - "uuid-from-gatsby", - ], - "cross_sell_ids": Array [], - "date_created": "2019-02-03T21:49:54.000Z", - "date_modified": "2019-02-03T21:49:54.000Z", - "date_on_sale_from": null, - "date_on_sale_from_gmt": null, - "date_on_sale_to": null, - "date_on_sale_to_gmt": null, - "default_attributes": Array [], - "description": "", - "dimensions": Object { - "height": "", - "length": "", - "width": "", - }, - "download_expiry": -1, - "download_limit": -1, - "downloadable": false, - "downloads": Array [], - "external_url": "", - "featured": false, - "grouped_products": Array [], - "id": "uuid-from-gatsby", - "images": Array [ - Object { - "alt": "", - "date_created": "2019-02-03T21:49:21", - "date_created_gmt": "2019-02-03T21:49:21", - "date_modified": "2019-02-03T21:49:21", - "date_modified_gmt": "2019-02-03T21:49:21", - "name": "test-image-size-2", - "src": "https://www.example.com/wp-content/uploads/2019/02/test.jpg", - "wordpress_id": 3405, - }, - ], - "jetpack_publicize_connections": Array [], - "manage_stock": true, - "menu_order": 0, - "meta_data": Array [ - Object { - "key": "_yoast_wpseo_primary_product_cat", - "value": "104", - "wordpress_id": 52214, - }, - Object { - "key": "nm_product_layout", - "value": "default", - "wordpress_id": 52215, - }, - Object { - "key": "algolia_searchable_posts_records_count", - "value": "1", - "wordpress_id": 52216, - }, - Object { - "key": "algolia_posts_product_records_count", - "value": "1", - "wordpress_id": 52217, - }, - Object { - "key": "_yoast_wpseo_content_score", - "value": "30", - "wordpress_id": 52218, - }, - Object { - "key": "_wpas_done_all", - "value": "1", - "wordpress_id": 52219, - }, - Object { - "key": "_jetpack_related_posts_cache", - "value": Object { - "wordpress_32b0bf150bb6bd30c74ed5fafdacd61f": Object { - "expires": 1549276723, - "payload": Array [ - Object { - "wordpress_id": 3379, - }, - Object { - "wordpress_id": 3365, - }, - Object { - "wordpress_id": 3402, - }, - ], - }, - }, - "wordpress_id": 52294, - }, - ], - "name": "Test Product Gatsby", - "on_sale": false, - "parent_id": 0, - "permalink": "https://www.example.com/product/test/", - "price": "16.99", - "price_html": "$16.99", - "purchasable": true, - "purchase_note": "", - "rating_count": 0, - "regular_price": "16.99", - "related_ids": Array [ - 3340, - 3374, - 3336, - 3354, - 3338, - ], - "reviews_allowed": true, - "sale_price": "", - "shipping_class": "", - "shipping_class_id": 0, - "shipping_required": true, - "shipping_taxable": true, - "short_description": "", - "sku": "M-N2-T", - "slug": "test-product-gatsby", - "sold_individually": false, - "status": "publish", - "stock_quantity": 5, - "stock_status": "instock", - "tax_class": "", - "tax_status": "taxable", - "total_sales": 0, - "type": "simple", - "upsell_ids": Array [], - "variations": Array [], - "virtual": false, - "weight": "", - "wordpress_id": 3404, - }, -] -`; - -exports[`Process WordPress data Creates links between tags/categories and taxonomies 1`] = ` -Array [ - Object { - "__type": "wordpress__POST", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/post", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=28", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/28", - }, - ], - "version_history": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/28/revisions", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=28", - }, - ], - "wp_term": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories?post=28", - "taxonomy": "category", - }, - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags?post=28", - "taxonomy": "post_tag", - }, - ], - }, - "acf": Object { - "page_builder": Array [ - Object { - "acf_fc_layout": "excerpt", - "content": "Sed efficitur finibus urna, in laoreet tellus sollicitudin sit amet. Phasellus elementum eros nec augue placerat, eget auctor enim mattis.", - }, - Object { - "acf_fc_layout": "post_photo", - "photo": Object { - "alt": "", - "author": "1", - "caption": "", - "date": "2017-09-02 10:35:16", - "description": "", - "filename": "pexels-photo-534351.jpeg", - "height": 4000, - "icon": "http://dev-gatbsyjswp.pantheonsite.io/wp-includes/images/media/default.png", - "mime_type": "image/jpeg", - "modified": "2017-09-02 10:52:23", - "name": "pexels-photo-534351", - "sizes": Object { - "large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-1024x683.jpeg", - "large_height": 683, - "large_width": 1024, - "medium": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-300x200.jpeg", - "medium_height": 200, - "medium_large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-768x512.jpeg", - "medium_large_height": 512, - "medium_large_width": 768, - "medium_width": 300, - "thumbnail": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-150x150.jpeg", - "thumbnail_height": 150, - "thumbnail_width": 150, - }, - "title": "pexels-photo-534351", - "type": "image", - "url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "width": 6000, - "wordpress_id": 10, - }, - }, - ], - }, - "author___NODE": "uuid-from-gatsby", - "categories___NODE": Array [ - "uuid-from-gatsby", - ], - "comment_status": "open", - "content": "Mauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed efficitur finibus urna, in laoreet tellus sollicitudin sit amet. Phasellus elementum eros nec augue placerat, eget auctor enim mattis. Aenean porta tincidunt pharetra. Aliquam erat volutpat.
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin faucibus lacus arcu, vel laoreet ligula euismod in. Integer faucibus sapien ut nisl pharetra, id scelerisque risus iaculis. Praesent sapien est, semper in rhoncus id, posuere in mi. Proin scelerisque consectetur risus. Praesent faucibus imperdiet nunc ac aliquet. Duis maximus elementum porttitor. Aliquam tempus in metus at finibus. Suspendisse vestibulum diam sit amet diam varius elementum. Quisque nec ornare odio. Curabitur tincidunt, risus eu consectetur tristique, felis leo tincidunt nunc, ut convallis ligula odio at orci.
-", - "date": "2017-09-02T10:50:27.000Z", - "excerpt": "Mauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. […]
-", - "featured_media": 0, - "format": "standard", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?p=28", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-2/", - "meta": Array [], - "modified": "2017-09-02T10:52:25.000Z", - "ping_status": "open", - "polylang_current_lang": "en_US", - "polylang_tranlations": Array [ - Object { - "locale": "fr_FR", - "wordpress_id": 26, - }, - ], - "slug": "sample-post-2", - "status": "publish", - "sticky": false, - "tags___NODE": Array [ - "uuid-from-gatsby", - ], - "template": "", - "title": "Sample post 2", - "type": "post", - "wordpress_id": 28, - }, - Object { - "__type": "wordpress__POST", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/post", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=26", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/26", - }, - ], - "version_history": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/26/revisions", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=26", - }, - ], - "wp_term": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories?post=26", - "taxonomy": "category", - }, - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags?post=26", - "taxonomy": "post_tag", - }, - ], - }, - "acf": Object { - "page_builder": Array [ - Object { - "acf_fc_layout": "excerpt", - "content": "Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan.", - }, - Object { - "acf_fc_layout": "image_gallery", - "pictures": Array [ - Object { - "picture": Object { - "alt": "", - "author": "1", - "caption": "", - "date": "2017-09-02 10:36:43", - "description": "", - "filename": "pexels-photo-534327.jpeg", - "height": 4000, - "icon": "http://dev-gatbsyjswp.pantheonsite.io/wp-includes/images/media/default.png", - "mime_type": "image/jpeg", - "modified": "2017-09-02 10:52:39", - "name": "pexels-photo-534327", - "sizes": Object { - "large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-1024x683.jpeg", - "large_height": 683, - "large_width": 1024, - "medium": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-300x200.jpeg", - "medium_height": 200, - "medium_large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-768x512.jpeg", - "medium_large_height": 512, - "medium_large_width": 768, - "medium_width": 300, - "thumbnail": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-150x150.jpeg", - "thumbnail_height": 150, - "thumbnail_width": 150, - }, - "title": "pexels-photo-534327", - "type": "image", - "url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "width": 6000, - "wordpress_id": 12, - }, - "title": "Venise", - }, - Object { - "picture": Object { - "alt": "", - "author": "1", - "caption": "", - "date": "2017-09-02 10:35:16", - "description": "", - "filename": "pexels-photo-534351.jpeg", - "height": 4000, - "icon": "http://dev-gatbsyjswp.pantheonsite.io/wp-includes/images/media/default.png", - "mime_type": "image/jpeg", - "modified": "2017-09-02 10:52:23", - "name": "pexels-photo-534351", - "sizes": Object { - "large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-1024x683.jpeg", - "large_height": 683, - "large_width": 1024, - "medium": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-300x200.jpeg", - "medium_height": 200, - "medium_large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-768x512.jpeg", - "medium_large_height": 512, - "medium_large_width": 768, - "medium_width": 300, - "thumbnail": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-150x150.jpeg", - "thumbnail_height": 150, - "thumbnail_width": 150, - }, - "title": "pexels-photo-534351", - "type": "image", - "url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "width": 6000, - "wordpress_id": 10, - }, - "title": "", - }, - ], - }, - Object { - "acf_fc_layout": "post_photo", - "photo": Object { - "alt": "", - "author": "1", - "caption": "", - "date": "2017-09-02 10:36:43", - "description": "", - "filename": "pexels-photo-534327.jpeg", - "height": 4000, - "icon": "http://dev-gatbsyjswp.pantheonsite.io/wp-includes/images/media/default.png", - "mime_type": "image/jpeg", - "modified": "2017-09-02 10:52:39", - "name": "pexels-photo-534327", - "sizes": Object { - "large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-1024x683.jpeg", - "large_height": 683, - "large_width": 1024, - "medium": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-300x200.jpeg", - "medium_height": 200, - "medium_large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-768x512.jpeg", - "medium_large_height": 512, - "medium_large_width": 768, - "medium_width": 300, - "thumbnail": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-150x150.jpeg", - "thumbnail_height": 150, - "thumbnail_width": 150, - }, - "title": "pexels-photo-534327", - "type": "image", - "url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "width": 6000, - "wordpress_id": 12, - }, - }, - ], - }, - "author___NODE": "uuid-from-gatsby", - "categories___NODE": Array [ - "uuid-from-gatsby", - ], - "comment_status": "open", - "content": "Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, pharetra sollicitudin sem. Maecenas vel sapien consequat, semper justo ut, pharetra purus. Sed malesuada mauris eu odio posuere congue. Etiam quis quam libero. Vestibulum molestie leo at tortor mollis tempus.
-Donec sed ornare velit. Mauris consectetur sit amet tortor eget cursus. Donec suscipit tellus lectus, eget vestibulum diam auctor eget. In varius felis in tortor dignissim eleifend. Maecenas pharetra mi lacus, vitae porttitor mi scelerisque eget. Duis aliquam consequat elit, sed posuere magna. In pulvinar erat non neque fringilla, nec posuere mi tristique. Mauris rhoncus nulla turpis, vitae pretium quam malesuada eu. Nullam porta convallis augue sed gravida.
-Aliquam ac posuere risus. Nam et laoreet nulla. Curabitur ut neque nibh. Maecenas condimentum tellus ultricies nunc porta porta eget a elit. Etiam elementum enim at mi ultrices facilisis id non sapien. Suspendisse suscipit, nulla at pretium ultrices, massa dui semper leo, sed tristique elit ipsum in risus. Nunc sem sapien, condimentum vitae ex ac, porttitor viverra purus. Suspendisse risus est, tincidunt sit amet faucibus ac, molestie quis lacus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed pretium, velit a semper feugiat, libero leo ornare metus, vitae bibendum ante leo vitae odio.
--", - "date": "2017-09-02T10:49:35.000Z", - "excerpt": "
Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, […]
-", - "featured_media": 0, - "format": "standard", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?p=26", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-1/", - "meta": Array [], - "modified": "2017-09-02T10:52:42.000Z", - "ping_status": "open", - "polylang_current_lang": "fr_FR", - "polylang_tranlations": Array [ - Object { - "locale": "en_US", - "wordpress_id": 28, - }, - ], - "slug": "sample-post-1", - "status": "publish", - "sticky": false, - "tags___NODE": Array [ - "uuid-from-gatsby", - ], - "template": "", - "title": "Sample post 1", - "type": "post", - "wordpress_id": 26, - }, - Object { - "__type": "wordpress__PAGE", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/page", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=5", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages/5", - }, - ], - "version_history": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages/5/revisions", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=5", - }, - ], - }, - "acf": Object { - "linked_image": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - }, - "author___NODE": "uuid-from-gatsby", - "comment_status": "closed", - "content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin faucibus lacus arcu, vel laoreet ligula euismod in. Integer faucibus sapien ut nisl pharetra, id scelerisque risus iaculis. Praesent sapien est, semper in rhoncus id, posuere in mi. Proin scelerisque consectetur risus. Praesent faucibus imperdiet nunc ac aliquet. Duis maximus elementum porttitor. Aliquam tempus in metus at finibus. Suspendisse vestibulum diam sit amet diam varius elementum. Quisque nec ornare odio. Curabitur tincidunt, risus eu consectetur tristique, felis leo tincidunt nunc, ut convallis ligula odio at orci.
-Mauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed efficitur finibus urna, in laoreet tellus sollicitudin sit amet. Phasellus elementum eros nec augue placerat, eget auctor enim mattis. Aenean porta tincidunt pharetra. Aliquam erat volutpat.
-Aliquam ac posuere risus. Nam et laoreet nulla. Curabitur ut neque nibh. Maecenas condimentum tellus ultricies nunc porta porta eget a elit. Etiam elementum enim at mi ultrices facilisis id non sapien. Suspendisse suscipit, nulla at pretium ultrices, massa dui semper leo, sed tristique elit ipsum in risus. Nunc sem sapien, condimentum vitae ex ac, porttitor viverra purus. Suspendisse risus est, tincidunt sit amet faucibus ac, molestie quis lacus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed pretium, velit a semper feugiat, libero leo ornare metus, vitae bibendum ante leo vitae odio.
-Donec sed ornare velit. Mauris consectetur sit amet tortor eget cursus. Donec suscipit tellus lectus, eget vestibulum diam auctor eget. In varius felis in tortor dignissim eleifend. Maecenas pharetra mi lacus, vitae porttitor mi scelerisque eget. Duis aliquam consequat elit, sed posuere magna. In pulvinar erat non neque fringilla, nec posuere mi tristique. Mauris rhoncus nulla turpis, vitae pretium quam malesuada eu. Nullam porta convallis augue sed gravida.
-Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, pharetra sollicitudin sem. Maecenas vel sapien consequat, semper justo ut, pharetra purus. Sed malesuada mauris eu odio posuere congue. Etiam quis quam libero. Vestibulum molestie leo at tortor mollis tempus.
-", - "date": "2017-09-02T10:30:57.000Z", - "excerpt": "Lorem ipsum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin […]
-", - "featured_media": 0, - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?page_id=5", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/", - "menu_order": 0, - "meta": Array [], - "modified": "2017-09-02T10:47:16.000Z", - "ping_status": "closed", - "slug": "gatsby-sample-home-page", - "status": "publish", - "template": "", - "title": "Gatsby sample home page", - "type": "page", - "wordpress_id": 5, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__wp_media", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/attachment", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media", - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=12", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media/12", - }, - ], - }, - "acf": false, - "alt_text": "", - "author___NODE": "uuid-from-gatsby", - "caption": "", - "comment_status": "open", - "date": "2017-09-02T10:36:43.000Z", - "description": " -", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-1/pexels-photo-534327/", - "media_details": Object { - "file": "2017/09/pexels-photo-534327.jpeg", - "height": 4000, - "image_meta": Object { - "aperture": "7.1", - "camera": "ILCA-77M2", - "caption": "", - "copyright": "", - "created_timestamp": "1414776055", - "credit": "", - "focal_length": "24", - "iso": "100", - "keywords": Array [], - "orientation": "1", - "shutter_speed": "0.01", - "title": "", - }, - "sizes": Object { - "full": Object { - "file": "pexels-photo-534327.jpeg", - "height": 4000, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "width": 6000, - }, - "large": Object { - "file": "pexels-photo-534327-1024x683.jpeg", - "height": 683, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-1024x683.jpeg", - "width": 1024, - }, - "medium": Object { - "file": "pexels-photo-534327-300x200.jpeg", - "height": 200, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-300x200.jpeg", - "width": 300, - }, - "medium_large": Object { - "file": "pexels-photo-534327-768x512.jpeg", - "height": 512, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-768x512.jpeg", - "width": 768, - }, - "thumbnail": Object { - "file": "pexels-photo-534327-150x150.jpeg", - "height": 150, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-150x150.jpeg", - "width": 150, - }, - }, - "width": 6000, - }, - "media_type": "image", - "meta": Array [], - "mime_type": "image/jpeg", - "modified": "2017-09-02T10:52:39.000Z", - "ping_status": "closed", - "post": 26, - "slug": "pexels-photo-534327", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "status": "inherit", - "template": "", - "title": "pexels-photo-534327", - "type": "attachment", - "wordpress_id": 12, - }, - Object { - "__type": "wordpress__wp_media", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/attachment", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media", - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=10", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media/10", - }, - ], - }, - "acf": false, - "alt_text": "", - "author___NODE": "uuid-from-gatsby", - "caption": "", - "comment_status": "open", - "date": "2017-09-02T10:35:16.000Z", - "description": " -", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby-sample-home-page/pexels-photo-534351/", - "media_details": Object { - "file": "2017/09/pexels-photo-534351.jpeg", - "height": 4000, - "image_meta": Object { - "aperture": "10", - "camera": "ILCA-77M2", - "caption": "", - "copyright": "", - "created_timestamp": "1414838901", - "credit": "", - "focal_length": "24", - "iso": "100", - "keywords": Array [], - "orientation": "1", - "shutter_speed": "0.005", - "title": "", - }, - "sizes": Object { - "full": Object { - "file": "pexels-photo-534351.jpeg", - "height": 4000, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "width": 6000, - }, - "large": Object { - "file": "pexels-photo-534351-1024x683.jpeg", - "height": 683, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-1024x683.jpeg", - "width": 1024, - }, - "medium": Object { - "file": "pexels-photo-534351-300x200.jpeg", - "height": 200, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-300x200.jpeg", - "width": 300, - }, - "medium_large": Object { - "file": "pexels-photo-534351-768x512.jpeg", - "height": 512, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-768x512.jpeg", - "width": 768, - }, - "thumbnail": Object { - "file": "pexels-photo-534351-150x150.jpeg", - "height": 150, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-150x150.jpeg", - "width": 150, - }, - }, - "width": 6000, - }, - "media_type": "image", - "meta": Array [], - "mime_type": "image/jpeg", - "modified": "2017-09-02T10:52:23.000Z", - "ping_status": "closed", - "post": 5, - "slug": "pexels-photo-534351", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "status": "inherit", - "template": "", - "title": "pexels-photo-534351", - "type": "attachment", - "wordpress_id": 10, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/41", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=41", - }, - ], - }, - "acf": Object { - "quote": "C'est ainsi que nous avançons, barques à contre-courant, sans cesse ramenés vers le passé.", - "year": "2012", - }, - "content": "", - "date": "2017-09-02T10:57:32.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=41", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/fifth/", - "modified": "2017-09-02T10:57:32.000Z", - "slug": "fifth", - "status": "publish", - "template": "", - "title": "fifth", - "type": "gatsby", - "wordpress_id": 41, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/40", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=40", - }, - ], - }, - "acf": Object { - "quote": "C'est ainsi que nous nous débattons, comme des barques contre le courant, sans cesse repoussés vers le passé.", - "year": "2011", - }, - "content": "201
-", - "date": "2017-09-02T10:57:18.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=40", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/forth/", - "modified": "2017-09-02T10:57:18.000Z", - "slug": "forth", - "status": "publish", - "template": "", - "title": "forth", - "type": "gatsby", - "wordpress_id": 40, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/39", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=39", - }, - ], - }, - "acf": Object { - "quote": "Et nous luttons ainsi, barques à contre-courant, refoulés sans fin vers notre passé.", - "year": "1990", - }, - "content": "", - "date": "2017-09-02T10:57:00.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=39", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/third/", - "modified": "2017-09-02T10:57:00.000Z", - "slug": "third", - "status": "publish", - "template": "", - "title": "third", - "type": "gatsby", - "wordpress_id": 39, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/38", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=38", - }, - ], - }, - "acf": Object { - "quote": "Car c'est ainsi que nous allons, barques luttant contre un courant qui nous ramène sans cesse vers le passé.", - "year": "1946", - }, - "content": "", - "date": "2017-09-02T10:56:47.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=38", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/second/", - "modified": "2017-09-02T10:56:47.000Z", - "slug": "second", - "status": "publish", - "template": "", - "title": "second", - "type": "gatsby", - "wordpress_id": 38, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/37", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=37", - }, - ], - }, - "acf": Object { - "quote": "C'est ainsi que nous avançons, barques luttant contre un courant qui nous rejette sans cesse vers le passé.", - "year": "1926", - }, - "content": "", - "date": "2017-09-02T10:56:32.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=37", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/first/", - "modified": "2017-09-02T10:56:32.000Z", - "slug": "first", - "status": "publish", - "template": "", - "title": "first", - "type": "gatsby", - "wordpress_id": 37, - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - }, - "description": "", - "hierarchical": false, - "id": "uuid-from-gatsby", - "name": "Posts", - "rest_base": "posts", - "slug": "post", - "taxonomies": Array [ - "category", - "post_tag", - ], - "wordpress_id": "post", - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages", - }, - ], - }, - "description": "", - "hierarchical": true, - "id": "uuid-from-gatsby", - "name": "Pages", - "rest_base": "pages", - "slug": "page", - "taxonomies": Array [], - "wordpress_id": "page", - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media", - }, - ], - }, - "description": "", - "hierarchical": false, - "id": "uuid-from-gatsby", - "name": "Media", - "rest_base": "media", - "slug": "attachment", - "taxonomies": Array [], - "wordpress_id": "attachment", - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - }, - "description": "", - "hierarchical": false, - "id": "uuid-from-gatsby", - "name": "Gatsbys", - "rest_base": "gatsby", - "slug": "gatsby", - "taxonomies": Array [], - "wordpress_id": "gatsby", - }, - Object { - "__type": "wordpress__wp_statuses", - "_links": Object { - "archives": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - }, - "id": "uuid-from-gatsby", - "name": "Published", - "public": true, - "queryable": true, - "slug": "publish", - "wordpress_id": "publish", - }, - Object { - "__type": "wordpress__wp_statuses", - "_links": Object { - "archives": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?status=acf-disabled", - }, - ], - }, - "id": "uuid-from-gatsby", - "name": "Inactive", - "public": true, - "queryable": true, - "slug": "acf-disabled", - "wordpress_id": "acf-disabled", - }, - Object { - "__type": "wordpress__wp_taxonomies", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - }, - "description": "", - "hierarchical": true, - "id": "uuid-from-gatsby", - "name": "Categories", - "rest_base": "categories", - "slug": "category", - "types": Array [ - "post", - ], - "wordpress_id": "category", - }, - Object { - "__type": "wordpress__wp_taxonomies", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags", - }, - ], - }, - "description": "", - "hierarchical": false, - "id": "uuid-from-gatsby", - "name": "Tags", - "rest_base": "tags", - "slug": "post_tag", - "types": Array [ - "post", - ], - "wordpress_id": "post_tag", - }, - Object { - "__type": "wordpress__CATEGORY", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/2", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=2", - }, - ], - }, - "count": 1, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/sample-category-1/", - "meta": Array [], - "name": "Sample category 1", - "slug": "sample-category-1", - "taxonomy___NODE": "uuid-from-gatsby", - "wordpress_id": 2, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__CATEGORY", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/3", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=3", - }, - ], - }, - "count": 1, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/sample-category-2/", - "meta": Array [], - "name": "Sample category 2", - "slug": "sample-category-2", - "taxonomy___NODE": "uuid-from-gatsby", - "wordpress_id": 3, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__CATEGORY", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/1", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=1", - }, - ], - }, - "count": 0, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/uncategorized/", - "meta": Array [], - "name": "Uncategorized", - "slug": "uncategorized", - "taxonomy___NODE": "uuid-from-gatsby", - "wordpress_id": 1, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__TAG", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/post_tag", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags/4", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?tags=4", - }, - ], - }, - "count": 1, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/tag/sample-tag-1/", - "meta": Array [], - "name": "Sample tag 1", - "slug": "sample-tag-1", - "taxonomy___NODE": "uuid-from-gatsby", - "wordpress_id": 4, - }, - Object { - "__type": "wordpress__TAG", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/post_tag", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags/5", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?tags=5", - }, - ], - }, - "count": 1, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/tag/sample-tag-2/", - "meta": Array [], - "name": "Sample tag 2", - "slug": "sample-tag-2", - "taxonomy___NODE": "uuid-from-gatsby", - "wordpress_id": 5, - }, - Object { - "__type": "wordpress__wp_users", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - }, - "acf": false, - "all_authored_entities___NODE": Array [ - "uuid-from-gatsby", - "uuid-from-gatsby", - "uuid-from-gatsby", - "uuid-from-gatsby", - "uuid-from-gatsby", - ], - "authored_wordpress__PAGE___NODE": Array [ - "uuid-from-gatsby", - ], - "authored_wordpress__POST___NODE": Array [ - "uuid-from-gatsby", - "uuid-from-gatsby", - ], - "authored_wordpress__wp_media___NODE": Array [ - "uuid-from-gatsby", - "uuid-from-gatsby", - ], - "avatar_urls": Object { - "wordpress_24": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=24&d=mm&r=g", - "wordpress_48": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=48&d=mm&r=g", - "wordpress_96": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=96&d=mm&r=g", - }, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/author/gatsby/", - "meta": Array [], - "name": "gatsby", - "slug": "gatsby", - "url": "", - "wordpress_id": 1, - }, - Object { - "__type": "wordpress__acf_options", - "id": "uuid-from-gatsby", - "wordpress_id": "acf", - }, - Object { - "__type": "wordpress__wc_categories", - "_links": Object { - "collection": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories", - }, - ], - "self": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories/80", - }, - ], - }, - "count": 11, - "description": "blah blah blah", - "display": "default", - "id": "uuid-from-gatsby", - "image": Object { - "alt": "", - "date_created": "2017-12-05T21:10:00", - "date_created_gmt": "2017-12-05T21:10:00", - "date_modified": "2017-12-05T21:10:00", - "date_modified_gmt": "2017-12-05T21:10:00", - "name": "Category 1", - "src": "https://www.example.com/wp-content/uploads/2015/08/Webp.net-resizeimage.jpg", - "wordpress_id": 2043, - }, - "menu_order": 0, - "name": "Category 1", - "slug": "category-1", - "wordpress_id": 80, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__wc_categories", - "_links": Object { - "collection": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories", - }, - ], - "self": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories/104", - }, - ], - }, - "count": 31, - "description": "blah blah blah", - "display": "default", - "id": "uuid-from-gatsby", - "image": Object { - "alt": "", - "date_created": "2017-12-05T21:10:00", - "date_created_gmt": "2017-12-05T21:10:00", - "date_modified": "2017-12-05T21:10:00", - "date_modified_gmt": "2017-12-05T21:10:00", - "name": "Category 2", - "src": "https://www.example.com.com/wp-content/uploads/2015/08/Webp.net-resizeimage.jpg", - "wordpress_id": 2043, - }, - "menu_order": 0, - "name": "Category 2", - "slug": "category-2", - "wordpress_id": 104, - "wordpress_parent": 0, - }, - Object { - "_links": Object { - "collection": Array [ - Object { - "href": "https://www.test.com/wp-json/wc/v3/products", - }, - ], - "self": Array [ - Object { - "href": "https://www.test.com/wp-json/wc/v3/products/3404", - }, - ], - }, - "attributes": Array [], - "average_rating": "0.00", - "backordered": false, - "backorders": "notify", - "backorders_allowed": true, - "button_text": "", - "catalog_visibility": "visible", - "categories___NODE": Array [ - "uuid-from-gatsby", - "uuid-from-gatsby", - ], - "cross_sell_ids": Array [], - "date_created": "2019-02-03T21:49:54.000Z", - "date_modified": "2019-02-03T21:49:54.000Z", - "date_on_sale_from": null, - "date_on_sale_from_gmt": null, - "date_on_sale_to": null, - "date_on_sale_to_gmt": null, - "default_attributes": Array [], - "description": "", - "dimensions": Object { - "height": "", - "length": "", - "width": "", - }, - "download_expiry": -1, - "download_limit": -1, - "downloadable": false, - "downloads": Array [], - "external_url": "", - "featured": false, - "grouped_products": Array [], - "id": "uuid-from-gatsby", - "images": Array [ - Object { - "alt": "", - "date_created": "2019-02-03T21:49:21", - "date_created_gmt": "2019-02-03T21:49:21", - "date_modified": "2019-02-03T21:49:21", - "date_modified_gmt": "2019-02-03T21:49:21", - "name": "test-image-size-2", - "src": "https://www.example.com/wp-content/uploads/2019/02/test.jpg", - "wordpress_id": 3405, - }, - ], - "jetpack_publicize_connections": Array [], - "manage_stock": true, - "menu_order": 0, - "meta_data": Array [ - Object { - "key": "_yoast_wpseo_primary_product_cat", - "value": "104", - "wordpress_id": 52214, - }, - Object { - "key": "nm_product_layout", - "value": "default", - "wordpress_id": 52215, - }, - Object { - "key": "algolia_searchable_posts_records_count", - "value": "1", - "wordpress_id": 52216, - }, - Object { - "key": "algolia_posts_product_records_count", - "value": "1", - "wordpress_id": 52217, - }, - Object { - "key": "_yoast_wpseo_content_score", - "value": "30", - "wordpress_id": 52218, - }, - Object { - "key": "_wpas_done_all", - "value": "1", - "wordpress_id": 52219, - }, - Object { - "key": "_jetpack_related_posts_cache", - "value": Object { - "wordpress_32b0bf150bb6bd30c74ed5fafdacd61f": Object { - "expires": 1549276723, - "payload": Array [ - Object { - "wordpress_id": 3379, - }, - Object { - "wordpress_id": 3365, - }, - Object { - "wordpress_id": 3402, - }, - ], - }, - }, - "wordpress_id": 52294, - }, - ], - "name": "Test Product Gatsby", - "on_sale": false, - "parent_id": 0, - "permalink": "https://www.example.com/product/test/", - "price": "16.99", - "price_html": "$16.99", - "purchasable": true, - "purchase_note": "", - "rating_count": 0, - "regular_price": "16.99", - "related_ids": Array [ - 3340, - 3374, - 3336, - 3354, - 3338, - ], - "reviews_allowed": true, - "sale_price": "", - "shipping_class": "", - "shipping_class_id": 0, - "shipping_required": true, - "shipping_taxable": true, - "short_description": "", - "sku": "M-N2-T", - "slug": "test-product-gatsby", - "sold_individually": false, - "status": "publish", - "stock_quantity": 5, - "stock_status": "instock", - "tax_class": "", - "tax_status": "taxable", - "total_sales": 0, - "type": "simple", - "upsell_ids": Array [], - "variations": Array [], - "virtual": false, - "weight": "", - "wordpress_id": 3404, - }, -] -`; - -exports[`Process WordPress data Creates links from entities to media nodes 1`] = ` -Array [ - Object { - "__type": "wordpress__POST", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/post", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=28", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/28", - }, - ], - "version_history": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/28/revisions", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=28", - }, - ], - "wp_term": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories?post=28", - "taxonomy": "category", - }, - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags?post=28", - "taxonomy": "post_tag", - }, - ], - }, - "acf": Object { - "page_builder": Array [ - Object { - "acf_fc_layout": "excerpt", - "content": "Sed efficitur finibus urna, in laoreet tellus sollicitudin sit amet. Phasellus elementum eros nec augue placerat, eget auctor enim mattis.", - }, - Object { - "acf_fc_layout": "post_photo", - "photo___NODE": "uuid-from-gatsby", - }, - ], - }, - "author___NODE": "uuid-from-gatsby", - "categories___NODE": Array [ - "uuid-from-gatsby", - ], - "comment_status": "open", - "content": "Mauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed efficitur finibus urna, in laoreet tellus sollicitudin sit amet. Phasellus elementum eros nec augue placerat, eget auctor enim mattis. Aenean porta tincidunt pharetra. Aliquam erat volutpat.
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin faucibus lacus arcu, vel laoreet ligula euismod in. Integer faucibus sapien ut nisl pharetra, id scelerisque risus iaculis. Praesent sapien est, semper in rhoncus id, posuere in mi. Proin scelerisque consectetur risus. Praesent faucibus imperdiet nunc ac aliquet. Duis maximus elementum porttitor. Aliquam tempus in metus at finibus. Suspendisse vestibulum diam sit amet diam varius elementum. Quisque nec ornare odio. Curabitur tincidunt, risus eu consectetur tristique, felis leo tincidunt nunc, ut convallis ligula odio at orci.
-", - "date": "2017-09-02T10:50:27.000Z", - "excerpt": "Mauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. […]
-", - "format": "standard", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?p=28", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-2/", - "meta": Array [], - "modified": "2017-09-02T10:52:25.000Z", - "ping_status": "open", - "polylang_current_lang": "en_US", - "polylang_tranlations": Array [ - Object { - "locale": "fr_FR", - "wordpress_id": 26, - }, - ], - "slug": "sample-post-2", - "status": "publish", - "sticky": false, - "tags___NODE": Array [ - "uuid-from-gatsby", - ], - "template": "", - "title": "Sample post 2", - "type": "post", - "wordpress_id": 28, - }, - Object { - "__type": "wordpress__POST", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/post", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=26", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/26", - }, - ], - "version_history": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/26/revisions", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=26", - }, - ], - "wp_term": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories?post=26", - "taxonomy": "category", - }, - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags?post=26", - "taxonomy": "post_tag", - }, - ], - }, - "acf": Object { - "page_builder": Array [ - Object { - "acf_fc_layout": "excerpt", - "content": "Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan.", - }, - Object { - "acf_fc_layout": "image_gallery", - "pictures": Array [ - Object { - "picture___NODE": "uuid-from-gatsby", - "title": "Venise", - }, - Object { - "picture___NODE": "uuid-from-gatsby", - "title": "", - }, - ], - }, - Object { - "acf_fc_layout": "post_photo", - "photo___NODE": "uuid-from-gatsby", - }, - ], - }, - "author___NODE": "uuid-from-gatsby", - "categories___NODE": Array [ - "uuid-from-gatsby", - ], - "comment_status": "open", - "content": "Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, pharetra sollicitudin sem. Maecenas vel sapien consequat, semper justo ut, pharetra purus. Sed malesuada mauris eu odio posuere congue. Etiam quis quam libero. Vestibulum molestie leo at tortor mollis tempus.
-Donec sed ornare velit. Mauris consectetur sit amet tortor eget cursus. Donec suscipit tellus lectus, eget vestibulum diam auctor eget. In varius felis in tortor dignissim eleifend. Maecenas pharetra mi lacus, vitae porttitor mi scelerisque eget. Duis aliquam consequat elit, sed posuere magna. In pulvinar erat non neque fringilla, nec posuere mi tristique. Mauris rhoncus nulla turpis, vitae pretium quam malesuada eu. Nullam porta convallis augue sed gravida.
-Aliquam ac posuere risus. Nam et laoreet nulla. Curabitur ut neque nibh. Maecenas condimentum tellus ultricies nunc porta porta eget a elit. Etiam elementum enim at mi ultrices facilisis id non sapien. Suspendisse suscipit, nulla at pretium ultrices, massa dui semper leo, sed tristique elit ipsum in risus. Nunc sem sapien, condimentum vitae ex ac, porttitor viverra purus. Suspendisse risus est, tincidunt sit amet faucibus ac, molestie quis lacus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed pretium, velit a semper feugiat, libero leo ornare metus, vitae bibendum ante leo vitae odio.
--", - "date": "2017-09-02T10:49:35.000Z", - "excerpt": "
Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, […]
-", - "format": "standard", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?p=26", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-1/", - "meta": Array [], - "modified": "2017-09-02T10:52:42.000Z", - "ping_status": "open", - "polylang_current_lang": "fr_FR", - "polylang_tranlations": Array [ - Object { - "locale": "en_US", - "wordpress_id": 28, - }, - ], - "slug": "sample-post-1", - "status": "publish", - "sticky": false, - "tags___NODE": Array [ - "uuid-from-gatsby", - ], - "template": "", - "title": "Sample post 1", - "type": "post", - "wordpress_id": 26, - }, - Object { - "__type": "wordpress__PAGE", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/page", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=5", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages/5", - }, - ], - "version_history": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages/5/revisions", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=5", - }, - ], - }, - "acf": Object { - "dummy": true, - "linked_image___NODE": "uuid-from-gatsby", - }, - "author___NODE": "uuid-from-gatsby", - "comment_status": "closed", - "content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin faucibus lacus arcu, vel laoreet ligula euismod in. Integer faucibus sapien ut nisl pharetra, id scelerisque risus iaculis. Praesent sapien est, semper in rhoncus id, posuere in mi. Proin scelerisque consectetur risus. Praesent faucibus imperdiet nunc ac aliquet. Duis maximus elementum porttitor. Aliquam tempus in metus at finibus. Suspendisse vestibulum diam sit amet diam varius elementum. Quisque nec ornare odio. Curabitur tincidunt, risus eu consectetur tristique, felis leo tincidunt nunc, ut convallis ligula odio at orci.
-Mauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed efficitur finibus urna, in laoreet tellus sollicitudin sit amet. Phasellus elementum eros nec augue placerat, eget auctor enim mattis. Aenean porta tincidunt pharetra. Aliquam erat volutpat.
-Aliquam ac posuere risus. Nam et laoreet nulla. Curabitur ut neque nibh. Maecenas condimentum tellus ultricies nunc porta porta eget a elit. Etiam elementum enim at mi ultrices facilisis id non sapien. Suspendisse suscipit, nulla at pretium ultrices, massa dui semper leo, sed tristique elit ipsum in risus. Nunc sem sapien, condimentum vitae ex ac, porttitor viverra purus. Suspendisse risus est, tincidunt sit amet faucibus ac, molestie quis lacus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed pretium, velit a semper feugiat, libero leo ornare metus, vitae bibendum ante leo vitae odio.
-Donec sed ornare velit. Mauris consectetur sit amet tortor eget cursus. Donec suscipit tellus lectus, eget vestibulum diam auctor eget. In varius felis in tortor dignissim eleifend. Maecenas pharetra mi lacus, vitae porttitor mi scelerisque eget. Duis aliquam consequat elit, sed posuere magna. In pulvinar erat non neque fringilla, nec posuere mi tristique. Mauris rhoncus nulla turpis, vitae pretium quam malesuada eu. Nullam porta convallis augue sed gravida.
-Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, pharetra sollicitudin sem. Maecenas vel sapien consequat, semper justo ut, pharetra purus. Sed malesuada mauris eu odio posuere congue. Etiam quis quam libero. Vestibulum molestie leo at tortor mollis tempus.
-", - "date": "2017-09-02T10:30:57.000Z", - "excerpt": "Lorem ipsum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin […]
-", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?page_id=5", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/", - "menu_order": 0, - "meta": Array [], - "modified": "2017-09-02T10:47:16.000Z", - "ping_status": "closed", - "slug": "gatsby-sample-home-page", - "status": "publish", - "template": "", - "title": "Gatsby sample home page", - "type": "page", - "wordpress_id": 5, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__wp_media", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/attachment", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media", - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=12", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media/12", - }, - ], - }, - "acf": false, - "alt_text": "", - "author___NODE": "uuid-from-gatsby", - "caption": "", - "comment_status": "open", - "date": "2017-09-02T10:36:43.000Z", - "description": " -", - "guid___NODE": "uuid-from-gatsby", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-1/pexels-photo-534327/", - "media_details": Object { - "file": "2017/09/pexels-photo-534327.jpeg", - "height": 4000, - "image_meta": Object { - "aperture": "7.1", - "camera": "ILCA-77M2", - "caption": "", - "copyright": "", - "created_timestamp": "1414776055", - "credit": "", - "focal_length": "24", - "iso": "100", - "keywords": Array [], - "orientation": "1", - "shutter_speed": "0.01", - "title": "", - }, - "sizes": Object { - "full": Object { - "file": "pexels-photo-534327.jpeg", - "height": 4000, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "width": 6000, - }, - "large": Object { - "file": "pexels-photo-534327-1024x683.jpeg", - "height": 683, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-1024x683.jpeg", - "width": 1024, - }, - "medium": Object { - "file": "pexels-photo-534327-300x200.jpeg", - "height": 200, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-300x200.jpeg", - "width": 300, - }, - "medium_large": Object { - "file": "pexels-photo-534327-768x512.jpeg", - "height": 512, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-768x512.jpeg", - "width": 768, - }, - "thumbnail": Object { - "file": "pexels-photo-534327-150x150.jpeg", - "height": 150, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-150x150.jpeg", - "width": 150, - }, - }, - "width": 6000, - }, - "media_type": "image", - "meta": Array [], - "mime_type": "image/jpeg", - "modified": "2017-09-02T10:52:39.000Z", - "ping_status": "closed", - "post": 26, - "slug": "pexels-photo-534327", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "status": "inherit", - "template": "", - "title": "pexels-photo-534327", - "type": "attachment", - "wordpress_id": 12, - }, - Object { - "__type": "wordpress__wp_media", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/attachment", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media", - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=10", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media/10", - }, - ], - }, - "acf": false, - "alt_text": "", - "author___NODE": "uuid-from-gatsby", - "caption": "", - "comment_status": "open", - "date": "2017-09-02T10:35:16.000Z", - "description": " -", - "guid___NODE": "uuid-from-gatsby", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby-sample-home-page/pexels-photo-534351/", - "media_details": Object { - "file": "2017/09/pexels-photo-534351.jpeg", - "height": 4000, - "image_meta": Object { - "aperture": "10", - "camera": "ILCA-77M2", - "caption": "", - "copyright": "", - "created_timestamp": "1414838901", - "credit": "", - "focal_length": "24", - "iso": "100", - "keywords": Array [], - "orientation": "1", - "shutter_speed": "0.005", - "title": "", - }, - "sizes": Object { - "full": Object { - "file": "pexels-photo-534351.jpeg", - "height": 4000, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "width": 6000, - }, - "large": Object { - "file": "pexels-photo-534351-1024x683.jpeg", - "height": 683, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-1024x683.jpeg", - "width": 1024, - }, - "medium": Object { - "file": "pexels-photo-534351-300x200.jpeg", - "height": 200, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-300x200.jpeg", - "width": 300, - }, - "medium_large": Object { - "file": "pexels-photo-534351-768x512.jpeg", - "height": 512, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-768x512.jpeg", - "width": 768, - }, - "thumbnail": Object { - "file": "pexels-photo-534351-150x150.jpeg", - "height": 150, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-150x150.jpeg", - "width": 150, - }, - }, - "width": 6000, - }, - "media_type": "image", - "meta": Array [], - "mime_type": "image/jpeg", - "modified": "2017-09-02T10:52:23.000Z", - "ping_status": "closed", - "post": 5, - "slug": "pexels-photo-534351", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "status": "inherit", - "template": "", - "title": "pexels-photo-534351", - "type": "attachment", - "wordpress_id": 10, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/41", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=41", - }, - ], - }, - "acf": Object { - "quote": "C'est ainsi que nous avançons, barques à contre-courant, sans cesse ramenés vers le passé.", - "year": "2012", - }, - "content": "", - "date": "2017-09-02T10:57:32.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=41", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/fifth/", - "modified": "2017-09-02T10:57:32.000Z", - "slug": "fifth", - "status": "publish", - "template": "", - "title": "fifth", - "type": "gatsby", - "wordpress_id": 41, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/40", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=40", - }, - ], - }, - "acf": Object { - "quote": "C'est ainsi que nous nous débattons, comme des barques contre le courant, sans cesse repoussés vers le passé.", - "year": "2011", - }, - "content": "201
-", - "date": "2017-09-02T10:57:18.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=40", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/forth/", - "modified": "2017-09-02T10:57:18.000Z", - "slug": "forth", - "status": "publish", - "template": "", - "title": "forth", - "type": "gatsby", - "wordpress_id": 40, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/39", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=39", - }, - ], - }, - "acf": Object { - "quote": "Et nous luttons ainsi, barques à contre-courant, refoulés sans fin vers notre passé.", - "year": "1990", - }, - "content": "", - "date": "2017-09-02T10:57:00.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=39", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/third/", - "modified": "2017-09-02T10:57:00.000Z", - "slug": "third", - "status": "publish", - "template": "", - "title": "third", - "type": "gatsby", - "wordpress_id": 39, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/38", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=38", - }, - ], - }, - "acf": Object { - "quote": "Car c'est ainsi que nous allons, barques luttant contre un courant qui nous ramène sans cesse vers le passé.", - "year": "1946", - }, - "content": "", - "date": "2017-09-02T10:56:47.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=38", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/second/", - "modified": "2017-09-02T10:56:47.000Z", - "slug": "second", - "status": "publish", - "template": "", - "title": "second", - "type": "gatsby", - "wordpress_id": 38, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/37", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=37", - }, - ], - }, - "acf": Object { - "quote": "C'est ainsi que nous avançons, barques luttant contre un courant qui nous rejette sans cesse vers le passé.", - "year": "1926", - }, - "content": "", - "date": "2017-09-02T10:56:32.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=37", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/first/", - "modified": "2017-09-02T10:56:32.000Z", - "slug": "first", - "status": "publish", - "template": "", - "title": "first", - "type": "gatsby", - "wordpress_id": 37, - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - }, - "description": "", - "hierarchical": false, - "id": "uuid-from-gatsby", - "name": "Posts", - "rest_base": "posts", - "slug": "post", - "taxonomies": Array [ - "category", - "post_tag", - ], - "wordpress_id": "post", - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages", - }, - ], - }, - "description": "", - "hierarchical": true, - "id": "uuid-from-gatsby", - "name": "Pages", - "rest_base": "pages", - "slug": "page", - "taxonomies": Array [], - "wordpress_id": "page", - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media", - }, - ], - }, - "description": "", - "hierarchical": false, - "id": "uuid-from-gatsby", - "name": "Media", - "rest_base": "media", - "slug": "attachment", - "taxonomies": Array [], - "wordpress_id": "attachment", - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - }, - "description": "", - "hierarchical": false, - "id": "uuid-from-gatsby", - "name": "Gatsbys", - "rest_base": "gatsby", - "slug": "gatsby", - "taxonomies": Array [], - "wordpress_id": "gatsby", - }, - Object { - "__type": "wordpress__wp_statuses", - "_links": Object { - "archives": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - }, - "id": "uuid-from-gatsby", - "name": "Published", - "public": true, - "queryable": true, - "slug": "publish", - "wordpress_id": "publish", - }, - Object { - "__type": "wordpress__wp_statuses", - "_links": Object { - "archives": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?status=acf-disabled", - }, - ], - }, - "id": "uuid-from-gatsby", - "name": "Inactive", - "public": true, - "queryable": true, - "slug": "acf-disabled", - "wordpress_id": "acf-disabled", - }, - Object { - "__type": "wordpress__wp_taxonomies", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - }, - "description": "", - "hierarchical": true, - "id": "uuid-from-gatsby", - "name": "Categories", - "rest_base": "categories", - "slug": "category", - "types": Array [ - "post", - ], - "wordpress_id": "category", - }, - Object { - "__type": "wordpress__wp_taxonomies", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags", - }, - ], - }, - "description": "", - "hierarchical": false, - "id": "uuid-from-gatsby", - "name": "Tags", - "rest_base": "tags", - "slug": "post_tag", - "types": Array [ - "post", - ], - "wordpress_id": "post_tag", - }, - Object { - "__type": "wordpress__CATEGORY", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/2", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=2", - }, - ], - }, - "count": 1, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/sample-category-1/", - "meta": Array [], - "name": "Sample category 1", - "slug": "sample-category-1", - "taxonomy___NODE": "uuid-from-gatsby", - "wordpress_id": 2, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__CATEGORY", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/3", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=3", - }, - ], - }, - "count": 1, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/sample-category-2/", - "meta": Array [], - "name": "Sample category 2", - "slug": "sample-category-2", - "taxonomy___NODE": "uuid-from-gatsby", - "wordpress_id": 3, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__CATEGORY", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/1", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=1", - }, - ], - }, - "count": 0, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/uncategorized/", - "meta": Array [], - "name": "Uncategorized", - "slug": "uncategorized", - "taxonomy___NODE": "uuid-from-gatsby", - "wordpress_id": 1, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__TAG", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/post_tag", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags/4", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?tags=4", - }, - ], - }, - "count": 1, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/tag/sample-tag-1/", - "meta": Array [], - "name": "Sample tag 1", - "slug": "sample-tag-1", - "taxonomy___NODE": "uuid-from-gatsby", - "wordpress_id": 4, - }, - Object { - "__type": "wordpress__TAG", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/post_tag", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags/5", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?tags=5", - }, - ], - }, - "count": 1, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/tag/sample-tag-2/", - "meta": Array [], - "name": "Sample tag 2", - "slug": "sample-tag-2", - "taxonomy___NODE": "uuid-from-gatsby", - "wordpress_id": 5, - }, - Object { - "__type": "wordpress__wp_users", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - }, - "acf": false, - "all_authored_entities___NODE": Array [ - "uuid-from-gatsby", - "uuid-from-gatsby", - "uuid-from-gatsby", - "uuid-from-gatsby", - "uuid-from-gatsby", - ], - "authored_wordpress__PAGE___NODE": Array [ - "uuid-from-gatsby", - ], - "authored_wordpress__POST___NODE": Array [ - "uuid-from-gatsby", - "uuid-from-gatsby", - ], - "authored_wordpress__wp_media___NODE": Array [ - "uuid-from-gatsby", - "uuid-from-gatsby", - ], - "avatar_urls": Object { - "wordpress_24": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=24&d=mm&r=g", - "wordpress_48": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=48&d=mm&r=g", - "wordpress_96": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=96&d=mm&r=g", - }, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/author/gatsby/", - "meta": Array [], - "name": "gatsby", - "slug": "gatsby", - "url": "", - "wordpress_id": 1, - }, - Object { - "__type": "wordpress__acf_options", - "id": "uuid-from-gatsby", - "wordpress_id": "acf", - }, - Object { - "__type": "wordpress__wc_categories", - "_links": Object { - "collection": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories", - }, - ], - "self": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories/80", - }, - ], - }, - "count": 11, - "description": "blah blah blah", - "display": "default", - "id": "uuid-from-gatsby", - "image": Object { - "alt": "", - "date_created": "2017-12-05T21:10:00", - "date_created_gmt": "2017-12-05T21:10:00", - "date_modified": "2017-12-05T21:10:00", - "date_modified_gmt": "2017-12-05T21:10:00", - "name": "Category 1", - "src": "https://www.example.com/wp-content/uploads/2015/08/Webp.net-resizeimage.jpg", - "wordpress_id": 2043, - }, - "menu_order": 0, - "name": "Category 1", - "slug": "category-1", - "wordpress_id": 80, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__wc_categories", - "_links": Object { - "collection": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories", - }, - ], - "self": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories/104", - }, - ], - }, - "count": 31, - "description": "blah blah blah", - "display": "default", - "id": "uuid-from-gatsby", - "image": Object { - "alt": "", - "date_created": "2017-12-05T21:10:00", - "date_created_gmt": "2017-12-05T21:10:00", - "date_modified": "2017-12-05T21:10:00", - "date_modified_gmt": "2017-12-05T21:10:00", - "name": "Category 2", - "src": "https://www.example.com.com/wp-content/uploads/2015/08/Webp.net-resizeimage.jpg", - "wordpress_id": 2043, - }, - "menu_order": 0, - "name": "Category 2", - "slug": "category-2", - "wordpress_id": 104, - "wordpress_parent": 0, - }, - Object { - "_links": Object { - "collection": Array [ - Object { - "href": "https://www.test.com/wp-json/wc/v3/products", - }, - ], - "self": Array [ - Object { - "href": "https://www.test.com/wp-json/wc/v3/products/3404", - }, - ], - }, - "attributes": Array [], - "average_rating": "0.00", - "backordered": false, - "backorders": "notify", - "backorders_allowed": true, - "button_text": "", - "catalog_visibility": "visible", - "categories___NODE": Array [ - "uuid-from-gatsby", - "uuid-from-gatsby", - ], - "cross_sell_ids": Array [], - "date_created": "2019-02-03T21:49:54.000Z", - "date_modified": "2019-02-03T21:49:54.000Z", - "date_on_sale_from": null, - "date_on_sale_from_gmt": null, - "date_on_sale_to": null, - "date_on_sale_to_gmt": null, - "default_attributes": Array [], - "description": "", - "dimensions": Object { - "height": "", - "length": "", - "width": "", - }, - "download_expiry": -1, - "download_limit": -1, - "downloadable": false, - "downloads": Array [], - "external_url": "", - "featured": false, - "grouped_products": Array [], - "id": "uuid-from-gatsby", - "images": Array [ - Object { - "alt": "", - "date_created": "2019-02-03T21:49:21", - "date_created_gmt": "2019-02-03T21:49:21", - "date_modified": "2019-02-03T21:49:21", - "date_modified_gmt": "2019-02-03T21:49:21", - "name": "test-image-size-2", - "src": "https://www.example.com/wp-content/uploads/2019/02/test.jpg", - "wordpress_id": 3405, - }, - ], - "jetpack_publicize_connections": Array [], - "manage_stock": true, - "menu_order": 0, - "meta_data": Array [ - Object { - "key": "_yoast_wpseo_primary_product_cat", - "value": "104", - "wordpress_id": 52214, - }, - Object { - "key": "nm_product_layout", - "value": "default", - "wordpress_id": 52215, - }, - Object { - "key": "algolia_searchable_posts_records_count", - "value": "1", - "wordpress_id": 52216, - }, - Object { - "key": "algolia_posts_product_records_count", - "value": "1", - "wordpress_id": 52217, - }, - Object { - "key": "_yoast_wpseo_content_score", - "value": "30", - "wordpress_id": 52218, - }, - Object { - "key": "_wpas_done_all", - "value": "1", - "wordpress_id": 52219, - }, - Object { - "key": "_jetpack_related_posts_cache", - "value": Object { - "wordpress_32b0bf150bb6bd30c74ed5fafdacd61f": Object { - "expires": 1549276723, - "payload": Array [ - Object { - "wordpress_id": 3379, - }, - Object { - "wordpress_id": 3365, - }, - Object { - "wordpress_id": 3402, - }, - ], - }, - }, - "wordpress_id": 52294, - }, - ], - "name": "Test Product Gatsby", - "on_sale": false, - "parent_id": 0, - "permalink": "https://www.example.com/product/test/", - "price": "16.99", - "price_html": "$16.99", - "purchasable": true, - "purchase_note": "", - "rating_count": 0, - "regular_price": "16.99", - "related_ids": Array [ - 3340, - 3374, - 3336, - 3354, - 3338, - ], - "reviews_allowed": true, - "sale_price": "", - "shipping_class": "", - "shipping_class_id": 0, - "shipping_required": true, - "shipping_taxable": true, - "short_description": "", - "sku": "M-N2-T", - "slug": "test-product-gatsby", - "sold_individually": false, - "status": "publish", - "stock_quantity": 5, - "stock_status": "instock", - "tax_class": "", - "tax_status": "taxable", - "total_sales": 0, - "type": "simple", - "upsell_ids": Array [], - "variations": Array [], - "virtual": false, - "weight": "", - "wordpress_id": 3404, - }, -] -`; - -exports[`Process WordPress data Creates map of types 1`] = ` -Object { - "undefined": Array [ - Object { - "id": "uuid-from-gatsby", - "wordpress_id": 3404, - }, - ], - "wordpress__CATEGORY": Array [ - Object { - "id": "uuid-from-gatsby", - "wordpress_id": 2, - }, - Object { - "id": "uuid-from-gatsby", - "wordpress_id": 3, - }, - Object { - "id": "uuid-from-gatsby", - "wordpress_id": 1, - }, - ], - "wordpress__PAGE": Array [ - Object { - "id": "uuid-from-gatsby", - "wordpress_id": 5, - }, - ], - "wordpress__POST": Array [ - Object { - "id": "uuid-from-gatsby", - "wordpress_id": 28, - }, - Object { - "id": "uuid-from-gatsby", - "wordpress_id": 26, - }, - ], - "wordpress__TAG": Array [ - Object { - "id": "uuid-from-gatsby", - "wordpress_id": 4, - }, - Object { - "id": "uuid-from-gatsby", - "wordpress_id": 5, - }, - ], - "wordpress__acf_options": Array [ - Object { - "id": "uuid-from-gatsby", - "wordpress_id": "acf", - }, - ], - "wordpress__wc_categories": Array [ - Object { - "id": "uuid-from-gatsby", - "wordpress_id": 80, - }, - Object { - "id": "uuid-from-gatsby", - "wordpress_id": 104, - }, - ], - "wordpress__wp_gatsby": Array [ - Object { - "id": "uuid-from-gatsby", - "wordpress_id": 41, - }, - Object { - "id": "uuid-from-gatsby", - "wordpress_id": 40, - }, - Object { - "id": "uuid-from-gatsby", - "wordpress_id": 39, - }, - Object { - "id": "uuid-from-gatsby", - "wordpress_id": 38, - }, - Object { - "id": "uuid-from-gatsby", - "wordpress_id": 37, - }, - ], - "wordpress__wp_media": Array [ - Object { - "id": "uuid-from-gatsby", - "wordpress_id": 12, - }, - Object { - "id": "uuid-from-gatsby", - "wordpress_id": 10, - }, - ], - "wordpress__wp_statuses": Array [ - Object { - "id": "uuid-from-gatsby", - "wordpress_id": "publish", - }, - Object { - "id": "uuid-from-gatsby", - "wordpress_id": "acf-disabled", - }, - ], - "wordpress__wp_taxonomies": Array [ - Object { - "id": "uuid-from-gatsby", - "wordpress_id": "category", - }, - Object { - "id": "uuid-from-gatsby", - "wordpress_id": "post_tag", - }, - ], - "wordpress__wp_types": Array [ - Object { - "id": "uuid-from-gatsby", - "wordpress_id": "post", - }, - Object { - "id": "uuid-from-gatsby", - "wordpress_id": "page", - }, - Object { - "id": "uuid-from-gatsby", - "wordpress_id": "attachment", - }, - Object { - "id": "uuid-from-gatsby", - "wordpress_id": "gatsby", - }, - ], - "wordpress__wp_users": Array [ - Object { - "id": "uuid-from-gatsby", - "wordpress_id": 1, - }, - ], -} -`; - -exports[`Process WordPress data Lifts all "rendered" fields to top-level 1`] = ` -Array [ - Object { - "__type": "wordpress__POST", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/post", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=28", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/28", - }, - ], - "version_history": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/28/revisions", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=28", - }, - ], - "wp_term": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories?post=28", - "taxonomy": "category", - }, - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags?post=28", - "taxonomy": "post_tag", - }, - ], - }, - "acf": Object { - "page_builder": Array [ - Object { - "acf_fc_layout": "excerpt", - "content": "Sed efficitur finibus urna, in laoreet tellus sollicitudin sit amet. Phasellus elementum eros nec augue placerat, eget auctor enim mattis.", - }, - Object { - "acf_fc_layout": "post_photo", - "photo": Object { - "alt": "", - "author": "1", - "caption": "", - "date": "2017-09-02 10:35:16", - "description": "", - "filename": "pexels-photo-534351.jpeg", - "height": 4000, - "icon": "http://dev-gatbsyjswp.pantheonsite.io/wp-includes/images/media/default.png", - "mime_type": "image/jpeg", - "modified": "2017-09-02 10:52:23", - "name": "pexels-photo-534351", - "sizes": Object { - "large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-1024x683.jpeg", - "large_height": 683, - "large_width": 1024, - "medium": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-300x200.jpeg", - "medium_height": 200, - "medium_large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-768x512.jpeg", - "medium_large_height": 512, - "medium_large_width": 768, - "medium_width": 300, - "thumbnail": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-150x150.jpeg", - "thumbnail_height": 150, - "thumbnail_width": 150, - }, - "title": "pexels-photo-534351", - "type": "image", - "url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "width": 6000, - "wordpress_id": 10, - }, - }, - ], - }, - "author": 1, - "categories": Array [ - 3, - ], - "comment_status": "open", - "content": "Mauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed efficitur finibus urna, in laoreet tellus sollicitudin sit amet. Phasellus elementum eros nec augue placerat, eget auctor enim mattis. Aenean porta tincidunt pharetra. Aliquam erat volutpat.
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin faucibus lacus arcu, vel laoreet ligula euismod in. Integer faucibus sapien ut nisl pharetra, id scelerisque risus iaculis. Praesent sapien est, semper in rhoncus id, posuere in mi. Proin scelerisque consectetur risus. Praesent faucibus imperdiet nunc ac aliquet. Duis maximus elementum porttitor. Aliquam tempus in metus at finibus. Suspendisse vestibulum diam sit amet diam varius elementum. Quisque nec ornare odio. Curabitur tincidunt, risus eu consectetur tristique, felis leo tincidunt nunc, ut convallis ligula odio at orci.
-", - "date": "2017-09-02T10:50:27.000Z", - "excerpt": "Mauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. […]
-", - "featured_media": 0, - "format": "standard", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?p=28", - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-2/", - "meta": Array [], - "modified": "2017-09-02T10:52:25.000Z", - "ping_status": "open", - "polylang_current_lang": "en_US", - "polylang_tranlations": Array [ - Object { - "locale": "fr_FR", - "wordpress_id": 26, - }, - ], - "slug": "sample-post-2", - "status": "publish", - "sticky": false, - "tags": Array [ - 5, - ], - "template": "", - "title": "Sample post 2", - "type": "post", - "wordpress_id": 28, - }, - Object { - "__type": "wordpress__POST", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/post", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=26", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/26", - }, - ], - "version_history": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/26/revisions", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=26", - }, - ], - "wp_term": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories?post=26", - "taxonomy": "category", - }, - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags?post=26", - "taxonomy": "post_tag", - }, - ], - }, - "acf": Object { - "page_builder": Array [ - Object { - "acf_fc_layout": "excerpt", - "content": "Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan.", - }, - Object { - "acf_fc_layout": "image_gallery", - "pictures": Array [ - Object { - "picture": Object { - "alt": "", - "author": "1", - "caption": "", - "date": "2017-09-02 10:36:43", - "description": "", - "filename": "pexels-photo-534327.jpeg", - "height": 4000, - "icon": "http://dev-gatbsyjswp.pantheonsite.io/wp-includes/images/media/default.png", - "mime_type": "image/jpeg", - "modified": "2017-09-02 10:52:39", - "name": "pexels-photo-534327", - "sizes": Object { - "large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-1024x683.jpeg", - "large_height": 683, - "large_width": 1024, - "medium": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-300x200.jpeg", - "medium_height": 200, - "medium_large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-768x512.jpeg", - "medium_large_height": 512, - "medium_large_width": 768, - "medium_width": 300, - "thumbnail": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-150x150.jpeg", - "thumbnail_height": 150, - "thumbnail_width": 150, - }, - "title": "pexels-photo-534327", - "type": "image", - "url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "width": 6000, - "wordpress_id": 12, - }, - "title": "Venise", - }, - Object { - "picture": Object { - "alt": "", - "author": "1", - "caption": "", - "date": "2017-09-02 10:35:16", - "description": "", - "filename": "pexels-photo-534351.jpeg", - "height": 4000, - "icon": "http://dev-gatbsyjswp.pantheonsite.io/wp-includes/images/media/default.png", - "mime_type": "image/jpeg", - "modified": "2017-09-02 10:52:23", - "name": "pexels-photo-534351", - "sizes": Object { - "large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-1024x683.jpeg", - "large_height": 683, - "large_width": 1024, - "medium": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-300x200.jpeg", - "medium_height": 200, - "medium_large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-768x512.jpeg", - "medium_large_height": 512, - "medium_large_width": 768, - "medium_width": 300, - "thumbnail": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-150x150.jpeg", - "thumbnail_height": 150, - "thumbnail_width": 150, - }, - "title": "pexels-photo-534351", - "type": "image", - "url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "width": 6000, - "wordpress_id": 10, - }, - "title": "", - }, - ], - }, - Object { - "acf_fc_layout": "post_photo", - "photo": Object { - "alt": "", - "author": "1", - "caption": "", - "date": "2017-09-02 10:36:43", - "description": "", - "filename": "pexels-photo-534327.jpeg", - "height": 4000, - "icon": "http://dev-gatbsyjswp.pantheonsite.io/wp-includes/images/media/default.png", - "mime_type": "image/jpeg", - "modified": "2017-09-02 10:52:39", - "name": "pexels-photo-534327", - "sizes": Object { - "large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-1024x683.jpeg", - "large_height": 683, - "large_width": 1024, - "medium": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-300x200.jpeg", - "medium_height": 200, - "medium_large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-768x512.jpeg", - "medium_large_height": 512, - "medium_large_width": 768, - "medium_width": 300, - "thumbnail": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-150x150.jpeg", - "thumbnail_height": 150, - "thumbnail_width": 150, - }, - "title": "pexels-photo-534327", - "type": "image", - "url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "width": 6000, - "wordpress_id": 12, - }, - }, - ], - }, - "author": 1, - "categories": Array [ - 2, - ], - "comment_status": "open", - "content": "Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, pharetra sollicitudin sem. Maecenas vel sapien consequat, semper justo ut, pharetra purus. Sed malesuada mauris eu odio posuere congue. Etiam quis quam libero. Vestibulum molestie leo at tortor mollis tempus.
-Donec sed ornare velit. Mauris consectetur sit amet tortor eget cursus. Donec suscipit tellus lectus, eget vestibulum diam auctor eget. In varius felis in tortor dignissim eleifend. Maecenas pharetra mi lacus, vitae porttitor mi scelerisque eget. Duis aliquam consequat elit, sed posuere magna. In pulvinar erat non neque fringilla, nec posuere mi tristique. Mauris rhoncus nulla turpis, vitae pretium quam malesuada eu. Nullam porta convallis augue sed gravida.
-Aliquam ac posuere risus. Nam et laoreet nulla. Curabitur ut neque nibh. Maecenas condimentum tellus ultricies nunc porta porta eget a elit. Etiam elementum enim at mi ultrices facilisis id non sapien. Suspendisse suscipit, nulla at pretium ultrices, massa dui semper leo, sed tristique elit ipsum in risus. Nunc sem sapien, condimentum vitae ex ac, porttitor viverra purus. Suspendisse risus est, tincidunt sit amet faucibus ac, molestie quis lacus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed pretium, velit a semper feugiat, libero leo ornare metus, vitae bibendum ante leo vitae odio.
--", - "date": "2017-09-02T10:49:35.000Z", - "excerpt": "
Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, […]
-", - "featured_media": 0, - "format": "standard", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?p=26", - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-1/", - "meta": Array [], - "modified": "2017-09-02T10:52:42.000Z", - "ping_status": "open", - "polylang_current_lang": "fr_FR", - "polylang_tranlations": Array [ - Object { - "locale": "en_US", - "wordpress_id": 28, - }, - ], - "slug": "sample-post-1", - "status": "publish", - "sticky": false, - "tags": Array [ - 4, - ], - "template": "", - "title": "Sample post 1", - "type": "post", - "wordpress_id": 26, - }, - Object { - "__type": "wordpress__PAGE", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/page", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=5", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages/5", - }, - ], - "version_history": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages/5/revisions", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=5", - }, - ], - }, - "acf": Object { - "linked_image": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - }, - "author": 1, - "comment_status": "closed", - "content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin faucibus lacus arcu, vel laoreet ligula euismod in. Integer faucibus sapien ut nisl pharetra, id scelerisque risus iaculis. Praesent sapien est, semper in rhoncus id, posuere in mi. Proin scelerisque consectetur risus. Praesent faucibus imperdiet nunc ac aliquet. Duis maximus elementum porttitor. Aliquam tempus in metus at finibus. Suspendisse vestibulum diam sit amet diam varius elementum. Quisque nec ornare odio. Curabitur tincidunt, risus eu consectetur tristique, felis leo tincidunt nunc, ut convallis ligula odio at orci.
-Mauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed efficitur finibus urna, in laoreet tellus sollicitudin sit amet. Phasellus elementum eros nec augue placerat, eget auctor enim mattis. Aenean porta tincidunt pharetra. Aliquam erat volutpat.
-Aliquam ac posuere risus. Nam et laoreet nulla. Curabitur ut neque nibh. Maecenas condimentum tellus ultricies nunc porta porta eget a elit. Etiam elementum enim at mi ultrices facilisis id non sapien. Suspendisse suscipit, nulla at pretium ultrices, massa dui semper leo, sed tristique elit ipsum in risus. Nunc sem sapien, condimentum vitae ex ac, porttitor viverra purus. Suspendisse risus est, tincidunt sit amet faucibus ac, molestie quis lacus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed pretium, velit a semper feugiat, libero leo ornare metus, vitae bibendum ante leo vitae odio.
-Donec sed ornare velit. Mauris consectetur sit amet tortor eget cursus. Donec suscipit tellus lectus, eget vestibulum diam auctor eget. In varius felis in tortor dignissim eleifend. Maecenas pharetra mi lacus, vitae porttitor mi scelerisque eget. Duis aliquam consequat elit, sed posuere magna. In pulvinar erat non neque fringilla, nec posuere mi tristique. Mauris rhoncus nulla turpis, vitae pretium quam malesuada eu. Nullam porta convallis augue sed gravida.
-Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, pharetra sollicitudin sem. Maecenas vel sapien consequat, semper justo ut, pharetra purus. Sed malesuada mauris eu odio posuere congue. Etiam quis quam libero. Vestibulum molestie leo at tortor mollis tempus.
-", - "date": "2017-09-02T10:30:57.000Z", - "excerpt": "Lorem ipsum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin […]
-", - "featured_media": 0, - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?page_id=5", - "link": "http://dev-gatbsyjswp.pantheonsite.io/", - "menu_order": 0, - "meta": Array [], - "modified": "2017-09-02T10:47:16.000Z", - "ping_status": "closed", - "slug": "gatsby-sample-home-page", - "status": "publish", - "template": "", - "title": "Gatsby sample home page", - "type": "page", - "wordpress_id": 5, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__wp_media", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/attachment", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media", - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=12", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media/12", - }, - ], - }, - "acf": false, - "alt_text": "", - "author": 1, - "caption": "", - "comment_status": "open", - "date": "2017-09-02T10:36:43.000Z", - "description": " -", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-1/pexels-photo-534327/", - "media_details": Object { - "file": "2017/09/pexels-photo-534327.jpeg", - "height": 4000, - "image_meta": Object { - "aperture": "7.1", - "camera": "ILCA-77M2", - "caption": "", - "copyright": "", - "created_timestamp": "1414776055", - "credit": "", - "focal_length": "24", - "iso": "100", - "keywords": Array [], - "orientation": "1", - "shutter_speed": "0.01", - "title": "", - }, - "sizes": Object { - "full": Object { - "file": "pexels-photo-534327.jpeg", - "height": 4000, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "width": 6000, - }, - "large": Object { - "file": "pexels-photo-534327-1024x683.jpeg", - "height": 683, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-1024x683.jpeg", - "width": 1024, - }, - "medium": Object { - "file": "pexels-photo-534327-300x200.jpeg", - "height": 200, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-300x200.jpeg", - "width": 300, - }, - "medium_large": Object { - "file": "pexels-photo-534327-768x512.jpeg", - "height": 512, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-768x512.jpeg", - "width": 768, - }, - "thumbnail": Object { - "file": "pexels-photo-534327-150x150.jpeg", - "height": 150, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-150x150.jpeg", - "width": 150, - }, - }, - "width": 6000, - }, - "media_type": "image", - "meta": Array [], - "mime_type": "image/jpeg", - "modified": "2017-09-02T10:52:39.000Z", - "ping_status": "closed", - "post": 26, - "slug": "pexels-photo-534327", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "status": "inherit", - "template": "", - "title": "pexels-photo-534327", - "type": "attachment", - "wordpress_id": 12, - }, - Object { - "__type": "wordpress__wp_media", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/attachment", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media", - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=10", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media/10", - }, - ], - }, - "acf": false, - "alt_text": "", - "author": 1, - "caption": "", - "comment_status": "open", - "date": "2017-09-02T10:35:16.000Z", - "description": " -", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby-sample-home-page/pexels-photo-534351/", - "media_details": Object { - "file": "2017/09/pexels-photo-534351.jpeg", - "height": 4000, - "image_meta": Object { - "aperture": "10", - "camera": "ILCA-77M2", - "caption": "", - "copyright": "", - "created_timestamp": "1414838901", - "credit": "", - "focal_length": "24", - "iso": "100", - "keywords": Array [], - "orientation": "1", - "shutter_speed": "0.005", - "title": "", - }, - "sizes": Object { - "full": Object { - "file": "pexels-photo-534351.jpeg", - "height": 4000, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "width": 6000, - }, - "large": Object { - "file": "pexels-photo-534351-1024x683.jpeg", - "height": 683, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-1024x683.jpeg", - "width": 1024, - }, - "medium": Object { - "file": "pexels-photo-534351-300x200.jpeg", - "height": 200, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-300x200.jpeg", - "width": 300, - }, - "medium_large": Object { - "file": "pexels-photo-534351-768x512.jpeg", - "height": 512, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-768x512.jpeg", - "width": 768, - }, - "thumbnail": Object { - "file": "pexels-photo-534351-150x150.jpeg", - "height": 150, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-150x150.jpeg", - "width": 150, - }, - }, - "width": 6000, - }, - "media_type": "image", - "meta": Array [], - "mime_type": "image/jpeg", - "modified": "2017-09-02T10:52:23.000Z", - "ping_status": "closed", - "post": 5, - "slug": "pexels-photo-534351", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "status": "inherit", - "template": "", - "title": "pexels-photo-534351", - "type": "attachment", - "wordpress_id": 10, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/41", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=41", - }, - ], - }, - "acf": Object { - "quote": "C'est ainsi que nous avançons, barques à contre-courant, sans cesse ramenés vers le passé.", - "year": "2012", - }, - "content": "", - "date": "2017-09-02T10:57:32.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=41", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/fifth/", - "modified": "2017-09-02T10:57:32.000Z", - "slug": "fifth", - "status": "publish", - "template": "", - "title": "fifth", - "type": "gatsby", - "wordpress_id": 41, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/40", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=40", - }, - ], - }, - "acf": Object { - "quote": "C'est ainsi que nous nous débattons, comme des barques contre le courant, sans cesse repoussés vers le passé.", - "year": "2011", - }, - "content": "201
-", - "date": "2017-09-02T10:57:18.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=40", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/forth/", - "modified": "2017-09-02T10:57:18.000Z", - "slug": "forth", - "status": "publish", - "template": "", - "title": "forth", - "type": "gatsby", - "wordpress_id": 40, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/39", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=39", - }, - ], - }, - "acf": Object { - "quote": "Et nous luttons ainsi, barques à contre-courant, refoulés sans fin vers notre passé.", - "year": "1990", - }, - "content": "", - "date": "2017-09-02T10:57:00.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=39", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/third/", - "modified": "2017-09-02T10:57:00.000Z", - "slug": "third", - "status": "publish", - "template": "", - "title": "third", - "type": "gatsby", - "wordpress_id": 39, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/38", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=38", - }, - ], - }, - "acf": Object { - "quote": "Car c'est ainsi que nous allons, barques luttant contre un courant qui nous ramène sans cesse vers le passé.", - "year": "1946", - }, - "content": "", - "date": "2017-09-02T10:56:47.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=38", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/second/", - "modified": "2017-09-02T10:56:47.000Z", - "slug": "second", - "status": "publish", - "template": "", - "title": "second", - "type": "gatsby", - "wordpress_id": 38, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/37", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=37", - }, - ], - }, - "acf": Object { - "quote": "C'est ainsi que nous avançons, barques luttant contre un courant qui nous rejette sans cesse vers le passé.", - "year": "1926", - }, - "content": "", - "date": "2017-09-02T10:56:32.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=37", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/first/", - "modified": "2017-09-02T10:56:32.000Z", - "slug": "first", - "status": "publish", - "template": "", - "title": "first", - "type": "gatsby", - "wordpress_id": 37, - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - }, - "description": "", - "hierarchical": false, - "name": "Posts", - "rest_base": "posts", - "slug": "post", - "taxonomies": Array [ - "category", - "post_tag", - ], - "wordpress_id": "post", - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages", - }, - ], - }, - "description": "", - "hierarchical": true, - "name": "Pages", - "rest_base": "pages", - "slug": "page", - "taxonomies": Array [], - "wordpress_id": "page", - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media", - }, - ], - }, - "description": "", - "hierarchical": false, - "name": "Media", - "rest_base": "media", - "slug": "attachment", - "taxonomies": Array [], - "wordpress_id": "attachment", - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - }, - "description": "", - "hierarchical": false, - "name": "Gatsbys", - "rest_base": "gatsby", - "slug": "gatsby", - "taxonomies": Array [], - "wordpress_id": "gatsby", - }, - Object { - "__type": "wordpress__wp_statuses", - "_links": Object { - "archives": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - }, - "name": "Published", - "public": true, - "queryable": true, - "slug": "publish", - "wordpress_id": "publish", - }, - Object { - "__type": "wordpress__wp_statuses", - "_links": Object { - "archives": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?status=acf-disabled", - }, - ], - }, - "name": "Inactive", - "public": true, - "queryable": true, - "slug": "acf-disabled", - "wordpress_id": "acf-disabled", - }, - Object { - "__type": "wordpress__wp_taxonomies", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - }, - "description": "", - "hierarchical": true, - "name": "Categories", - "rest_base": "categories", - "slug": "category", - "types": Array [ - "post", - ], - "wordpress_id": "category", - }, - Object { - "__type": "wordpress__wp_taxonomies", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags", - }, - ], - }, - "description": "", - "hierarchical": false, - "name": "Tags", - "rest_base": "tags", - "slug": "post_tag", - "types": Array [ - "post", - ], - "wordpress_id": "post_tag", - }, - Object { - "__type": "wordpress__CATEGORY", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/2", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=2", - }, - ], - }, - "count": 1, - "description": "", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/sample-category-1/", - "meta": Array [], - "name": "Sample category 1", - "slug": "sample-category-1", - "taxonomy": "category", - "wordpress_id": 2, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__CATEGORY", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/3", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=3", - }, - ], - }, - "count": 1, - "description": "", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/sample-category-2/", - "meta": Array [], - "name": "Sample category 2", - "slug": "sample-category-2", - "taxonomy": "category", - "wordpress_id": 3, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__CATEGORY", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/1", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=1", - }, - ], - }, - "count": 0, - "description": "", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/uncategorized/", - "meta": Array [], - "name": "Uncategorized", - "slug": "uncategorized", - "taxonomy": "category", - "wordpress_id": 1, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__TAG", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/post_tag", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags/4", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?tags=4", - }, - ], - }, - "count": 1, - "description": "", - "link": "http://dev-gatbsyjswp.pantheonsite.io/tag/sample-tag-1/", - "meta": Array [], - "name": "Sample tag 1", - "slug": "sample-tag-1", - "taxonomy": "post_tag", - "wordpress_id": 4, - }, - Object { - "__type": "wordpress__TAG", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/post_tag", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags/5", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?tags=5", - }, - ], - }, - "count": 1, - "description": "", - "link": "http://dev-gatbsyjswp.pantheonsite.io/tag/sample-tag-2/", - "meta": Array [], - "name": "Sample tag 2", - "slug": "sample-tag-2", - "taxonomy": "post_tag", - "wordpress_id": 5, - }, - Object { - "__type": "wordpress__wp_users", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - }, - "acf": false, - "avatar_urls": Object { - "wordpress_24": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=24&d=mm&r=g", - "wordpress_48": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=48&d=mm&r=g", - "wordpress_96": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=96&d=mm&r=g", - }, - "description": "", - "link": "http://dev-gatbsyjswp.pantheonsite.io/author/gatsby/", - "meta": Array [], - "name": "gatsby", - "slug": "gatsby", - "url": "", - "wordpress_id": 1, - }, - Object { - "__type": "wordpress__acf_options", - "wordpress_id": "acf", - }, - Object { - "__type": "wordpress__wc_categories", - "_links": Object { - "collection": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories", - }, - ], - "self": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories/80", - }, - ], - }, - "count": 11, - "description": "blah blah blah", - "display": "default", - "image": Object { - "alt": "", - "date_created": "2017-12-05T21:10:00", - "date_created_gmt": "2017-12-05T21:10:00", - "date_modified": "2017-12-05T21:10:00", - "date_modified_gmt": "2017-12-05T21:10:00", - "name": "Category 1", - "src": "https://www.example.com/wp-content/uploads/2015/08/Webp.net-resizeimage.jpg", - "wordpress_id": 2043, - }, - "menu_order": 0, - "name": "Category 1", - "slug": "category-1", - "wordpress_id": 80, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__wc_categories", - "_links": Object { - "collection": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories", - }, - ], - "self": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories/104", - }, - ], - }, - "count": 31, - "description": "blah blah blah", - "display": "default", - "image": Object { - "alt": "", - "date_created": "2017-12-05T21:10:00", - "date_created_gmt": "2017-12-05T21:10:00", - "date_modified": "2017-12-05T21:10:00", - "date_modified_gmt": "2017-12-05T21:10:00", - "name": "Category 2", - "src": "https://www.example.com.com/wp-content/uploads/2015/08/Webp.net-resizeimage.jpg", - "wordpress_id": 2043, - }, - "menu_order": 0, - "name": "Category 2", - "slug": "category-2", - "wordpress_id": 104, - "wordpress_parent": 0, - }, - Object { - "_links": Object { - "collection": Array [ - Object { - "href": "https://www.test.com/wp-json/wc/v3/products", - }, - ], - "self": Array [ - Object { - "href": "https://www.test.com/wp-json/wc/v3/products/3404", - }, - ], - }, - "attributes": Array [], - "average_rating": "0.00", - "backordered": false, - "backorders": "notify", - "backorders_allowed": true, - "button_text": "", - "catalog_visibility": "visible", - "categories": Array [ - Object { - "name": "Category 1", - "slug": "category-1", - "wordpress_id": 80, - }, - Object { - "name": "Category 2", - "slug": "category-2", - "wordpress_id": 104, - }, - ], - "cross_sell_ids": Array [], - "date_created": "2019-02-03T21:49:54.000Z", - "date_modified": "2019-02-03T21:49:54.000Z", - "date_on_sale_from": null, - "date_on_sale_from_gmt": null, - "date_on_sale_to": null, - "date_on_sale_to_gmt": null, - "default_attributes": Array [], - "description": "", - "dimensions": Object { - "height": "", - "length": "", - "width": "", - }, - "download_expiry": -1, - "download_limit": -1, - "downloadable": false, - "downloads": Array [], - "external_url": "", - "featured": false, - "grouped_products": Array [], - "images": Array [ - Object { - "alt": "", - "date_created": "2019-02-03T21:49:21", - "date_created_gmt": "2019-02-03T21:49:21", - "date_modified": "2019-02-03T21:49:21", - "date_modified_gmt": "2019-02-03T21:49:21", - "name": "test-image-size-2", - "src": "https://www.example.com/wp-content/uploads/2019/02/test.jpg", - "wordpress_id": 3405, - }, - ], - "jetpack_publicize_connections": Array [], - "manage_stock": true, - "menu_order": 0, - "meta_data": Array [ - Object { - "key": "_yoast_wpseo_primary_product_cat", - "value": "104", - "wordpress_id": 52214, - }, - Object { - "key": "nm_product_layout", - "value": "default", - "wordpress_id": 52215, - }, - Object { - "key": "algolia_searchable_posts_records_count", - "value": "1", - "wordpress_id": 52216, - }, - Object { - "key": "algolia_posts_product_records_count", - "value": "1", - "wordpress_id": 52217, - }, - Object { - "key": "_yoast_wpseo_content_score", - "value": "30", - "wordpress_id": 52218, - }, - Object { - "key": "_wpas_done_all", - "value": "1", - "wordpress_id": 52219, - }, - Object { - "key": "_jetpack_related_posts_cache", - "value": Object { - "wordpress_32b0bf150bb6bd30c74ed5fafdacd61f": Object { - "expires": 1549276723, - "payload": Array [ - Object { - "wordpress_id": 3379, - }, - Object { - "wordpress_id": 3365, - }, - Object { - "wordpress_id": 3402, - }, - ], - }, - }, - "wordpress_id": 52294, - }, - ], - "name": "Test Product Gatsby", - "on_sale": false, - "parent_id": 0, - "permalink": "https://www.example.com/product/test/", - "price": "16.99", - "price_html": "$16.99", - "purchasable": true, - "purchase_note": "", - "rating_count": 0, - "regular_price": "16.99", - "related_ids": Array [ - 3340, - 3374, - 3336, - 3354, - 3338, - ], - "reviews_allowed": true, - "sale_price": "", - "shipping_class": "", - "shipping_class_id": 0, - "shipping_required": true, - "shipping_taxable": true, - "short_description": "", - "sku": "M-N2-T", - "slug": "test-product-gatsby", - "sold_individually": false, - "status": "publish", - "stock_quantity": 5, - "stock_status": "instock", - "tax_class": "", - "tax_status": "taxable", - "total_sales": 0, - "type": "simple", - "upsell_ids": Array [], - "variations": Array [], - "virtual": false, - "weight": "", - "wordpress_id": 3404, - }, -] -`; - -exports[`Process WordPress data Standardizes ids & cleans keys 1`] = ` -Array [ - Object { - "__type": "wordpress__POST", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/post", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=28", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/28", - }, - ], - "version_history": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/28/revisions", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=28", - }, - ], - "wp_term": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories?post=28", - "taxonomy": "category", - }, - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags?post=28", - "taxonomy": "post_tag", - }, - ], - }, - "acf": Object { - "page_builder": Array [ - Object { - "acf_fc_layout": "excerpt", - "content": "Sed efficitur finibus urna, in laoreet tellus sollicitudin sit amet. Phasellus elementum eros nec augue placerat, eget auctor enim mattis.", - }, - Object { - "acf_fc_layout": "post_photo", - "photo": Object { - "alt": "", - "author": "1", - "caption": "", - "date": "2017-09-02 10:35:16", - "description": "", - "filename": "pexels-photo-534351.jpeg", - "height": 4000, - "icon": "http://dev-gatbsyjswp.pantheonsite.io/wp-includes/images/media/default.png", - "mime_type": "image/jpeg", - "modified": "2017-09-02 10:52:23", - "name": "pexels-photo-534351", - "sizes": Object { - "large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-1024x683.jpeg", - "large_height": 683, - "large_width": 1024, - "medium": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-300x200.jpeg", - "medium_height": 200, - "medium_large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-768x512.jpeg", - "medium_large_height": 512, - "medium_large_width": 768, - "medium_width": 300, - "thumbnail": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-150x150.jpeg", - "thumbnail_height": 150, - "thumbnail_width": 150, - }, - "title": "pexels-photo-534351", - "type": "image", - "url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "width": 6000, - "wordpress_id": 10, - }, - }, - ], - }, - "author": 1, - "categories": Array [ - 3, - ], - "comment_status": "open", - "content": Object { - "protected": false, - "rendered": "Mauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed efficitur finibus urna, in laoreet tellus sollicitudin sit amet. Phasellus elementum eros nec augue placerat, eget auctor enim mattis. Aenean porta tincidunt pharetra. Aliquam erat volutpat.
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin faucibus lacus arcu, vel laoreet ligula euismod in. Integer faucibus sapien ut nisl pharetra, id scelerisque risus iaculis. Praesent sapien est, semper in rhoncus id, posuere in mi. Proin scelerisque consectetur risus. Praesent faucibus imperdiet nunc ac aliquet. Duis maximus elementum porttitor. Aliquam tempus in metus at finibus. Suspendisse vestibulum diam sit amet diam varius elementum. Quisque nec ornare odio. Curabitur tincidunt, risus eu consectetur tristique, felis leo tincidunt nunc, ut convallis ligula odio at orci.
-", - }, - "date": "2017-09-02T10:50:27", - "date_gmt": "2017-09-02T10:50:27", - "excerpt": Object { - "protected": false, - "rendered": "Mauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. […]
-", - }, - "featured_media": 0, - "format": "standard", - "guid": Object { - "rendered": "http://dev-gatbsyjswp.pantheonsite.io/?p=28", - }, - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-2/", - "meta": Array [], - "modified": "2017-09-02T10:52:25", - "modified_gmt": "2017-09-02T10:52:25", - "ping_status": "open", - "polylang_current_lang": "en_US", - "polylang_tranlations": Array [ - Object { - "locale": "fr_FR", - "wordpress_id": 26, - }, - ], - "slug": "sample-post-2", - "status": "publish", - "sticky": false, - "tags": Array [ - 5, - ], - "template": "", - "title": Object { - "rendered": "Sample post 2", - }, - "type": "post", - "wordpress_id": 28, - }, - Object { - "__type": "wordpress__POST", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/post", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=26", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/26", - }, - ], - "version_history": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/26/revisions", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=26", - }, - ], - "wp_term": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories?post=26", - "taxonomy": "category", - }, - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags?post=26", - "taxonomy": "post_tag", - }, - ], - }, - "acf": Object { - "page_builder": Array [ - Object { - "acf_fc_layout": "excerpt", - "content": "Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan.", - }, - Object { - "acf_fc_layout": "image_gallery", - "pictures": Array [ - Object { - "picture": Object { - "alt": "", - "author": "1", - "caption": "", - "date": "2017-09-02 10:36:43", - "description": "", - "filename": "pexels-photo-534327.jpeg", - "height": 4000, - "icon": "http://dev-gatbsyjswp.pantheonsite.io/wp-includes/images/media/default.png", - "mime_type": "image/jpeg", - "modified": "2017-09-02 10:52:39", - "name": "pexels-photo-534327", - "sizes": Object { - "large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-1024x683.jpeg", - "large_height": 683, - "large_width": 1024, - "medium": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-300x200.jpeg", - "medium_height": 200, - "medium_large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-768x512.jpeg", - "medium_large_height": 512, - "medium_large_width": 768, - "medium_width": 300, - "thumbnail": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-150x150.jpeg", - "thumbnail_height": 150, - "thumbnail_width": 150, - }, - "title": "pexels-photo-534327", - "type": "image", - "url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "width": 6000, - "wordpress_id": 12, - }, - "title": "Venise", - }, - Object { - "picture": Object { - "alt": "", - "author": "1", - "caption": "", - "date": "2017-09-02 10:35:16", - "description": "", - "filename": "pexels-photo-534351.jpeg", - "height": 4000, - "icon": "http://dev-gatbsyjswp.pantheonsite.io/wp-includes/images/media/default.png", - "mime_type": "image/jpeg", - "modified": "2017-09-02 10:52:23", - "name": "pexels-photo-534351", - "sizes": Object { - "large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-1024x683.jpeg", - "large_height": 683, - "large_width": 1024, - "medium": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-300x200.jpeg", - "medium_height": 200, - "medium_large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-768x512.jpeg", - "medium_large_height": 512, - "medium_large_width": 768, - "medium_width": 300, - "thumbnail": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-150x150.jpeg", - "thumbnail_height": 150, - "thumbnail_width": 150, - }, - "title": "pexels-photo-534351", - "type": "image", - "url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "width": 6000, - "wordpress_id": 10, - }, - "title": "", - }, - ], - }, - Object { - "acf_fc_layout": "post_photo", - "photo": Object { - "alt": "", - "author": "1", - "caption": "", - "date": "2017-09-02 10:36:43", - "description": "", - "filename": "pexels-photo-534327.jpeg", - "height": 4000, - "icon": "http://dev-gatbsyjswp.pantheonsite.io/wp-includes/images/media/default.png", - "mime_type": "image/jpeg", - "modified": "2017-09-02 10:52:39", - "name": "pexels-photo-534327", - "sizes": Object { - "large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-1024x683.jpeg", - "large_height": 683, - "large_width": 1024, - "medium": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-300x200.jpeg", - "medium_height": 200, - "medium_large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-768x512.jpeg", - "medium_large_height": 512, - "medium_large_width": 768, - "medium_width": 300, - "thumbnail": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-150x150.jpeg", - "thumbnail_height": 150, - "thumbnail_width": 150, - }, - "title": "pexels-photo-534327", - "type": "image", - "url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "width": 6000, - "wordpress_id": 12, - }, - }, - ], - }, - "author": 1, - "categories": Array [ - 2, - ], - "comment_status": "open", - "content": Object { - "protected": false, - "rendered": "Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, pharetra sollicitudin sem. Maecenas vel sapien consequat, semper justo ut, pharetra purus. Sed malesuada mauris eu odio posuere congue. Etiam quis quam libero. Vestibulum molestie leo at tortor mollis tempus.
-Donec sed ornare velit. Mauris consectetur sit amet tortor eget cursus. Donec suscipit tellus lectus, eget vestibulum diam auctor eget. In varius felis in tortor dignissim eleifend. Maecenas pharetra mi lacus, vitae porttitor mi scelerisque eget. Duis aliquam consequat elit, sed posuere magna. In pulvinar erat non neque fringilla, nec posuere mi tristique. Mauris rhoncus nulla turpis, vitae pretium quam malesuada eu. Nullam porta convallis augue sed gravida.
-Aliquam ac posuere risus. Nam et laoreet nulla. Curabitur ut neque nibh. Maecenas condimentum tellus ultricies nunc porta porta eget a elit. Etiam elementum enim at mi ultrices facilisis id non sapien. Suspendisse suscipit, nulla at pretium ultrices, massa dui semper leo, sed tristique elit ipsum in risus. Nunc sem sapien, condimentum vitae ex ac, porttitor viverra purus. Suspendisse risus est, tincidunt sit amet faucibus ac, molestie quis lacus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed pretium, velit a semper feugiat, libero leo ornare metus, vitae bibendum ante leo vitae odio.
--", - }, - "date": "2017-09-02T10:49:35", - "date_gmt": "2017-09-02T10:49:35", - "excerpt": Object { - "protected": false, - "rendered": "
Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, […]
-", - }, - "featured_media": 0, - "format": "standard", - "guid": Object { - "rendered": "http://dev-gatbsyjswp.pantheonsite.io/?p=26", - }, - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-1/", - "meta": Array [], - "modified": "2017-09-02T10:52:42", - "modified_gmt": "2017-09-02T10:52:42", - "ping_status": "open", - "polylang_current_lang": "fr_FR", - "polylang_tranlations": Array [ - Object { - "locale": "en_US", - "wordpress_id": 28, - }, - ], - "slug": "sample-post-1", - "status": "publish", - "sticky": false, - "tags": Array [ - 4, - ], - "template": "", - "title": Object { - "rendered": "Sample post 1", - }, - "type": "post", - "wordpress_id": 26, - }, - Object { - "__type": "wordpress__PAGE", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/page", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=5", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages/5", - }, - ], - "version_history": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages/5/revisions", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=5", - }, - ], - }, - "acf": Object { - "linked_image": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - }, - "author": 1, - "comment_status": "closed", - "content": Object { - "protected": false, - "rendered": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin faucibus lacus arcu, vel laoreet ligula euismod in. Integer faucibus sapien ut nisl pharetra, id scelerisque risus iaculis. Praesent sapien est, semper in rhoncus id, posuere in mi. Proin scelerisque consectetur risus. Praesent faucibus imperdiet nunc ac aliquet. Duis maximus elementum porttitor. Aliquam tempus in metus at finibus. Suspendisse vestibulum diam sit amet diam varius elementum. Quisque nec ornare odio. Curabitur tincidunt, risus eu consectetur tristique, felis leo tincidunt nunc, ut convallis ligula odio at orci.
-Mauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed efficitur finibus urna, in laoreet tellus sollicitudin sit amet. Phasellus elementum eros nec augue placerat, eget auctor enim mattis. Aenean porta tincidunt pharetra. Aliquam erat volutpat.
-Aliquam ac posuere risus. Nam et laoreet nulla. Curabitur ut neque nibh. Maecenas condimentum tellus ultricies nunc porta porta eget a elit. Etiam elementum enim at mi ultrices facilisis id non sapien. Suspendisse suscipit, nulla at pretium ultrices, massa dui semper leo, sed tristique elit ipsum in risus. Nunc sem sapien, condimentum vitae ex ac, porttitor viverra purus. Suspendisse risus est, tincidunt sit amet faucibus ac, molestie quis lacus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed pretium, velit a semper feugiat, libero leo ornare metus, vitae bibendum ante leo vitae odio.
-Donec sed ornare velit. Mauris consectetur sit amet tortor eget cursus. Donec suscipit tellus lectus, eget vestibulum diam auctor eget. In varius felis in tortor dignissim eleifend. Maecenas pharetra mi lacus, vitae porttitor mi scelerisque eget. Duis aliquam consequat elit, sed posuere magna. In pulvinar erat non neque fringilla, nec posuere mi tristique. Mauris rhoncus nulla turpis, vitae pretium quam malesuada eu. Nullam porta convallis augue sed gravida.
-Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, pharetra sollicitudin sem. Maecenas vel sapien consequat, semper justo ut, pharetra purus. Sed malesuada mauris eu odio posuere congue. Etiam quis quam libero. Vestibulum molestie leo at tortor mollis tempus.
-", - }, - "date": "2017-09-02T10:30:57", - "date_gmt": "2017-09-02T10:30:57", - "excerpt": Object { - "protected": false, - "rendered": "Lorem ipsum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin […]
-", - }, - "featured_media": 0, - "guid": Object { - "rendered": "http://dev-gatbsyjswp.pantheonsite.io/?page_id=5", - }, - "link": "http://dev-gatbsyjswp.pantheonsite.io/", - "menu_order": 0, - "meta": Array [], - "modified": "2017-09-02T10:47:16", - "modified_gmt": "2017-09-02T10:47:16", - "ping_status": "closed", - "slug": "gatsby-sample-home-page", - "status": "publish", - "template": "", - "title": Object { - "rendered": "Gatsby sample home page", - }, - "type": "page", - "wordpress_id": 5, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__wp_media", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/attachment", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media", - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=12", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media/12", - }, - ], - }, - "acf": false, - "alt_text": "", - "author": 1, - "caption": Object { - "rendered": "", - }, - "comment_status": "open", - "date": "2017-09-02T10:36:43", - "date_gmt": "2017-09-02T10:36:43", - "description": Object { - "rendered": " -", - }, - "guid": Object { - "rendered": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - }, - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-1/pexels-photo-534327/", - "media_details": Object { - "file": "2017/09/pexels-photo-534327.jpeg", - "height": 4000, - "image_meta": Object { - "aperture": "7.1", - "camera": "ILCA-77M2", - "caption": "", - "copyright": "", - "created_timestamp": "1414776055", - "credit": "", - "focal_length": "24", - "iso": "100", - "keywords": Array [], - "orientation": "1", - "shutter_speed": "0.01", - "title": "", - }, - "sizes": Object { - "full": Object { - "file": "pexels-photo-534327.jpeg", - "height": 4000, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "width": 6000, - }, - "large": Object { - "file": "pexels-photo-534327-1024x683.jpeg", - "height": 683, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-1024x683.jpeg", - "width": 1024, - }, - "medium": Object { - "file": "pexels-photo-534327-300x200.jpeg", - "height": 200, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-300x200.jpeg", - "width": 300, - }, - "medium_large": Object { - "file": "pexels-photo-534327-768x512.jpeg", - "height": 512, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-768x512.jpeg", - "width": 768, - }, - "thumbnail": Object { - "file": "pexels-photo-534327-150x150.jpeg", - "height": 150, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-150x150.jpeg", - "width": 150, - }, - }, - "width": 6000, - }, - "media_type": "image", - "meta": Array [], - "mime_type": "image/jpeg", - "modified": "2017-09-02T10:52:39", - "modified_gmt": "2017-09-02T10:52:39", - "ping_status": "closed", - "post": 26, - "slug": "pexels-photo-534327", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "status": "inherit", - "template": "", - "title": Object { - "rendered": "pexels-photo-534327", - }, - "type": "attachment", - "wordpress_id": 12, - }, - Object { - "__type": "wordpress__wp_media", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/attachment", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media", - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=10", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media/10", - }, - ], - }, - "acf": false, - "alt_text": "", - "author": 1, - "caption": Object { - "rendered": "", - }, - "comment_status": "open", - "date": "2017-09-02T10:35:16", - "date_gmt": "2017-09-02T10:35:16", - "description": Object { - "rendered": " -", - }, - "guid": Object { - "rendered": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - }, - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby-sample-home-page/pexels-photo-534351/", - "media_details": Object { - "file": "2017/09/pexels-photo-534351.jpeg", - "height": 4000, - "image_meta": Object { - "aperture": "10", - "camera": "ILCA-77M2", - "caption": "", - "copyright": "", - "created_timestamp": "1414838901", - "credit": "", - "focal_length": "24", - "iso": "100", - "keywords": Array [], - "orientation": "1", - "shutter_speed": "0.005", - "title": "", - }, - "sizes": Object { - "full": Object { - "file": "pexels-photo-534351.jpeg", - "height": 4000, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "width": 6000, - }, - "large": Object { - "file": "pexels-photo-534351-1024x683.jpeg", - "height": 683, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-1024x683.jpeg", - "width": 1024, - }, - "medium": Object { - "file": "pexels-photo-534351-300x200.jpeg", - "height": 200, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-300x200.jpeg", - "width": 300, - }, - "medium_large": Object { - "file": "pexels-photo-534351-768x512.jpeg", - "height": 512, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-768x512.jpeg", - "width": 768, - }, - "thumbnail": Object { - "file": "pexels-photo-534351-150x150.jpeg", - "height": 150, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-150x150.jpeg", - "width": 150, - }, - }, - "width": 6000, - }, - "media_type": "image", - "meta": Array [], - "mime_type": "image/jpeg", - "modified": "2017-09-02T10:52:23", - "modified_gmt": "2017-09-02T10:52:23", - "ping_status": "closed", - "post": 5, - "slug": "pexels-photo-534351", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "status": "inherit", - "template": "", - "title": Object { - "rendered": "pexels-photo-534351", - }, - "type": "attachment", - "wordpress_id": 10, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/41", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=41", - }, - ], - }, - "acf": Object { - "quote": "C'est ainsi que nous avançons, barques à contre-courant, sans cesse ramenés vers le passé.", - "year": "2012", - }, - "content": Object { - "protected": false, - "rendered": "", - }, - "date": "2017-09-02T10:57:32", - "date_gmt": "2017-09-02T10:57:32", - "guid": Object { - "rendered": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=41", - }, - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/fifth/", - "modified": "2017-09-02T10:57:32", - "modified_gmt": "2017-09-02T10:57:32", - "slug": "fifth", - "status": "publish", - "template": "", - "title": Object { - "rendered": "fifth", - }, - "type": "gatsby", - "wordpress_id": 41, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/40", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=40", - }, - ], - }, - "acf": Object { - "quote": "C'est ainsi que nous nous débattons, comme des barques contre le courant, sans cesse repoussés vers le passé.", - "year": "2011", - }, - "content": Object { - "protected": false, - "rendered": "201
-", - }, - "date": "2017-09-02T10:57:18", - "date_gmt": "2017-09-02T10:57:18", - "guid": Object { - "rendered": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=40", - }, - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/forth/", - "modified": "2017-09-02T10:57:18", - "modified_gmt": "2017-09-02T10:57:18", - "slug": "forth", - "status": "publish", - "template": "", - "title": Object { - "rendered": "forth", - }, - "type": "gatsby", - "wordpress_id": 40, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/39", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=39", - }, - ], - }, - "acf": Object { - "quote": "Et nous luttons ainsi, barques à contre-courant, refoulés sans fin vers notre passé.", - "year": "1990", - }, - "content": Object { - "protected": false, - "rendered": "", - }, - "date": "2017-09-02T10:57:00", - "date_gmt": "2017-09-02T10:57:00", - "guid": Object { - "rendered": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=39", - }, - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/third/", - "modified": "2017-09-02T10:57:00", - "modified_gmt": "2017-09-02T10:57:00", - "slug": "third", - "status": "publish", - "template": "", - "title": Object { - "rendered": "third", - }, - "type": "gatsby", - "wordpress_id": 39, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/38", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=38", - }, - ], - }, - "acf": Object { - "quote": "Car c'est ainsi que nous allons, barques luttant contre un courant qui nous ramène sans cesse vers le passé.", - "year": "1946", - }, - "content": Object { - "protected": false, - "rendered": "", - }, - "date": "2017-09-02T10:56:47", - "date_gmt": "2017-09-02T10:56:47", - "guid": Object { - "rendered": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=38", - }, - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/second/", - "modified": "2017-09-02T10:56:47", - "modified_gmt": "2017-09-02T10:56:47", - "slug": "second", - "status": "publish", - "template": "", - "title": Object { - "rendered": "second", - }, - "type": "gatsby", - "wordpress_id": 38, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/37", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=37", - }, - ], - }, - "acf": Object { - "quote": "C'est ainsi que nous avançons, barques luttant contre un courant qui nous rejette sans cesse vers le passé.", - "year": "1926", - }, - "content": Object { - "protected": false, - "rendered": "", - }, - "date": "2017-09-02T10:56:32", - "date_gmt": "2017-09-02T10:56:32", - "guid": Object { - "rendered": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=37", - }, - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/first/", - "modified": "2017-09-02T10:56:32", - "modified_gmt": "2017-09-02T10:56:32", - "slug": "first", - "status": "publish", - "template": "", - "title": Object { - "rendered": "first", - }, - "type": "gatsby", - "wordpress_id": 37, - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - }, - "description": "", - "hierarchical": false, - "name": "Posts", - "rest_base": "posts", - "slug": "post", - "taxonomies": Array [ - "category", - "post_tag", - ], - "wordpress_id": "post", - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages", - }, - ], - }, - "description": "", - "hierarchical": true, - "name": "Pages", - "rest_base": "pages", - "slug": "page", - "taxonomies": Array [], - "wordpress_id": "page", - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media", - }, - ], - }, - "description": "", - "hierarchical": false, - "name": "Media", - "rest_base": "media", - "slug": "attachment", - "taxonomies": Array [], - "wordpress_id": "attachment", - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - }, - "description": "", - "hierarchical": false, - "name": "Gatsbys", - "rest_base": "gatsby", - "slug": "gatsby", - "taxonomies": Array [], - "wordpress_id": "gatsby", - }, - Object { - "__type": "wordpress__wp_statuses", - "_links": Object { - "archives": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - }, - "name": "Published", - "public": true, - "queryable": true, - "slug": "publish", - "wordpress_id": "publish", - }, - Object { - "__type": "wordpress__wp_statuses", - "_links": Object { - "archives": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?status=acf-disabled", - }, - ], - }, - "name": "Inactive", - "public": true, - "queryable": true, - "slug": "acf-disabled", - "wordpress_id": "acf-disabled", - }, - Object { - "__type": "wordpress__wp_taxonomies", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - }, - "description": "", - "hierarchical": true, - "name": "Categories", - "rest_base": "categories", - "slug": "category", - "types": Array [ - "post", - ], - "wordpress_id": "category", - }, - Object { - "__type": "wordpress__wp_taxonomies", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags", - }, - ], - }, - "description": "", - "hierarchical": false, - "name": "Tags", - "rest_base": "tags", - "slug": "post_tag", - "types": Array [ - "post", - ], - "wordpress_id": "post_tag", - }, - Object { - "__type": "wordpress__CATEGORY", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/2", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=2", - }, - ], - }, - "count": 1, - "description": "", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/sample-category-1/", - "meta": Array [], - "name": "Sample category 1", - "slug": "sample-category-1", - "taxonomy": "category", - "wordpress_id": 2, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__CATEGORY", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/3", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=3", - }, - ], - }, - "count": 1, - "description": "", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/sample-category-2/", - "meta": Array [], - "name": "Sample category 2", - "slug": "sample-category-2", - "taxonomy": "category", - "wordpress_id": 3, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__CATEGORY", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/1", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=1", - }, - ], - }, - "count": 0, - "description": "", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/uncategorized/", - "meta": Array [], - "name": "Uncategorized", - "slug": "uncategorized", - "taxonomy": "category", - "wordpress_id": 1, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__TAG", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/post_tag", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags/4", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?tags=4", - }, - ], - }, - "count": 1, - "description": "", - "link": "http://dev-gatbsyjswp.pantheonsite.io/tag/sample-tag-1/", - "meta": Array [], - "name": "Sample tag 1", - "slug": "sample-tag-1", - "taxonomy": "post_tag", - "wordpress_id": 4, - }, - Object { - "__type": "wordpress__TAG", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/post_tag", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags/5", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?tags=5", - }, - ], - }, - "count": 1, - "description": "", - "link": "http://dev-gatbsyjswp.pantheonsite.io/tag/sample-tag-2/", - "meta": Array [], - "name": "Sample tag 2", - "slug": "sample-tag-2", - "taxonomy": "post_tag", - "wordpress_id": 5, - }, - Object { - "__type": "wordpress__wp_users", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - }, - "acf": false, - "avatar_urls": Object { - "wordpress_24": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=24&d=mm&r=g", - "wordpress_48": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=48&d=mm&r=g", - "wordpress_96": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=96&d=mm&r=g", - }, - "description": "", - "link": "http://dev-gatbsyjswp.pantheonsite.io/author/gatsby/", - "meta": Array [], - "name": "gatsby", - "slug": "gatsby", - "url": "", - "wordpress_id": 1, - }, - Object { - "__type": "wordpress__acf_options", - "wordpress_id": "acf", - }, - Object { - "__type": "wordpress__wc_categories", - "_links": Object { - "collection": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories", - }, - ], - "self": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories/80", - }, - ], - }, - "count": 11, - "description": "blah blah blah", - "display": "default", - "image": Object { - "alt": "", - "date_created": "2017-12-05T21:10:00", - "date_created_gmt": "2017-12-05T21:10:00", - "date_modified": "2017-12-05T21:10:00", - "date_modified_gmt": "2017-12-05T21:10:00", - "name": "Category 1", - "src": "https://www.example.com/wp-content/uploads/2015/08/Webp.net-resizeimage.jpg", - "wordpress_id": 2043, - }, - "menu_order": 0, - "name": "Category 1", - "slug": "category-1", - "wordpress_id": 80, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__wc_categories", - "_links": Object { - "collection": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories", - }, - ], - "self": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories/104", - }, - ], - }, - "count": 31, - "description": "blah blah blah", - "display": "default", - "image": Object { - "alt": "", - "date_created": "2017-12-05T21:10:00", - "date_created_gmt": "2017-12-05T21:10:00", - "date_modified": "2017-12-05T21:10:00", - "date_modified_gmt": "2017-12-05T21:10:00", - "name": "Category 2", - "src": "https://www.example.com.com/wp-content/uploads/2015/08/Webp.net-resizeimage.jpg", - "wordpress_id": 2043, - }, - "menu_order": 0, - "name": "Category 2", - "slug": "category-2", - "wordpress_id": 104, - "wordpress_parent": 0, - }, - Object { - "_links": Object { - "collection": Array [ - Object { - "href": "https://www.test.com/wp-json/wc/v3/products", - }, - ], - "self": Array [ - Object { - "href": "https://www.test.com/wp-json/wc/v3/products/3404", - }, - ], - }, - "attributes": Array [], - "average_rating": "0.00", - "backordered": false, - "backorders": "notify", - "backorders_allowed": true, - "button_text": "", - "catalog_visibility": "visible", - "categories": Array [ - Object { - "name": "Category 1", - "slug": "category-1", - "wordpress_id": 80, - }, - Object { - "name": "Category 2", - "slug": "category-2", - "wordpress_id": 104, - }, - ], - "cross_sell_ids": Array [], - "date_created": "2019-02-03T21:49:54", - "date_created_gmt": "2019-02-03T21:49:54", - "date_modified": "2019-02-03T21:49:54", - "date_modified_gmt": "2019-02-03T21:49:54", - "date_on_sale_from": null, - "date_on_sale_from_gmt": null, - "date_on_sale_to": null, - "date_on_sale_to_gmt": null, - "default_attributes": Array [], - "description": "", - "dimensions": Object { - "height": "", - "length": "", - "width": "", - }, - "download_expiry": -1, - "download_limit": -1, - "downloadable": false, - "downloads": Array [], - "external_url": "", - "featured": false, - "grouped_products": Array [], - "images": Array [ - Object { - "alt": "", - "date_created": "2019-02-03T21:49:21", - "date_created_gmt": "2019-02-03T21:49:21", - "date_modified": "2019-02-03T21:49:21", - "date_modified_gmt": "2019-02-03T21:49:21", - "name": "test-image-size-2", - "src": "https://www.example.com/wp-content/uploads/2019/02/test.jpg", - "wordpress_id": 3405, - }, - ], - "jetpack_publicize_connections": Array [], - "manage_stock": true, - "menu_order": 0, - "meta_data": Array [ - Object { - "key": "_yoast_wpseo_primary_product_cat", - "value": "104", - "wordpress_id": 52214, - }, - Object { - "key": "nm_product_layout", - "value": "default", - "wordpress_id": 52215, - }, - Object { - "key": "algolia_searchable_posts_records_count", - "value": "1", - "wordpress_id": 52216, - }, - Object { - "key": "algolia_posts_product_records_count", - "value": "1", - "wordpress_id": 52217, - }, - Object { - "key": "_yoast_wpseo_content_score", - "value": "30", - "wordpress_id": 52218, - }, - Object { - "key": "_wpas_done_all", - "value": "1", - "wordpress_id": 52219, - }, - Object { - "key": "_jetpack_related_posts_cache", - "value": Object { - "wordpress_32b0bf150bb6bd30c74ed5fafdacd61f": Object { - "expires": 1549276723, - "payload": Array [ - Object { - "wordpress_id": 3379, - }, - Object { - "wordpress_id": 3365, - }, - Object { - "wordpress_id": 3402, - }, - ], - }, - }, - "wordpress_id": 52294, - }, - ], - "name": "Test Product Gatsby", - "on_sale": false, - "parent_id": 0, - "permalink": "https://www.example.com/product/test/", - "price": "16.99", - "price_html": "$16.99", - "purchasable": true, - "purchase_note": "", - "rating_count": 0, - "regular_price": "16.99", - "related_ids": Array [ - 3340, - 3374, - 3336, - 3354, - 3338, - ], - "reviews_allowed": true, - "sale_price": "", - "shipping_class": "", - "shipping_class_id": 0, - "shipping_required": true, - "shipping_taxable": true, - "short_description": "", - "sku": "M-N2-T", - "slug": "test-product-gatsby", - "sold_individually": false, - "status": "publish", - "stock_quantity": 5, - "stock_status": "instock", - "tax_class": "", - "tax_status": "taxable", - "total_sales": 0, - "type": "simple", - "upsell_ids": Array [], - "variations": Array [], - "virtual": false, - "weight": "", - "wordpress_id": 3404, - }, -] -`; - -exports[`Process WordPress data createUrlPathsFromLinks should create URL paths from links 1`] = ` -Array [ - Object { - "__type": "wordpress__POST", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/post", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=28", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/28", - }, - ], - "version_history": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/28/revisions", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=28", - }, - ], - "wp_term": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories?post=28", - "taxonomy": "category", - }, - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags?post=28", - "taxonomy": "post_tag", - }, - ], - }, - "acf": Object { - "page_builder": Array [ - Object { - "acf_fc_layout": "excerpt", - "content": "Sed efficitur finibus urna, in laoreet tellus sollicitudin sit amet. Phasellus elementum eros nec augue placerat, eget auctor enim mattis.", - }, - Object { - "acf_fc_layout": "post_photo", - "photo___NODE": "uuid-from-gatsby", - }, - ], - }, - "author___NODE": "uuid-from-gatsby", - "categories___NODE": Array [ - "uuid-from-gatsby", - ], - "comment_status": "open", - "content": "Mauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed efficitur finibus urna, in laoreet tellus sollicitudin sit amet. Phasellus elementum eros nec augue placerat, eget auctor enim mattis. Aenean porta tincidunt pharetra. Aliquam erat volutpat.
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin faucibus lacus arcu, vel laoreet ligula euismod in. Integer faucibus sapien ut nisl pharetra, id scelerisque risus iaculis. Praesent sapien est, semper in rhoncus id, posuere in mi. Proin scelerisque consectetur risus. Praesent faucibus imperdiet nunc ac aliquet. Duis maximus elementum porttitor. Aliquam tempus in metus at finibus. Suspendisse vestibulum diam sit amet diam varius elementum. Quisque nec ornare odio. Curabitur tincidunt, risus eu consectetur tristique, felis leo tincidunt nunc, ut convallis ligula odio at orci.
-", - "date": "2017-09-02T10:50:27.000Z", - "excerpt": "Mauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. […]
-", - "format": "standard", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?p=28", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-2/", - "meta": Array [], - "modified": "2017-09-02T10:52:25.000Z", - "path": "/sample-post-2/", - "ping_status": "open", - "polylang_current_lang": "en_US", - "polylang_tranlations": Array [ - Object { - "locale": "fr_FR", - "wordpress_id": 26, - }, - ], - "slug": "sample-post-2", - "status": "publish", - "sticky": false, - "tags___NODE": Array [ - "uuid-from-gatsby", - ], - "template": "", - "title": "Sample post 2", - "type": "post", - "wordpress_id": 28, - }, - Object { - "__type": "wordpress__POST", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/post", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=26", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/26", - }, - ], - "version_history": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/26/revisions", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=26", - }, - ], - "wp_term": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories?post=26", - "taxonomy": "category", - }, - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags?post=26", - "taxonomy": "post_tag", - }, - ], - }, - "acf": Object { - "page_builder": Array [ - Object { - "acf_fc_layout": "excerpt", - "content": "Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan.", - }, - Object { - "acf_fc_layout": "image_gallery", - "pictures": Array [ - Object { - "picture___NODE": "uuid-from-gatsby", - "title": "Venise", - }, - Object { - "picture___NODE": "uuid-from-gatsby", - "title": "", - }, - ], - }, - Object { - "acf_fc_layout": "post_photo", - "photo___NODE": "uuid-from-gatsby", - }, - ], - }, - "author___NODE": "uuid-from-gatsby", - "categories___NODE": Array [ - "uuid-from-gatsby", - ], - "comment_status": "open", - "content": "Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, pharetra sollicitudin sem. Maecenas vel sapien consequat, semper justo ut, pharetra purus. Sed malesuada mauris eu odio posuere congue. Etiam quis quam libero. Vestibulum molestie leo at tortor mollis tempus.
-Donec sed ornare velit. Mauris consectetur sit amet tortor eget cursus. Donec suscipit tellus lectus, eget vestibulum diam auctor eget. In varius felis in tortor dignissim eleifend. Maecenas pharetra mi lacus, vitae porttitor mi scelerisque eget. Duis aliquam consequat elit, sed posuere magna. In pulvinar erat non neque fringilla, nec posuere mi tristique. Mauris rhoncus nulla turpis, vitae pretium quam malesuada eu. Nullam porta convallis augue sed gravida.
-Aliquam ac posuere risus. Nam et laoreet nulla. Curabitur ut neque nibh. Maecenas condimentum tellus ultricies nunc porta porta eget a elit. Etiam elementum enim at mi ultrices facilisis id non sapien. Suspendisse suscipit, nulla at pretium ultrices, massa dui semper leo, sed tristique elit ipsum in risus. Nunc sem sapien, condimentum vitae ex ac, porttitor viverra purus. Suspendisse risus est, tincidunt sit amet faucibus ac, molestie quis lacus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed pretium, velit a semper feugiat, libero leo ornare metus, vitae bibendum ante leo vitae odio.
--", - "date": "2017-09-02T10:49:35.000Z", - "excerpt": "
Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, […]
-", - "format": "standard", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?p=26", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-1/", - "meta": Array [], - "modified": "2017-09-02T10:52:42.000Z", - "path": "/sample-post-1/", - "ping_status": "open", - "polylang_current_lang": "fr_FR", - "polylang_tranlations": Array [ - Object { - "locale": "en_US", - "wordpress_id": 28, - }, - ], - "slug": "sample-post-1", - "status": "publish", - "sticky": false, - "tags___NODE": Array [ - "uuid-from-gatsby", - ], - "template": "", - "title": "Sample post 1", - "type": "post", - "wordpress_id": 26, - }, - Object { - "__type": "wordpress__PAGE", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/page", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=5", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages/5", - }, - ], - "version_history": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages/5/revisions", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=5", - }, - ], - }, - "acf": Object { - "dummy": true, - "linked_image___NODE": "uuid-from-gatsby", - }, - "author___NODE": "uuid-from-gatsby", - "comment_status": "closed", - "content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin faucibus lacus arcu, vel laoreet ligula euismod in. Integer faucibus sapien ut nisl pharetra, id scelerisque risus iaculis. Praesent sapien est, semper in rhoncus id, posuere in mi. Proin scelerisque consectetur risus. Praesent faucibus imperdiet nunc ac aliquet. Duis maximus elementum porttitor. Aliquam tempus in metus at finibus. Suspendisse vestibulum diam sit amet diam varius elementum. Quisque nec ornare odio. Curabitur tincidunt, risus eu consectetur tristique, felis leo tincidunt nunc, ut convallis ligula odio at orci.
-Mauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed efficitur finibus urna, in laoreet tellus sollicitudin sit amet. Phasellus elementum eros nec augue placerat, eget auctor enim mattis. Aenean porta tincidunt pharetra. Aliquam erat volutpat.
-Aliquam ac posuere risus. Nam et laoreet nulla. Curabitur ut neque nibh. Maecenas condimentum tellus ultricies nunc porta porta eget a elit. Etiam elementum enim at mi ultrices facilisis id non sapien. Suspendisse suscipit, nulla at pretium ultrices, massa dui semper leo, sed tristique elit ipsum in risus. Nunc sem sapien, condimentum vitae ex ac, porttitor viverra purus. Suspendisse risus est, tincidunt sit amet faucibus ac, molestie quis lacus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed pretium, velit a semper feugiat, libero leo ornare metus, vitae bibendum ante leo vitae odio.
-Donec sed ornare velit. Mauris consectetur sit amet tortor eget cursus. Donec suscipit tellus lectus, eget vestibulum diam auctor eget. In varius felis in tortor dignissim eleifend. Maecenas pharetra mi lacus, vitae porttitor mi scelerisque eget. Duis aliquam consequat elit, sed posuere magna. In pulvinar erat non neque fringilla, nec posuere mi tristique. Mauris rhoncus nulla turpis, vitae pretium quam malesuada eu. Nullam porta convallis augue sed gravida.
-Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, pharetra sollicitudin sem. Maecenas vel sapien consequat, semper justo ut, pharetra purus. Sed malesuada mauris eu odio posuere congue. Etiam quis quam libero. Vestibulum molestie leo at tortor mollis tempus.
-", - "date": "2017-09-02T10:30:57.000Z", - "excerpt": "Lorem ipsum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin […]
-", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?page_id=5", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/", - "menu_order": 0, - "meta": Array [], - "modified": "2017-09-02T10:47:16.000Z", - "path": "/", - "ping_status": "closed", - "slug": "gatsby-sample-home-page", - "status": "publish", - "template": "", - "title": "Gatsby sample home page", - "type": "page", - "wordpress_id": 5, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__wp_media", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/attachment", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media", - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=12", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media/12", - }, - ], - }, - "acf": false, - "alt_text": "", - "author___NODE": "uuid-from-gatsby", - "caption": "", - "comment_status": "open", - "date": "2017-09-02T10:36:43.000Z", - "description": " -", - "guid___NODE": "uuid-from-gatsby", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-1/pexels-photo-534327/", - "media_details": Object { - "file": "2017/09/pexels-photo-534327.jpeg", - "height": 4000, - "image_meta": Object { - "aperture": "7.1", - "camera": "ILCA-77M2", - "caption": "", - "copyright": "", - "created_timestamp": "1414776055", - "credit": "", - "focal_length": "24", - "iso": "100", - "keywords": Array [], - "orientation": "1", - "shutter_speed": "0.01", - "title": "", - }, - "sizes": Object { - "full": Object { - "file": "pexels-photo-534327.jpeg", - "height": 4000, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "width": 6000, - }, - "large": Object { - "file": "pexels-photo-534327-1024x683.jpeg", - "height": 683, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-1024x683.jpeg", - "width": 1024, - }, - "medium": Object { - "file": "pexels-photo-534327-300x200.jpeg", - "height": 200, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-300x200.jpeg", - "width": 300, - }, - "medium_large": Object { - "file": "pexels-photo-534327-768x512.jpeg", - "height": 512, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-768x512.jpeg", - "width": 768, - }, - "thumbnail": Object { - "file": "pexels-photo-534327-150x150.jpeg", - "height": 150, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-150x150.jpeg", - "width": 150, - }, - }, - "width": 6000, - }, - "media_type": "image", - "meta": Array [], - "mime_type": "image/jpeg", - "modified": "2017-09-02T10:52:39.000Z", - "path": "/sample-post-1/pexels-photo-534327/", - "ping_status": "closed", - "post": 26, - "slug": "pexels-photo-534327", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "status": "inherit", - "template": "", - "title": "pexels-photo-534327", - "type": "attachment", - "wordpress_id": 12, - }, - Object { - "__type": "wordpress__wp_media", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/attachment", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media", - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=10", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media/10", - }, - ], - }, - "acf": false, - "alt_text": "", - "author___NODE": "uuid-from-gatsby", - "caption": "", - "comment_status": "open", - "date": "2017-09-02T10:35:16.000Z", - "description": " -", - "guid___NODE": "uuid-from-gatsby", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby-sample-home-page/pexels-photo-534351/", - "media_details": Object { - "file": "2017/09/pexels-photo-534351.jpeg", - "height": 4000, - "image_meta": Object { - "aperture": "10", - "camera": "ILCA-77M2", - "caption": "", - "copyright": "", - "created_timestamp": "1414838901", - "credit": "", - "focal_length": "24", - "iso": "100", - "keywords": Array [], - "orientation": "1", - "shutter_speed": "0.005", - "title": "", - }, - "sizes": Object { - "full": Object { - "file": "pexels-photo-534351.jpeg", - "height": 4000, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "width": 6000, - }, - "large": Object { - "file": "pexels-photo-534351-1024x683.jpeg", - "height": 683, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-1024x683.jpeg", - "width": 1024, - }, - "medium": Object { - "file": "pexels-photo-534351-300x200.jpeg", - "height": 200, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-300x200.jpeg", - "width": 300, - }, - "medium_large": Object { - "file": "pexels-photo-534351-768x512.jpeg", - "height": 512, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-768x512.jpeg", - "width": 768, - }, - "thumbnail": Object { - "file": "pexels-photo-534351-150x150.jpeg", - "height": 150, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-150x150.jpeg", - "width": 150, - }, - }, - "width": 6000, - }, - "media_type": "image", - "meta": Array [], - "mime_type": "image/jpeg", - "modified": "2017-09-02T10:52:23.000Z", - "path": "/gatsby-sample-home-page/pexels-photo-534351/", - "ping_status": "closed", - "post": 5, - "slug": "pexels-photo-534351", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "status": "inherit", - "template": "", - "title": "pexels-photo-534351", - "type": "attachment", - "wordpress_id": 10, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/41", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=41", - }, - ], - }, - "acf": Object { - "quote": "C'est ainsi que nous avançons, barques à contre-courant, sans cesse ramenés vers le passé.", - "year": "2012", - }, - "content": "", - "date": "2017-09-02T10:57:32.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=41", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/fifth/", - "modified": "2017-09-02T10:57:32.000Z", - "path": "/gatsby/fifth/", - "slug": "fifth", - "status": "publish", - "template": "", - "title": "fifth", - "type": "gatsby", - "wordpress_id": 41, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/40", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=40", - }, - ], - }, - "acf": Object { - "quote": "C'est ainsi que nous nous débattons, comme des barques contre le courant, sans cesse repoussés vers le passé.", - "year": "2011", - }, - "content": "201
-", - "date": "2017-09-02T10:57:18.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=40", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/forth/", - "modified": "2017-09-02T10:57:18.000Z", - "path": "/gatsby/forth/", - "slug": "forth", - "status": "publish", - "template": "", - "title": "forth", - "type": "gatsby", - "wordpress_id": 40, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/39", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=39", - }, - ], - }, - "acf": Object { - "quote": "Et nous luttons ainsi, barques à contre-courant, refoulés sans fin vers notre passé.", - "year": "1990", - }, - "content": "", - "date": "2017-09-02T10:57:00.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=39", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/third/", - "modified": "2017-09-02T10:57:00.000Z", - "path": "/gatsby/third/", - "slug": "third", - "status": "publish", - "template": "", - "title": "third", - "type": "gatsby", - "wordpress_id": 39, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/38", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=38", - }, - ], - }, - "acf": Object { - "quote": "Car c'est ainsi que nous allons, barques luttant contre un courant qui nous ramène sans cesse vers le passé.", - "year": "1946", - }, - "content": "", - "date": "2017-09-02T10:56:47.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=38", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/second/", - "modified": "2017-09-02T10:56:47.000Z", - "path": "/gatsby/second/", - "slug": "second", - "status": "publish", - "template": "", - "title": "second", - "type": "gatsby", - "wordpress_id": 38, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/37", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=37", - }, - ], - }, - "acf": Object { - "quote": "C'est ainsi que nous avançons, barques luttant contre un courant qui nous rejette sans cesse vers le passé.", - "year": "1926", - }, - "content": "", - "date": "2017-09-02T10:56:32.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=37", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/first/", - "modified": "2017-09-02T10:56:32.000Z", - "path": "/gatsby/first/", - "slug": "first", - "status": "publish", - "template": "", - "title": "first", - "type": "gatsby", - "wordpress_id": 37, - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - }, - "description": "", - "hierarchical": false, - "id": "uuid-from-gatsby", - "name": "Posts", - "rest_base": "posts", - "slug": "post", - "taxonomies": Array [ - "category", - "post_tag", - ], - "wordpress_id": "post", - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages", - }, - ], - }, - "description": "", - "hierarchical": true, - "id": "uuid-from-gatsby", - "name": "Pages", - "rest_base": "pages", - "slug": "page", - "taxonomies": Array [], - "wordpress_id": "page", - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media", - }, - ], - }, - "description": "", - "hierarchical": false, - "id": "uuid-from-gatsby", - "name": "Media", - "rest_base": "media", - "slug": "attachment", - "taxonomies": Array [], - "wordpress_id": "attachment", - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - }, - "description": "", - "hierarchical": false, - "id": "uuid-from-gatsby", - "name": "Gatsbys", - "rest_base": "gatsby", - "slug": "gatsby", - "taxonomies": Array [], - "wordpress_id": "gatsby", - }, - Object { - "__type": "wordpress__wp_statuses", - "_links": Object { - "archives": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - }, - "id": "uuid-from-gatsby", - "name": "Published", - "public": true, - "queryable": true, - "slug": "publish", - "wordpress_id": "publish", - }, - Object { - "__type": "wordpress__wp_statuses", - "_links": Object { - "archives": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?status=acf-disabled", - }, - ], - }, - "id": "uuid-from-gatsby", - "name": "Inactive", - "public": true, - "queryable": true, - "slug": "acf-disabled", - "wordpress_id": "acf-disabled", - }, - Object { - "__type": "wordpress__wp_taxonomies", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - }, - "description": "", - "hierarchical": true, - "id": "uuid-from-gatsby", - "name": "Categories", - "rest_base": "categories", - "slug": "category", - "types": Array [ - "post", - ], - "wordpress_id": "category", - }, - Object { - "__type": "wordpress__wp_taxonomies", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags", - }, - ], - }, - "description": "", - "hierarchical": false, - "id": "uuid-from-gatsby", - "name": "Tags", - "rest_base": "tags", - "slug": "post_tag", - "types": Array [ - "post", - ], - "wordpress_id": "post_tag", - }, - Object { - "__type": "wordpress__CATEGORY", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/2", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=2", - }, - ], - }, - "count": 1, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/sample-category-1/", - "meta": Array [], - "name": "Sample category 1", - "path": "/category/sample-category-1/", - "slug": "sample-category-1", - "taxonomy___NODE": "uuid-from-gatsby", - "wordpress_id": 2, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__CATEGORY", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/3", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=3", - }, - ], - }, - "count": 1, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/sample-category-2/", - "meta": Array [], - "name": "Sample category 2", - "path": "/category/sample-category-2/", - "slug": "sample-category-2", - "taxonomy___NODE": "uuid-from-gatsby", - "wordpress_id": 3, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__CATEGORY", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/1", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=1", - }, - ], - }, - "count": 0, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/uncategorized/", - "meta": Array [], - "name": "Uncategorized", - "path": "/category/uncategorized/", - "slug": "uncategorized", - "taxonomy___NODE": "uuid-from-gatsby", - "wordpress_id": 1, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__TAG", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/post_tag", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags/4", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?tags=4", - }, - ], - }, - "count": 1, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/tag/sample-tag-1/", - "meta": Array [], - "name": "Sample tag 1", - "path": "/tag/sample-tag-1/", - "slug": "sample-tag-1", - "taxonomy___NODE": "uuid-from-gatsby", - "wordpress_id": 4, - }, - Object { - "__type": "wordpress__TAG", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/post_tag", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags/5", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?tags=5", - }, - ], - }, - "count": 1, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/tag/sample-tag-2/", - "meta": Array [], - "name": "Sample tag 2", - "path": "/tag/sample-tag-2/", - "slug": "sample-tag-2", - "taxonomy___NODE": "uuid-from-gatsby", - "wordpress_id": 5, - }, - Object { - "__type": "wordpress__wp_users", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - }, - "acf": false, - "all_authored_entities___NODE": Array [ - "uuid-from-gatsby", - "uuid-from-gatsby", - "uuid-from-gatsby", - "uuid-from-gatsby", - "uuid-from-gatsby", - ], - "authored_wordpress__PAGE___NODE": Array [ - "uuid-from-gatsby", - ], - "authored_wordpress__POST___NODE": Array [ - "uuid-from-gatsby", - "uuid-from-gatsby", - ], - "authored_wordpress__wp_media___NODE": Array [ - "uuid-from-gatsby", - "uuid-from-gatsby", - ], - "avatar_urls": Object { - "wordpress_24": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=24&d=mm&r=g", - "wordpress_48": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=48&d=mm&r=g", - "wordpress_96": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=96&d=mm&r=g", - }, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/author/gatsby/", - "meta": Array [], - "name": "gatsby", - "path": "/author/gatsby/", - "slug": "gatsby", - "url": "", - "wordpress_id": 1, - }, - Object { - "__type": "wordpress__acf_options", - "id": "uuid-from-gatsby", - "wordpress_id": "acf", - }, - Object { - "__type": "wordpress__wc_categories", - "_links": Object { - "collection": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories", - }, - ], - "self": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories/80", - }, - ], - }, - "count": 11, - "description": "blah blah blah", - "display": "default", - "id": "uuid-from-gatsby", - "image": Object { - "alt": "", - "date_created": "2017-12-05T21:10:00", - "date_created_gmt": "2017-12-05T21:10:00", - "date_modified": "2017-12-05T21:10:00", - "date_modified_gmt": "2017-12-05T21:10:00", - "name": "Category 1", - "src": "https://www.example.com/wp-content/uploads/2015/08/Webp.net-resizeimage.jpg", - "wordpress_id": 2043, - }, - "menu_order": 0, - "name": "Category 1", - "slug": "category-1", - "wordpress_id": 80, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__wc_categories", - "_links": Object { - "collection": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories", - }, - ], - "self": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories/104", - }, - ], - }, - "count": 31, - "description": "blah blah blah", - "display": "default", - "id": "uuid-from-gatsby", - "image": Object { - "alt": "", - "date_created": "2017-12-05T21:10:00", - "date_created_gmt": "2017-12-05T21:10:00", - "date_modified": "2017-12-05T21:10:00", - "date_modified_gmt": "2017-12-05T21:10:00", - "name": "Category 2", - "src": "https://www.example.com.com/wp-content/uploads/2015/08/Webp.net-resizeimage.jpg", - "wordpress_id": 2043, - }, - "menu_order": 0, - "name": "Category 2", - "slug": "category-2", - "wordpress_id": 104, - "wordpress_parent": 0, - }, - Object { - "_links": Object { - "collection": Array [ - Object { - "href": "https://www.test.com/wp-json/wc/v3/products", - }, - ], - "self": Array [ - Object { - "href": "https://www.test.com/wp-json/wc/v3/products/3404", - }, - ], - }, - "attributes": Array [], - "average_rating": "0.00", - "backordered": false, - "backorders": "notify", - "backorders_allowed": true, - "button_text": "", - "catalog_visibility": "visible", - "categories___NODE": Array [ - "uuid-from-gatsby", - "uuid-from-gatsby", - ], - "cross_sell_ids": Array [], - "date_created": "2019-02-03T21:49:54.000Z", - "date_modified": "2019-02-03T21:49:54.000Z", - "date_on_sale_from": null, - "date_on_sale_from_gmt": null, - "date_on_sale_to": null, - "date_on_sale_to_gmt": null, - "default_attributes": Array [], - "description": "", - "dimensions": Object { - "height": "", - "length": "", - "width": "", - }, - "download_expiry": -1, - "download_limit": -1, - "downloadable": false, - "downloads": Array [], - "external_url": "", - "featured": false, - "grouped_products": Array [], - "id": "uuid-from-gatsby", - "images": Array [ - Object { - "alt": "", - "date_created": "2019-02-03T21:49:21", - "date_created_gmt": "2019-02-03T21:49:21", - "date_modified": "2019-02-03T21:49:21", - "date_modified_gmt": "2019-02-03T21:49:21", - "name": "test-image-size-2", - "src": "https://www.example.com/wp-content/uploads/2019/02/test.jpg", - "wordpress_id": 3405, - }, - ], - "jetpack_publicize_connections": Array [], - "manage_stock": true, - "menu_order": 0, - "meta_data": Array [ - Object { - "key": "_yoast_wpseo_primary_product_cat", - "value": "104", - "wordpress_id": 52214, - }, - Object { - "key": "nm_product_layout", - "value": "default", - "wordpress_id": 52215, - }, - Object { - "key": "algolia_searchable_posts_records_count", - "value": "1", - "wordpress_id": 52216, - }, - Object { - "key": "algolia_posts_product_records_count", - "value": "1", - "wordpress_id": 52217, - }, - Object { - "key": "_yoast_wpseo_content_score", - "value": "30", - "wordpress_id": 52218, - }, - Object { - "key": "_wpas_done_all", - "value": "1", - "wordpress_id": 52219, - }, - Object { - "key": "_jetpack_related_posts_cache", - "value": Object { - "wordpress_32b0bf150bb6bd30c74ed5fafdacd61f": Object { - "expires": 1549276723, - "payload": Array [ - Object { - "wordpress_id": 3379, - }, - Object { - "wordpress_id": 3365, - }, - Object { - "wordpress_id": 3402, - }, - ], - }, - }, - "wordpress_id": 52294, - }, - ], - "name": "Test Product Gatsby", - "on_sale": false, - "parent_id": 0, - "permalink": "https://www.example.com/product/test/", - "price": "16.99", - "price_html": "$16.99", - "purchasable": true, - "purchase_note": "", - "rating_count": 0, - "regular_price": "16.99", - "related_ids": Array [ - 3340, - 3374, - 3336, - 3354, - 3338, - ], - "reviews_allowed": true, - "sale_price": "", - "shipping_class": "", - "shipping_class_id": 0, - "shipping_required": true, - "shipping_taxable": true, - "short_description": "", - "sku": "M-N2-T", - "slug": "test-product-gatsby", - "sold_individually": false, - "status": "publish", - "stock_quantity": 5, - "stock_status": "instock", - "tax_class": "", - "tax_status": "taxable", - "total_sales": 0, - "type": "simple", - "upsell_ids": Array [], - "variations": Array [], - "virtual": false, - "weight": "", - "wordpress_id": 3404, - }, -] -`; - -exports[`Process WordPress data creates Gatsby IDs for each entity 1`] = ` -Array [ - Object { - "__type": "wordpress__POST", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/post", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=28", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/28", - }, - ], - "version_history": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/28/revisions", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=28", - }, - ], - "wp_term": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories?post=28", - "taxonomy": "category", - }, - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags?post=28", - "taxonomy": "post_tag", - }, - ], - }, - "acf": Object { - "page_builder": Array [ - Object { - "acf_fc_layout": "excerpt", - "content": "Sed efficitur finibus urna, in laoreet tellus sollicitudin sit amet. Phasellus elementum eros nec augue placerat, eget auctor enim mattis.", - }, - Object { - "acf_fc_layout": "post_photo", - "photo": Object { - "alt": "", - "author": "1", - "caption": "", - "date": "2017-09-02 10:35:16", - "description": "", - "filename": "pexels-photo-534351.jpeg", - "height": 4000, - "icon": "http://dev-gatbsyjswp.pantheonsite.io/wp-includes/images/media/default.png", - "mime_type": "image/jpeg", - "modified": "2017-09-02 10:52:23", - "name": "pexels-photo-534351", - "sizes": Object { - "large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-1024x683.jpeg", - "large_height": 683, - "large_width": 1024, - "medium": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-300x200.jpeg", - "medium_height": 200, - "medium_large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-768x512.jpeg", - "medium_large_height": 512, - "medium_large_width": 768, - "medium_width": 300, - "thumbnail": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-150x150.jpeg", - "thumbnail_height": 150, - "thumbnail_width": 150, - }, - "title": "pexels-photo-534351", - "type": "image", - "url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "width": 6000, - "wordpress_id": 10, - }, - }, - ], - }, - "author": 1, - "categories": Array [ - 3, - ], - "comment_status": "open", - "content": "Mauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed efficitur finibus urna, in laoreet tellus sollicitudin sit amet. Phasellus elementum eros nec augue placerat, eget auctor enim mattis. Aenean porta tincidunt pharetra. Aliquam erat volutpat.
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin faucibus lacus arcu, vel laoreet ligula euismod in. Integer faucibus sapien ut nisl pharetra, id scelerisque risus iaculis. Praesent sapien est, semper in rhoncus id, posuere in mi. Proin scelerisque consectetur risus. Praesent faucibus imperdiet nunc ac aliquet. Duis maximus elementum porttitor. Aliquam tempus in metus at finibus. Suspendisse vestibulum diam sit amet diam varius elementum. Quisque nec ornare odio. Curabitur tincidunt, risus eu consectetur tristique, felis leo tincidunt nunc, ut convallis ligula odio at orci.
-", - "date": "2017-09-02T10:50:27.000Z", - "excerpt": "Mauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. […]
-", - "featured_media": 0, - "format": "standard", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?p=28", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-2/", - "meta": Array [], - "modified": "2017-09-02T10:52:25.000Z", - "ping_status": "open", - "polylang_current_lang": "en_US", - "polylang_tranlations": Array [ - Object { - "locale": "fr_FR", - "wordpress_id": 26, - }, - ], - "slug": "sample-post-2", - "status": "publish", - "sticky": false, - "tags": Array [ - 5, - ], - "template": "", - "title": "Sample post 2", - "type": "post", - "wordpress_id": 28, - }, - Object { - "__type": "wordpress__POST", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/post", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=26", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/26", - }, - ], - "version_history": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/26/revisions", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=26", - }, - ], - "wp_term": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories?post=26", - "taxonomy": "category", - }, - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags?post=26", - "taxonomy": "post_tag", - }, - ], - }, - "acf": Object { - "page_builder": Array [ - Object { - "acf_fc_layout": "excerpt", - "content": "Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan.", - }, - Object { - "acf_fc_layout": "image_gallery", - "pictures": Array [ - Object { - "picture": Object { - "alt": "", - "author": "1", - "caption": "", - "date": "2017-09-02 10:36:43", - "description": "", - "filename": "pexels-photo-534327.jpeg", - "height": 4000, - "icon": "http://dev-gatbsyjswp.pantheonsite.io/wp-includes/images/media/default.png", - "mime_type": "image/jpeg", - "modified": "2017-09-02 10:52:39", - "name": "pexels-photo-534327", - "sizes": Object { - "large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-1024x683.jpeg", - "large_height": 683, - "large_width": 1024, - "medium": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-300x200.jpeg", - "medium_height": 200, - "medium_large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-768x512.jpeg", - "medium_large_height": 512, - "medium_large_width": 768, - "medium_width": 300, - "thumbnail": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-150x150.jpeg", - "thumbnail_height": 150, - "thumbnail_width": 150, - }, - "title": "pexels-photo-534327", - "type": "image", - "url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "width": 6000, - "wordpress_id": 12, - }, - "title": "Venise", - }, - Object { - "picture": Object { - "alt": "", - "author": "1", - "caption": "", - "date": "2017-09-02 10:35:16", - "description": "", - "filename": "pexels-photo-534351.jpeg", - "height": 4000, - "icon": "http://dev-gatbsyjswp.pantheonsite.io/wp-includes/images/media/default.png", - "mime_type": "image/jpeg", - "modified": "2017-09-02 10:52:23", - "name": "pexels-photo-534351", - "sizes": Object { - "large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-1024x683.jpeg", - "large_height": 683, - "large_width": 1024, - "medium": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-300x200.jpeg", - "medium_height": 200, - "medium_large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-768x512.jpeg", - "medium_large_height": 512, - "medium_large_width": 768, - "medium_width": 300, - "thumbnail": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-150x150.jpeg", - "thumbnail_height": 150, - "thumbnail_width": 150, - }, - "title": "pexels-photo-534351", - "type": "image", - "url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "width": 6000, - "wordpress_id": 10, - }, - "title": "", - }, - ], - }, - Object { - "acf_fc_layout": "post_photo", - "photo": Object { - "alt": "", - "author": "1", - "caption": "", - "date": "2017-09-02 10:36:43", - "description": "", - "filename": "pexels-photo-534327.jpeg", - "height": 4000, - "icon": "http://dev-gatbsyjswp.pantheonsite.io/wp-includes/images/media/default.png", - "mime_type": "image/jpeg", - "modified": "2017-09-02 10:52:39", - "name": "pexels-photo-534327", - "sizes": Object { - "large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-1024x683.jpeg", - "large_height": 683, - "large_width": 1024, - "medium": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-300x200.jpeg", - "medium_height": 200, - "medium_large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-768x512.jpeg", - "medium_large_height": 512, - "medium_large_width": 768, - "medium_width": 300, - "thumbnail": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-150x150.jpeg", - "thumbnail_height": 150, - "thumbnail_width": 150, - }, - "title": "pexels-photo-534327", - "type": "image", - "url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "width": 6000, - "wordpress_id": 12, - }, - }, - ], - }, - "author": 1, - "categories": Array [ - 2, - ], - "comment_status": "open", - "content": "Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, pharetra sollicitudin sem. Maecenas vel sapien consequat, semper justo ut, pharetra purus. Sed malesuada mauris eu odio posuere congue. Etiam quis quam libero. Vestibulum molestie leo at tortor mollis tempus.
-Donec sed ornare velit. Mauris consectetur sit amet tortor eget cursus. Donec suscipit tellus lectus, eget vestibulum diam auctor eget. In varius felis in tortor dignissim eleifend. Maecenas pharetra mi lacus, vitae porttitor mi scelerisque eget. Duis aliquam consequat elit, sed posuere magna. In pulvinar erat non neque fringilla, nec posuere mi tristique. Mauris rhoncus nulla turpis, vitae pretium quam malesuada eu. Nullam porta convallis augue sed gravida.
-Aliquam ac posuere risus. Nam et laoreet nulla. Curabitur ut neque nibh. Maecenas condimentum tellus ultricies nunc porta porta eget a elit. Etiam elementum enim at mi ultrices facilisis id non sapien. Suspendisse suscipit, nulla at pretium ultrices, massa dui semper leo, sed tristique elit ipsum in risus. Nunc sem sapien, condimentum vitae ex ac, porttitor viverra purus. Suspendisse risus est, tincidunt sit amet faucibus ac, molestie quis lacus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed pretium, velit a semper feugiat, libero leo ornare metus, vitae bibendum ante leo vitae odio.
--", - "date": "2017-09-02T10:49:35.000Z", - "excerpt": "
Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, […]
-", - "featured_media": 0, - "format": "standard", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?p=26", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-1/", - "meta": Array [], - "modified": "2017-09-02T10:52:42.000Z", - "ping_status": "open", - "polylang_current_lang": "fr_FR", - "polylang_tranlations": Array [ - Object { - "locale": "en_US", - "wordpress_id": 28, - }, - ], - "slug": "sample-post-1", - "status": "publish", - "sticky": false, - "tags": Array [ - 4, - ], - "template": "", - "title": "Sample post 1", - "type": "post", - "wordpress_id": 26, - }, - Object { - "__type": "wordpress__PAGE", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/page", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=5", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages/5", - }, - ], - "version_history": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages/5/revisions", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=5", - }, - ], - }, - "acf": Object { - "linked_image": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - }, - "author": 1, - "comment_status": "closed", - "content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin faucibus lacus arcu, vel laoreet ligula euismod in. Integer faucibus sapien ut nisl pharetra, id scelerisque risus iaculis. Praesent sapien est, semper in rhoncus id, posuere in mi. Proin scelerisque consectetur risus. Praesent faucibus imperdiet nunc ac aliquet. Duis maximus elementum porttitor. Aliquam tempus in metus at finibus. Suspendisse vestibulum diam sit amet diam varius elementum. Quisque nec ornare odio. Curabitur tincidunt, risus eu consectetur tristique, felis leo tincidunt nunc, ut convallis ligula odio at orci.
-Mauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed efficitur finibus urna, in laoreet tellus sollicitudin sit amet. Phasellus elementum eros nec augue placerat, eget auctor enim mattis. Aenean porta tincidunt pharetra. Aliquam erat volutpat.
-Aliquam ac posuere risus. Nam et laoreet nulla. Curabitur ut neque nibh. Maecenas condimentum tellus ultricies nunc porta porta eget a elit. Etiam elementum enim at mi ultrices facilisis id non sapien. Suspendisse suscipit, nulla at pretium ultrices, massa dui semper leo, sed tristique elit ipsum in risus. Nunc sem sapien, condimentum vitae ex ac, porttitor viverra purus. Suspendisse risus est, tincidunt sit amet faucibus ac, molestie quis lacus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed pretium, velit a semper feugiat, libero leo ornare metus, vitae bibendum ante leo vitae odio.
-Donec sed ornare velit. Mauris consectetur sit amet tortor eget cursus. Donec suscipit tellus lectus, eget vestibulum diam auctor eget. In varius felis in tortor dignissim eleifend. Maecenas pharetra mi lacus, vitae porttitor mi scelerisque eget. Duis aliquam consequat elit, sed posuere magna. In pulvinar erat non neque fringilla, nec posuere mi tristique. Mauris rhoncus nulla turpis, vitae pretium quam malesuada eu. Nullam porta convallis augue sed gravida.
-Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, pharetra sollicitudin sem. Maecenas vel sapien consequat, semper justo ut, pharetra purus. Sed malesuada mauris eu odio posuere congue. Etiam quis quam libero. Vestibulum molestie leo at tortor mollis tempus.
-", - "date": "2017-09-02T10:30:57.000Z", - "excerpt": "Lorem ipsum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin […]
-", - "featured_media": 0, - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?page_id=5", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/", - "menu_order": 0, - "meta": Array [], - "modified": "2017-09-02T10:47:16.000Z", - "ping_status": "closed", - "slug": "gatsby-sample-home-page", - "status": "publish", - "template": "", - "title": "Gatsby sample home page", - "type": "page", - "wordpress_id": 5, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__wp_media", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/attachment", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media", - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=12", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media/12", - }, - ], - }, - "acf": false, - "alt_text": "", - "author": 1, - "caption": "", - "comment_status": "open", - "date": "2017-09-02T10:36:43.000Z", - "description": " -", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-1/pexels-photo-534327/", - "media_details": Object { - "file": "2017/09/pexels-photo-534327.jpeg", - "height": 4000, - "image_meta": Object { - "aperture": "7.1", - "camera": "ILCA-77M2", - "caption": "", - "copyright": "", - "created_timestamp": "1414776055", - "credit": "", - "focal_length": "24", - "iso": "100", - "keywords": Array [], - "orientation": "1", - "shutter_speed": "0.01", - "title": "", - }, - "sizes": Object { - "full": Object { - "file": "pexels-photo-534327.jpeg", - "height": 4000, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "width": 6000, - }, - "large": Object { - "file": "pexels-photo-534327-1024x683.jpeg", - "height": 683, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-1024x683.jpeg", - "width": 1024, - }, - "medium": Object { - "file": "pexels-photo-534327-300x200.jpeg", - "height": 200, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-300x200.jpeg", - "width": 300, - }, - "medium_large": Object { - "file": "pexels-photo-534327-768x512.jpeg", - "height": 512, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-768x512.jpeg", - "width": 768, - }, - "thumbnail": Object { - "file": "pexels-photo-534327-150x150.jpeg", - "height": 150, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-150x150.jpeg", - "width": 150, - }, - }, - "width": 6000, - }, - "media_type": "image", - "meta": Array [], - "mime_type": "image/jpeg", - "modified": "2017-09-02T10:52:39.000Z", - "ping_status": "closed", - "post": 26, - "slug": "pexels-photo-534327", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "status": "inherit", - "template": "", - "title": "pexels-photo-534327", - "type": "attachment", - "wordpress_id": 12, - }, - Object { - "__type": "wordpress__wp_media", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/attachment", - }, - ], - "author": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media", - }, - ], - "replies": Array [ - Object { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=10", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media/10", - }, - ], - }, - "acf": false, - "alt_text": "", - "author": 1, - "caption": "", - "comment_status": "open", - "date": "2017-09-02T10:35:16.000Z", - "description": " -", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby-sample-home-page/pexels-photo-534351/", - "media_details": Object { - "file": "2017/09/pexels-photo-534351.jpeg", - "height": 4000, - "image_meta": Object { - "aperture": "10", - "camera": "ILCA-77M2", - "caption": "", - "copyright": "", - "created_timestamp": "1414838901", - "credit": "", - "focal_length": "24", - "iso": "100", - "keywords": Array [], - "orientation": "1", - "shutter_speed": "0.005", - "title": "", - }, - "sizes": Object { - "full": Object { - "file": "pexels-photo-534351.jpeg", - "height": 4000, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "width": 6000, - }, - "large": Object { - "file": "pexels-photo-534351-1024x683.jpeg", - "height": 683, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-1024x683.jpeg", - "width": 1024, - }, - "medium": Object { - "file": "pexels-photo-534351-300x200.jpeg", - "height": 200, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-300x200.jpeg", - "width": 300, - }, - "medium_large": Object { - "file": "pexels-photo-534351-768x512.jpeg", - "height": 512, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-768x512.jpeg", - "width": 768, - }, - "thumbnail": Object { - "file": "pexels-photo-534351-150x150.jpeg", - "height": 150, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-150x150.jpeg", - "width": 150, - }, - }, - "width": 6000, - }, - "media_type": "image", - "meta": Array [], - "mime_type": "image/jpeg", - "modified": "2017-09-02T10:52:23.000Z", - "ping_status": "closed", - "post": 5, - "slug": "pexels-photo-534351", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "status": "inherit", - "template": "", - "title": "pexels-photo-534351", - "type": "attachment", - "wordpress_id": 10, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/41", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=41", - }, - ], - }, - "acf": Object { - "quote": "C'est ainsi que nous avançons, barques à contre-courant, sans cesse ramenés vers le passé.", - "year": "2012", - }, - "content": "", - "date": "2017-09-02T10:57:32.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=41", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/fifth/", - "modified": "2017-09-02T10:57:32.000Z", - "slug": "fifth", - "status": "publish", - "template": "", - "title": "fifth", - "type": "gatsby", - "wordpress_id": 41, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/40", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=40", - }, - ], - }, - "acf": Object { - "quote": "C'est ainsi que nous nous débattons, comme des barques contre le courant, sans cesse repoussés vers le passé.", - "year": "2011", - }, - "content": "201
-", - "date": "2017-09-02T10:57:18.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=40", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/forth/", - "modified": "2017-09-02T10:57:18.000Z", - "slug": "forth", - "status": "publish", - "template": "", - "title": "forth", - "type": "gatsby", - "wordpress_id": 40, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/39", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=39", - }, - ], - }, - "acf": Object { - "quote": "Et nous luttons ainsi, barques à contre-courant, refoulés sans fin vers notre passé.", - "year": "1990", - }, - "content": "", - "date": "2017-09-02T10:57:00.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=39", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/third/", - "modified": "2017-09-02T10:57:00.000Z", - "slug": "third", - "status": "publish", - "template": "", - "title": "third", - "type": "gatsby", - "wordpress_id": 39, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/38", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=38", - }, - ], - }, - "acf": Object { - "quote": "Car c'est ainsi que nous allons, barques luttant contre un courant qui nous ramène sans cesse vers le passé.", - "year": "1946", - }, - "content": "", - "date": "2017-09-02T10:56:47.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=38", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/second/", - "modified": "2017-09-02T10:56:47.000Z", - "slug": "second", - "status": "publish", - "template": "", - "title": "second", - "type": "gatsby", - "wordpress_id": 38, - }, - Object { - "__type": "wordpress__wp_gatsby", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/37", - }, - ], - "wp_attachment": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=37", - }, - ], - }, - "acf": Object { - "quote": "C'est ainsi que nous avançons, barques luttant contre un courant qui nous rejette sans cesse vers le passé.", - "year": "1926", - }, - "content": "", - "date": "2017-09-02T10:56:32.000Z", - "guid": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=37", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/first/", - "modified": "2017-09-02T10:56:32.000Z", - "slug": "first", - "status": "publish", - "template": "", - "title": "first", - "type": "gatsby", - "wordpress_id": 37, - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - }, - "description": "", - "hierarchical": false, - "id": "uuid-from-gatsby", - "name": "Posts", - "rest_base": "posts", - "slug": "post", - "taxonomies": Array [ - "category", - "post_tag", - ], - "wordpress_id": "post", - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages", - }, - ], - }, - "description": "", - "hierarchical": true, - "id": "uuid-from-gatsby", - "name": "Pages", - "rest_base": "pages", - "slug": "page", - "taxonomies": Array [], - "wordpress_id": "page", - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media", - }, - ], - }, - "description": "", - "hierarchical": false, - "id": "uuid-from-gatsby", - "name": "Media", - "rest_base": "media", - "slug": "attachment", - "taxonomies": Array [], - "wordpress_id": "attachment", - }, - Object { - "__type": "wordpress__wp_types", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby", - }, - ], - }, - "description": "", - "hierarchical": false, - "id": "uuid-from-gatsby", - "name": "Gatsbys", - "rest_base": "gatsby", - "slug": "gatsby", - "taxonomies": Array [], - "wordpress_id": "gatsby", - }, - Object { - "__type": "wordpress__wp_statuses", - "_links": Object { - "archives": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts", - }, - ], - }, - "id": "uuid-from-gatsby", - "name": "Published", - "public": true, - "queryable": true, - "slug": "publish", - "wordpress_id": "publish", - }, - Object { - "__type": "wordpress__wp_statuses", - "_links": Object { - "archives": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?status=acf-disabled", - }, - ], - }, - "id": "uuid-from-gatsby", - "name": "Inactive", - "public": true, - "queryable": true, - "slug": "acf-disabled", - "wordpress_id": "acf-disabled", - }, - Object { - "__type": "wordpress__wp_taxonomies", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - }, - "description": "", - "hierarchical": true, - "id": "uuid-from-gatsby", - "name": "Categories", - "rest_base": "categories", - "slug": "category", - "types": Array [ - "post", - ], - "wordpress_id": "category", - }, - Object { - "__type": "wordpress__wp_taxonomies", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "wp_items": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags", - }, - ], - }, - "description": "", - "hierarchical": false, - "id": "uuid-from-gatsby", - "name": "Tags", - "rest_base": "tags", - "slug": "post_tag", - "types": Array [ - "post", - ], - "wordpress_id": "post_tag", - }, - Object { - "__type": "wordpress__CATEGORY", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/2", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=2", - }, - ], - }, - "count": 1, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/sample-category-1/", - "meta": Array [], - "name": "Sample category 1", - "slug": "sample-category-1", - "taxonomy": "category", - "wordpress_id": 2, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__CATEGORY", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/3", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=3", - }, - ], - }, - "count": 1, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/sample-category-2/", - "meta": Array [], - "name": "Sample category 2", - "slug": "sample-category-2", - "taxonomy": "category", - "wordpress_id": 3, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__CATEGORY", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/1", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=1", - }, - ], - }, - "count": 0, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/uncategorized/", - "meta": Array [], - "name": "Uncategorized", - "slug": "uncategorized", - "taxonomy": "category", - "wordpress_id": 1, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__TAG", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/post_tag", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags/4", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?tags=4", - }, - ], - }, - "count": 1, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/tag/sample-tag-1/", - "meta": Array [], - "name": "Sample tag 1", - "slug": "sample-tag-1", - "taxonomy": "post_tag", - "wordpress_id": 4, - }, - Object { - "__type": "wordpress__TAG", - "_links": Object { - "about": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/post_tag", - }, - ], - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags", - }, - ], - "curies": Array [ - Object { - "href": "https://api.w.org/{rel}", - "name": "wp", - "templated": true, - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags/5", - }, - ], - "wp_post_type": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?tags=5", - }, - ], - }, - "count": 1, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/tag/sample-tag-2/", - "meta": Array [], - "name": "Sample tag 2", - "slug": "sample-tag-2", - "taxonomy": "post_tag", - "wordpress_id": 5, - }, - Object { - "__type": "wordpress__wp_users", - "_links": Object { - "collection": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users", - }, - ], - "self": Array [ - Object { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1", - }, - ], - }, - "acf": false, - "avatar_urls": Object { - "wordpress_24": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=24&d=mm&r=g", - "wordpress_48": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=48&d=mm&r=g", - "wordpress_96": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=96&d=mm&r=g", - }, - "description": "", - "id": "uuid-from-gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/author/gatsby/", - "meta": Array [], - "name": "gatsby", - "slug": "gatsby", - "url": "", - "wordpress_id": 1, - }, - Object { - "__type": "wordpress__acf_options", - "id": "uuid-from-gatsby", - "wordpress_id": "acf", - }, - Object { - "__type": "wordpress__wc_categories", - "_links": Object { - "collection": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories", - }, - ], - "self": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories/80", - }, - ], - }, - "count": 11, - "description": "blah blah blah", - "display": "default", - "id": "uuid-from-gatsby", - "image": Object { - "alt": "", - "date_created": "2017-12-05T21:10:00", - "date_created_gmt": "2017-12-05T21:10:00", - "date_modified": "2017-12-05T21:10:00", - "date_modified_gmt": "2017-12-05T21:10:00", - "name": "Category 1", - "src": "https://www.example.com/wp-content/uploads/2015/08/Webp.net-resizeimage.jpg", - "wordpress_id": 2043, - }, - "menu_order": 0, - "name": "Category 1", - "slug": "category-1", - "wordpress_id": 80, - "wordpress_parent": 0, - }, - Object { - "__type": "wordpress__wc_categories", - "_links": Object { - "collection": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories", - }, - ], - "self": Array [ - Object { - "href": "https://www.example.com/wp-json/wc/v3/products/categories/104", - }, - ], - }, - "count": 31, - "description": "blah blah blah", - "display": "default", - "id": "uuid-from-gatsby", - "image": Object { - "alt": "", - "date_created": "2017-12-05T21:10:00", - "date_created_gmt": "2017-12-05T21:10:00", - "date_modified": "2017-12-05T21:10:00", - "date_modified_gmt": "2017-12-05T21:10:00", - "name": "Category 2", - "src": "https://www.example.com.com/wp-content/uploads/2015/08/Webp.net-resizeimage.jpg", - "wordpress_id": 2043, - }, - "menu_order": 0, - "name": "Category 2", - "slug": "category-2", - "wordpress_id": 104, - "wordpress_parent": 0, - }, - Object { - "_links": Object { - "collection": Array [ - Object { - "href": "https://www.test.com/wp-json/wc/v3/products", - }, - ], - "self": Array [ - Object { - "href": "https://www.test.com/wp-json/wc/v3/products/3404", - }, - ], - }, - "attributes": Array [], - "average_rating": "0.00", - "backordered": false, - "backorders": "notify", - "backorders_allowed": true, - "button_text": "", - "catalog_visibility": "visible", - "categories": Array [ - Object { - "name": "Category 1", - "slug": "category-1", - "wordpress_id": 80, - }, - Object { - "name": "Category 2", - "slug": "category-2", - "wordpress_id": 104, - }, - ], - "cross_sell_ids": Array [], - "date_created": "2019-02-03T21:49:54.000Z", - "date_modified": "2019-02-03T21:49:54.000Z", - "date_on_sale_from": null, - "date_on_sale_from_gmt": null, - "date_on_sale_to": null, - "date_on_sale_to_gmt": null, - "default_attributes": Array [], - "description": "", - "dimensions": Object { - "height": "", - "length": "", - "width": "", - }, - "download_expiry": -1, - "download_limit": -1, - "downloadable": false, - "downloads": Array [], - "external_url": "", - "featured": false, - "grouped_products": Array [], - "id": "uuid-from-gatsby", - "images": Array [ - Object { - "alt": "", - "date_created": "2019-02-03T21:49:21", - "date_created_gmt": "2019-02-03T21:49:21", - "date_modified": "2019-02-03T21:49:21", - "date_modified_gmt": "2019-02-03T21:49:21", - "name": "test-image-size-2", - "src": "https://www.example.com/wp-content/uploads/2019/02/test.jpg", - "wordpress_id": 3405, - }, - ], - "jetpack_publicize_connections": Array [], - "manage_stock": true, - "menu_order": 0, - "meta_data": Array [ - Object { - "key": "_yoast_wpseo_primary_product_cat", - "value": "104", - "wordpress_id": 52214, - }, - Object { - "key": "nm_product_layout", - "value": "default", - "wordpress_id": 52215, - }, - Object { - "key": "algolia_searchable_posts_records_count", - "value": "1", - "wordpress_id": 52216, - }, - Object { - "key": "algolia_posts_product_records_count", - "value": "1", - "wordpress_id": 52217, - }, - Object { - "key": "_yoast_wpseo_content_score", - "value": "30", - "wordpress_id": 52218, - }, - Object { - "key": "_wpas_done_all", - "value": "1", - "wordpress_id": 52219, - }, - Object { - "key": "_jetpack_related_posts_cache", - "value": Object { - "wordpress_32b0bf150bb6bd30c74ed5fafdacd61f": Object { - "expires": 1549276723, - "payload": Array [ - Object { - "wordpress_id": 3379, - }, - Object { - "wordpress_id": 3365, - }, - Object { - "wordpress_id": 3402, - }, - ], - }, - }, - "wordpress_id": 52294, - }, - ], - "name": "Test Product Gatsby", - "on_sale": false, - "parent_id": 0, - "permalink": "https://www.example.com/product/test/", - "price": "16.99", - "price_html": "$16.99", - "purchasable": true, - "purchase_note": "", - "rating_count": 0, - "regular_price": "16.99", - "related_ids": Array [ - 3340, - 3374, - 3336, - 3354, - 3338, - ], - "reviews_allowed": true, - "sale_price": "", - "shipping_class": "", - "shipping_class_id": 0, - "shipping_required": true, - "shipping_taxable": true, - "short_description": "", - "sku": "M-N2-T", - "slug": "test-product-gatsby", - "sold_individually": false, - "status": "publish", - "stock_quantity": 5, - "stock_status": "instock", - "tax_class": "", - "tax_status": "taxable", - "total_sales": 0, - "type": "simple", - "upsell_ids": Array [], - "variations": Array [], - "virtual": false, - "weight": "", - "wordpress_id": 3404, - }, -] -`; - -exports[`Process WordPress data creates nodes for each entry 1`] = ` -Array [ - Array [ - Object { - "children": Array [], - "internal": Object { - "contentDigest": "contentDigest", - "type": "wordpress__PAGE", - }, - "link": "/packages/gatsby-source-wordpress/", - "parent": null, - "path": "already-set", - }, - ], -] -`; diff --git a/packages/gatsby-source-wordpress/src/__tests__/data.json b/packages/gatsby-source-wordpress/src/__tests__/data.json deleted file mode 100644 index 2bc43232264ac..0000000000000 --- a/packages/gatsby-source-wordpress/src/__tests__/data.json +++ /dev/null @@ -1,1626 +0,0 @@ -[ - { - "id": 28, - "date": "2017-09-02T10:50:27", - "date_gmt": "2017-09-02T10:50:27", - "guid": { - "rendered": "http://dev-gatbsyjswp.pantheonsite.io/?p=28" - }, - "modified": "2017-09-02T10:52:25", - "modified_gmt": "2017-09-02T10:52:25", - "slug": "sample-post-2", - "status": "publish", - "type": "post", - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-2/", - "title": { - "rendered": "Sample post 2" - }, - "content": { - "rendered": "Mauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed efficitur finibus urna, in laoreet tellus sollicitudin sit amet. Phasellus elementum eros nec augue placerat, eget auctor enim mattis. Aenean porta tincidunt pharetra. Aliquam erat volutpat.
\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin faucibus lacus arcu, vel laoreet ligula euismod in. Integer faucibus sapien ut nisl pharetra, id scelerisque risus iaculis. Praesent sapien est, semper in rhoncus id, posuere in mi. Proin scelerisque consectetur risus. Praesent faucibus imperdiet nunc ac aliquet. Duis maximus elementum porttitor. Aliquam tempus in metus at finibus. Suspendisse vestibulum diam sit amet diam varius elementum. Quisque nec ornare odio. Curabitur tincidunt, risus eu consectetur tristique, felis leo tincidunt nunc, ut convallis ligula odio at orci.
\n", - "protected": false - }, - "excerpt": { - "rendered": "Mauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. […]
\n", - "protected": false - }, - "author": 1, - "featured_media": 0, - "comment_status": "open", - "ping_status": "open", - "sticky": false, - "template": "", - "format": "standard", - "meta": [], - "categories": [3], - "tags": [5], - "acf": { - "page_builder": [ - { - "acf_fc_layout": "excerpt", - "content": "Sed efficitur finibus urna, in laoreet tellus sollicitudin sit amet. Phasellus elementum eros nec augue placerat, eget auctor enim mattis." - }, - { - "acf_fc_layout": "post_photo", - "photo": { - "ID": 10, - "id": 10, - "title": "pexels-photo-534351", - "filename": "pexels-photo-534351.jpeg", - "url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "alt": "", - "author": "1", - "description": "", - "caption": "", - "name": "pexels-photo-534351", - "date": "2017-09-02 10:35:16", - "modified": "2017-09-02 10:52:23", - "mime_type": "image/jpeg", - "type": "image", - "icon": "http://dev-gatbsyjswp.pantheonsite.io/wp-includes/images/media/default.png", - "width": 6000, - "height": 4000, - "sizes": { - "thumbnail": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-150x150.jpeg", - "thumbnail-width": 150, - "thumbnail-height": 150, - "medium": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-300x200.jpeg", - "medium-width": 300, - "medium-height": 200, - "medium_large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-768x512.jpeg", - "medium_large-width": 768, - "medium_large-height": 512, - "large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-1024x683.jpeg", - "large-width": 1024, - "large-height": 683 - } - } - } - ] - }, - "polylang_current_lang": "en_US", - "polylang_tranlations": [ - { - "locale": "fr_FR", - "id": 26 - } - ], - "_links": { - "self": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/28" - } - ], - "collection": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts" - } - ], - "about": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/post" - } - ], - "author": [ - { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1" - } - ], - "replies": [ - { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=28" - } - ], - "version-history": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/28/revisions" - } - ], - "wp:attachment": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=28" - } - ], - "wp:term": [ - { - "taxonomy": "category", - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories?post=28" - }, - { - "taxonomy": "post_tag", - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags?post=28" - } - ], - "curies": [ - { - "name": "wp", - "href": "https://api.w.org/{rel}", - "templated": true - } - ] - }, - "__type": "wordpress__POST" - }, - { - "id": 26, - "date": "2017-09-02T10:49:35", - "date_gmt": "2017-09-02T10:49:35", - "guid": { - "rendered": "http://dev-gatbsyjswp.pantheonsite.io/?p=26" - }, - "modified": "2017-09-02T10:52:42", - "modified_gmt": "2017-09-02T10:52:42", - "slug": "sample-post-1", - "status": "publish", - "type": "post", - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-1/", - "title": { - "rendered": "Sample post 1" - }, - "content": { - "rendered": "Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, pharetra sollicitudin sem. Maecenas vel sapien consequat, semper justo ut, pharetra purus. Sed malesuada mauris eu odio posuere congue. Etiam quis quam libero. Vestibulum molestie leo at tortor mollis tempus.
\nDonec sed ornare velit. Mauris consectetur sit amet tortor eget cursus. Donec suscipit tellus lectus, eget vestibulum diam auctor eget. In varius felis in tortor dignissim eleifend. Maecenas pharetra mi lacus, vitae porttitor mi scelerisque eget. Duis aliquam consequat elit, sed posuere magna. In pulvinar erat non neque fringilla, nec posuere mi tristique. Mauris rhoncus nulla turpis, vitae pretium quam malesuada eu. Nullam porta convallis augue sed gravida.
\nAliquam ac posuere risus. Nam et laoreet nulla. Curabitur ut neque nibh. Maecenas condimentum tellus ultricies nunc porta porta eget a elit. Etiam elementum enim at mi ultrices facilisis id non sapien. Suspendisse suscipit, nulla at pretium ultrices, massa dui semper leo, sed tristique elit ipsum in risus. Nunc sem sapien, condimentum vitae ex ac, porttitor viverra purus. Suspendisse risus est, tincidunt sit amet faucibus ac, molestie quis lacus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed pretium, velit a semper feugiat, libero leo ornare metus, vitae bibendum ante leo vitae odio.
\n\n", - "protected": false - }, - "excerpt": { - "rendered": "
Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, […]
\n", - "protected": false - }, - "author": 1, - "featured_media": 0, - "comment_status": "open", - "ping_status": "open", - "sticky": false, - "template": "", - "format": "standard", - "meta": [], - "categories": [2], - "tags": [4], - "acf": { - "page_builder": [ - { - "acf_fc_layout": "excerpt", - "content": "Phasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan." - }, - { - "acf_fc_layout": "image_gallery", - "pictures": [ - { - "title": "Venise", - "picture": { - "ID": 12, - "id": 12, - "title": "pexels-photo-534327", - "filename": "pexels-photo-534327.jpeg", - "url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "alt": "", - "author": "1", - "description": "", - "caption": "", - "name": "pexels-photo-534327", - "date": "2017-09-02 10:36:43", - "modified": "2017-09-02 10:52:39", - "mime_type": "image/jpeg", - "type": "image", - "icon": "http://dev-gatbsyjswp.pantheonsite.io/wp-includes/images/media/default.png", - "width": 6000, - "height": 4000, - "sizes": { - "thumbnail": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-150x150.jpeg", - "thumbnail-width": 150, - "thumbnail-height": 150, - "medium": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-300x200.jpeg", - "medium-width": 300, - "medium-height": 200, - "medium_large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-768x512.jpeg", - "medium_large-width": 768, - "medium_large-height": 512, - "large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-1024x683.jpeg", - "large-width": 1024, - "large-height": 683 - } - } - }, - { - "title": "", - "picture": { - "ID": 10, - "id": 10, - "title": "pexels-photo-534351", - "filename": "pexels-photo-534351.jpeg", - "url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "alt": "", - "author": "1", - "description": "", - "caption": "", - "name": "pexels-photo-534351", - "date": "2017-09-02 10:35:16", - "modified": "2017-09-02 10:52:23", - "mime_type": "image/jpeg", - "type": "image", - "icon": "http://dev-gatbsyjswp.pantheonsite.io/wp-includes/images/media/default.png", - "width": 6000, - "height": 4000, - "sizes": { - "thumbnail": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-150x150.jpeg", - "thumbnail-width": 150, - "thumbnail-height": 150, - "medium": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-300x200.jpeg", - "medium-width": 300, - "medium-height": 200, - "medium_large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-768x512.jpeg", - "medium_large-width": 768, - "medium_large-height": 512, - "large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-1024x683.jpeg", - "large-width": 1024, - "large-height": 683 - } - } - } - ] - }, - { - "acf_fc_layout": "post_photo", - "photo": { - "ID": 12, - "id": 12, - "title": "pexels-photo-534327", - "filename": "pexels-photo-534327.jpeg", - "url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "alt": "", - "author": "1", - "description": "", - "caption": "", - "name": "pexels-photo-534327", - "date": "2017-09-02 10:36:43", - "modified": "2017-09-02 10:52:39", - "mime_type": "image/jpeg", - "type": "image", - "icon": "http://dev-gatbsyjswp.pantheonsite.io/wp-includes/images/media/default.png", - "width": 6000, - "height": 4000, - "sizes": { - "thumbnail": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-150x150.jpeg", - "thumbnail-width": 150, - "thumbnail-height": 150, - "medium": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-300x200.jpeg", - "medium-width": 300, - "medium-height": 200, - "medium_large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-768x512.jpeg", - "medium_large-width": 768, - "medium_large-height": 512, - "large": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-1024x683.jpeg", - "large-width": 1024, - "large-height": 683 - } - } - } - ] - }, - "polylang_current_lang": "fr_FR", - "polylang_tranlations": [ - { - "locale": "en_US", - "id": 28 - } - ], - "_links": { - "self": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/26" - } - ], - "collection": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts" - } - ], - "about": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/post" - } - ], - "author": [ - { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1" - } - ], - "replies": [ - { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=26" - } - ], - "version-history": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts/26/revisions" - } - ], - "wp:attachment": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=26" - } - ], - "wp:term": [ - { - "taxonomy": "category", - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories?post=26" - }, - { - "taxonomy": "post_tag", - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags?post=26" - } - ], - "curies": [ - { - "name": "wp", - "href": "https://api.w.org/{rel}", - "templated": true - } - ] - }, - "__type": "wordpress__POST" - }, - { - "id": 5, - "date": "2017-09-02T10:30:57", - "date_gmt": "2017-09-02T10:30:57", - "guid": { - "rendered": "http://dev-gatbsyjswp.pantheonsite.io/?page_id=5" - }, - "modified": "2017-09-02T10:47:16", - "modified_gmt": "2017-09-02T10:47:16", - "slug": "gatsby-sample-home-page", - "status": "publish", - "type": "page", - "link": "http://dev-gatbsyjswp.pantheonsite.io/", - "title": { - "rendered": "Gatsby sample home page" - }, - "content": { - "rendered": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin faucibus lacus arcu, vel laoreet ligula euismod in. Integer faucibus sapien ut nisl pharetra, id scelerisque risus iaculis. Praesent sapien est, semper in rhoncus id, posuere in mi. Proin scelerisque consectetur risus. Praesent faucibus imperdiet nunc ac aliquet. Duis maximus elementum porttitor. Aliquam tempus in metus at finibus. Suspendisse vestibulum diam sit amet diam varius elementum. Quisque nec ornare odio. Curabitur tincidunt, risus eu consectetur tristique, felis leo tincidunt nunc, ut convallis ligula odio at orci.
\nMauris mattis elit erat, ut sodales lorem vestibulum sit amet. Sed eget urna suscipit nunc facilisis tempor. Nunc vel consequat diam. Fusce scelerisque gravida ex, vitae porttitor velit dictum at. Etiam arcu metus, gravida in libero vitae, porta volutpat ligula. Morbi vestibulum fermentum ipsum id ornare. Curabitur fermentum tellus elit, nec semper diam blandit id. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed efficitur finibus urna, in laoreet tellus sollicitudin sit amet. Phasellus elementum eros nec augue placerat, eget auctor enim mattis. Aenean porta tincidunt pharetra. Aliquam erat volutpat.
\nAliquam ac posuere risus. Nam et laoreet nulla. Curabitur ut neque nibh. Maecenas condimentum tellus ultricies nunc porta porta eget a elit. Etiam elementum enim at mi ultrices facilisis id non sapien. Suspendisse suscipit, nulla at pretium ultrices, massa dui semper leo, sed tristique elit ipsum in risus. Nunc sem sapien, condimentum vitae ex ac, porttitor viverra purus. Suspendisse risus est, tincidunt sit amet faucibus ac, molestie quis lacus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed pretium, velit a semper feugiat, libero leo ornare metus, vitae bibendum ante leo vitae odio.
\nDonec sed ornare velit. Mauris consectetur sit amet tortor eget cursus. Donec suscipit tellus lectus, eget vestibulum diam auctor eget. In varius felis in tortor dignissim eleifend. Maecenas pharetra mi lacus, vitae porttitor mi scelerisque eget. Duis aliquam consequat elit, sed posuere magna. In pulvinar erat non neque fringilla, nec posuere mi tristique. Mauris rhoncus nulla turpis, vitae pretium quam malesuada eu. Nullam porta convallis augue sed gravida.
\nPhasellus blandit sollicitudin metus, vitae ultricies tortor pretium sed. Donec et elit sed sapien mattis dapibus non at magna. Nulla et accumsan libero. Cras sodales imperdiet diam ac dictum. Donec mattis lacus nec tempus tempor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nunc velit arcu, facilisis nec enim vitae, pharetra sollicitudin sem. Maecenas vel sapien consequat, semper justo ut, pharetra purus. Sed malesuada mauris eu odio posuere congue. Etiam quis quam libero. Vestibulum molestie leo at tortor mollis tempus.
\n", - "protected": false - }, - "excerpt": { - "rendered": "Lorem ipsum Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et odio sit amet est eleifend semper vitae iaculis risus. Etiam sit amet purus interdum, laoreet massa ac, tristique tortor. Suspendisse porta nibh a quam faucibus vestibulum. Morbi magna justo, semper eget pellentesque at, maximus sed justo. Vivamus sodales sem in imperdiet lacinia. Proin […]
\n", - "protected": false - }, - "author": 1, - "featured_media": 0, - "parent": 0, - "menu_order": 0, - "comment_status": "closed", - "ping_status": "closed", - "template": "", - "meta": [], - "acf": { - "linked_image": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg" - }, - "_links": { - "self": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages/5" - } - ], - "collection": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages" - } - ], - "about": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/page" - } - ], - "author": [ - { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1" - } - ], - "replies": [ - { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=5" - } - ], - "version-history": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages/5/revisions" - } - ], - "wp:attachment": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=5" - } - ], - "curies": [ - { - "name": "wp", - "href": "https://api.w.org/{rel}", - "templated": true - } - ] - }, - "__type": "wordpress__PAGE" - }, - { - "id": 12, - "date": "2017-09-02T10:36:43", - "date_gmt": "2017-09-02T10:36:43", - "guid": { - "rendered": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg" - }, - "modified": "2017-09-02T10:52:39", - "modified_gmt": "2017-09-02T10:52:39", - "slug": "pexels-photo-534327", - "status": "inherit", - "type": "attachment", - "link": "http://dev-gatbsyjswp.pantheonsite.io/sample-post-1/pexels-photo-534327/", - "title": { - "rendered": "pexels-photo-534327" - }, - "author": 1, - "comment_status": "open", - "ping_status": "closed", - "template": "", - "meta": [], - "acf": false, - "description": { - "rendered": " \n" - }, - "caption": { - "rendered": "" - }, - "alt_text": "", - "media_type": "image", - "mime_type": "image/jpeg", - "media_details": { - "width": 6000, - "height": 4000, - "file": "2017/09/pexels-photo-534327.jpeg", - "sizes": { - "thumbnail": { - "file": "pexels-photo-534327-150x150.jpeg", - "width": 150, - "height": 150, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-150x150.jpeg" - }, - "medium": { - "file": "pexels-photo-534327-300x200.jpeg", - "width": 300, - "height": 200, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-300x200.jpeg" - }, - "medium_large": { - "file": "pexels-photo-534327-768x512.jpeg", - "width": 768, - "height": 512, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-768x512.jpeg" - }, - "large": { - "file": "pexels-photo-534327-1024x683.jpeg", - "width": 1024, - "height": 683, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327-1024x683.jpeg" - }, - "full": { - "file": "pexels-photo-534327.jpeg", - "width": 6000, - "height": 4000, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg" - } - }, - "image_meta": { - "aperture": "7.1", - "credit": "", - "camera": "ILCA-77M2", - "caption": "", - "created_timestamp": "1414776055", - "copyright": "", - "focal_length": "24", - "iso": "100", - "shutter_speed": "0.01", - "title": "", - "orientation": "1", - "keywords": [] - } - }, - "post": 26, - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534327.jpeg", - "_links": { - "self": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media/12" - } - ], - "collection": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media" - } - ], - "about": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/attachment" - } - ], - "author": [ - { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1" - } - ], - "replies": [ - { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=12" - } - ] - }, - "__type": "wordpress__wp_media" - }, - { - "id": 10, - "date": "2017-09-02T10:35:16", - "date_gmt": "2017-09-02T10:35:16", - "guid": { - "rendered": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg" - }, - "modified": "2017-09-02T10:52:23", - "modified_gmt": "2017-09-02T10:52:23", - "slug": "pexels-photo-534351", - "status": "inherit", - "type": "attachment", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby-sample-home-page/pexels-photo-534351/", - "title": { - "rendered": "pexels-photo-534351" - }, - "author": 1, - "comment_status": "open", - "ping_status": "closed", - "template": "", - "meta": [], - "acf": false, - "description": { - "rendered": " \n" - }, - "caption": { - "rendered": "" - }, - "alt_text": "", - "media_type": "image", - "mime_type": "image/jpeg", - "media_details": { - "width": 6000, - "height": 4000, - "file": "2017/09/pexels-photo-534351.jpeg", - "sizes": { - "thumbnail": { - "file": "pexels-photo-534351-150x150.jpeg", - "width": 150, - "height": 150, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-150x150.jpeg" - }, - "medium": { - "file": "pexels-photo-534351-300x200.jpeg", - "width": 300, - "height": 200, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-300x200.jpeg" - }, - "medium_large": { - "file": "pexels-photo-534351-768x512.jpeg", - "width": 768, - "height": 512, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-768x512.jpeg" - }, - "large": { - "file": "pexels-photo-534351-1024x683.jpeg", - "width": 1024, - "height": 683, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351-1024x683.jpeg" - }, - "full": { - "file": "pexels-photo-534351.jpeg", - "width": 6000, - "height": 4000, - "mime_type": "image/jpeg", - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg" - } - }, - "image_meta": { - "aperture": "10", - "credit": "", - "camera": "ILCA-77M2", - "caption": "", - "created_timestamp": "1414838901", - "copyright": "", - "focal_length": "24", - "iso": "100", - "shutter_speed": "0.005", - "title": "", - "orientation": "1", - "keywords": [] - } - }, - "post": 5, - "source_url": "http://dev-gatbsyjswp.pantheonsite.io/wp-content/uploads/2017/09/pexels-photo-534351.jpeg", - "_links": { - "self": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media/10" - } - ], - "collection": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media" - } - ], - "about": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/attachment" - } - ], - "author": [ - { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1" - } - ], - "replies": [ - { - "embeddable": true, - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/comments?post=10" - } - ] - }, - "__type": "wordpress__wp_media" - }, - { - "id": 41, - "date": "2017-09-02T10:57:32", - "date_gmt": "2017-09-02T10:57:32", - "guid": { - "rendered": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=41" - }, - "modified": "2017-09-02T10:57:32", - "modified_gmt": "2017-09-02T10:57:32", - "slug": "fifth", - "status": "publish", - "type": "gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/fifth/", - "title": { - "rendered": "fifth" - }, - "content": { - "rendered": "", - "protected": false - }, - "template": "", - "acf": { - "year": "2012", - "quote": "C'est ainsi que nous avançons, barques à contre-courant, sans cesse ramenés vers le passé." - }, - "_links": { - "self": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/41" - } - ], - "collection": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby" - } - ], - "about": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby" - } - ], - "wp:attachment": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=41" - } - ], - "curies": [ - { - "name": "wp", - "href": "https://api.w.org/{rel}", - "templated": true - } - ] - }, - "__type": "wordpress__wp_gatsby" - }, - { - "id": 40, - "date": "2017-09-02T10:57:18", - "date_gmt": "2017-09-02T10:57:18", - "guid": { - "rendered": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=40" - }, - "modified": "2017-09-02T10:57:18", - "modified_gmt": "2017-09-02T10:57:18", - "slug": "forth", - "status": "publish", - "type": "gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/forth/", - "title": { - "rendered": "forth" - }, - "content": { - "rendered": "201
\n", - "protected": false - }, - "template": "", - "acf": { - "year": "2011", - "quote": "C'est ainsi que nous nous débattons, comme des barques contre le courant, sans cesse repoussés vers le passé." - }, - "_links": { - "self": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/40" - } - ], - "collection": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby" - } - ], - "about": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby" - } - ], - "wp:attachment": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=40" - } - ], - "curies": [ - { - "name": "wp", - "href": "https://api.w.org/{rel}", - "templated": true - } - ] - }, - "__type": "wordpress__wp_gatsby" - }, - { - "id": 39, - "date": "2017-09-02T10:57:00", - "date_gmt": "2017-09-02T10:57:00", - "guid": { - "rendered": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=39" - }, - "modified": "2017-09-02T10:57:00", - "modified_gmt": "2017-09-02T10:57:00", - "slug": "third", - "status": "publish", - "type": "gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/third/", - "title": { - "rendered": "third" - }, - "content": { - "rendered": "", - "protected": false - }, - "template": "", - "acf": { - "year": "1990", - "quote": "Et nous luttons ainsi, barques à contre-courant, refoulés sans fin vers notre passé." - }, - "_links": { - "self": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/39" - } - ], - "collection": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby" - } - ], - "about": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby" - } - ], - "wp:attachment": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=39" - } - ], - "curies": [ - { - "name": "wp", - "href": "https://api.w.org/{rel}", - "templated": true - } - ] - }, - "__type": "wordpress__wp_gatsby" - }, - { - "id": 38, - "date": "2017-09-02T10:56:47", - "date_gmt": "2017-09-02T10:56:47", - "guid": { - "rendered": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=38" - }, - "modified": "2017-09-02T10:56:47", - "modified_gmt": "2017-09-02T10:56:47", - "slug": "second", - "status": "publish", - "type": "gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/second/", - "title": { - "rendered": "second" - }, - "content": { - "rendered": "", - "protected": false - }, - "template": "", - "acf": { - "year": "1946", - "quote": "Car c'est ainsi que nous allons, barques luttant contre un courant qui nous ramène sans cesse vers le passé." - }, - "_links": { - "self": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/38" - } - ], - "collection": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby" - } - ], - "about": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby" - } - ], - "wp:attachment": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=38" - } - ], - "curies": [ - { - "name": "wp", - "href": "https://api.w.org/{rel}", - "templated": true - } - ] - }, - "__type": "wordpress__wp_gatsby" - }, - { - "id": 37, - "date": "2017-09-02T10:56:32", - "date_gmt": "2017-09-02T10:56:32", - "guid": { - "rendered": "http://dev-gatbsyjswp.pantheonsite.io/?post_type=gatsby&p=37" - }, - "modified": "2017-09-02T10:56:32", - "modified_gmt": "2017-09-02T10:56:32", - "slug": "first", - "status": "publish", - "type": "gatsby", - "link": "http://dev-gatbsyjswp.pantheonsite.io/gatsby/first/", - "title": { - "rendered": "first" - }, - "content": { - "rendered": "", - "protected": false - }, - "template": "", - "acf": { - "year": "1926", - "quote": "C'est ainsi que nous avançons, barques luttant contre un courant qui nous rejette sans cesse vers le passé." - }, - "_links": { - "self": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby/37" - } - ], - "collection": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby" - } - ], - "about": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types/gatsby" - } - ], - "wp:attachment": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media?parent=37" - } - ], - "curies": [ - { - "name": "wp", - "href": "https://api.w.org/{rel}", - "templated": true - } - ] - }, - "__type": "wordpress__wp_gatsby" - }, - { - "post": { - "description": "", - "hierarchical": false, - "name": "Posts", - "slug": "post", - "taxonomies": ["category", "post_tag"], - "rest_base": "posts", - "_links": { - "collection": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types" - } - ], - "wp:items": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts" - } - ], - "curies": [ - { - "name": "wp", - "href": "https://api.w.org/{rel}", - "templated": true - } - ] - } - }, - "page": { - "description": "", - "hierarchical": true, - "name": "Pages", - "slug": "page", - "taxonomies": [], - "rest_base": "pages", - "_links": { - "collection": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types" - } - ], - "wp:items": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/pages" - } - ], - "curies": [ - { - "name": "wp", - "href": "https://api.w.org/{rel}", - "templated": true - } - ] - } - }, - "attachment": { - "description": "", - "hierarchical": false, - "name": "Media", - "slug": "attachment", - "taxonomies": [], - "rest_base": "media", - "_links": { - "collection": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types" - } - ], - "wp:items": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/media" - } - ], - "curies": [ - { - "name": "wp", - "href": "https://api.w.org/{rel}", - "templated": true - } - ] - } - }, - "gatsby": { - "description": "", - "hierarchical": false, - "name": "Gatsbys", - "slug": "gatsby", - "taxonomies": [], - "rest_base": "gatsby", - "_links": { - "collection": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/types" - } - ], - "wp:items": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/gatsby" - } - ], - "curies": [ - { - "name": "wp", - "href": "https://api.w.org/{rel}", - "templated": true - } - ] - } - }, - "__type": "wordpress__wp_types" - }, - { - "publish": { - "name": "Published", - "public": true, - "queryable": true, - "slug": "publish", - "_links": { - "archives": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts" - } - ] - } - }, - "acf-disabled": { - "name": "Inactive", - "public": true, - "queryable": true, - "slug": "acf-disabled", - "_links": { - "archives": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?status=acf-disabled" - } - ] - } - }, - "__type": "wordpress__wp_statuses" - }, - { - "category": { - "name": "Categories", - "slug": "category", - "description": "", - "types": ["post"], - "hierarchical": true, - "rest_base": "categories", - "_links": { - "collection": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies" - } - ], - "wp:items": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories" - } - ], - "curies": [ - { - "name": "wp", - "href": "https://api.w.org/{rel}", - "templated": true - } - ] - } - }, - "post_tag": { - "name": "Tags", - "slug": "post_tag", - "description": "", - "types": ["post"], - "hierarchical": false, - "rest_base": "tags", - "_links": { - "collection": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies" - } - ], - "wp:items": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags" - } - ], - "curies": [ - { - "name": "wp", - "href": "https://api.w.org/{rel}", - "templated": true - } - ] - } - }, - "__type": "wordpress__wp_taxonomies" - }, - { - "id": 2, - "count": 1, - "description": "", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/sample-category-1/", - "name": "Sample category 1", - "slug": "sample-category-1", - "taxonomy": "category", - "parent": 0, - "meta": [], - "_links": { - "self": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/2" - } - ], - "collection": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories" - } - ], - "about": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category" - } - ], - "wp:post_type": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=2" - } - ], - "curies": [ - { - "name": "wp", - "href": "https://api.w.org/{rel}", - "templated": true - } - ] - }, - "__type": "wordpress__CATEGORY" - }, - { - "id": 3, - "count": 1, - "description": "", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/sample-category-2/", - "name": "Sample category 2", - "slug": "sample-category-2", - "taxonomy": "category", - "parent": 0, - "meta": [], - "_links": { - "self": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/3" - } - ], - "collection": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories" - } - ], - "about": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category" - } - ], - "wp:post_type": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=3" - } - ], - "curies": [ - { - "name": "wp", - "href": "https://api.w.org/{rel}", - "templated": true - } - ] - }, - "__type": "wordpress__CATEGORY" - }, - { - "id": 1, - "count": 0, - "description": "", - "link": "http://dev-gatbsyjswp.pantheonsite.io/category/uncategorized/", - "name": "Uncategorized", - "slug": "uncategorized", - "taxonomy": "category", - "parent": 0, - "meta": [], - "_links": { - "self": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories/1" - } - ], - "collection": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/categories" - } - ], - "about": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/category" - } - ], - "wp:post_type": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?categories=1" - } - ], - "curies": [ - { - "name": "wp", - "href": "https://api.w.org/{rel}", - "templated": true - } - ] - }, - "__type": "wordpress__CATEGORY" - }, - { - "id": 4, - "count": 1, - "description": "", - "link": "http://dev-gatbsyjswp.pantheonsite.io/tag/sample-tag-1/", - "name": "Sample tag 1", - "slug": "sample-tag-1", - "taxonomy": "post_tag", - "meta": [], - "_links": { - "self": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags/4" - } - ], - "collection": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags" - } - ], - "about": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/post_tag" - } - ], - "wp:post_type": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?tags=4" - } - ], - "curies": [ - { - "name": "wp", - "href": "https://api.w.org/{rel}", - "templated": true - } - ] - }, - "__type": "wordpress__TAG" - }, - { - "id": 5, - "count": 1, - "description": "", - "link": "http://dev-gatbsyjswp.pantheonsite.io/tag/sample-tag-2/", - "name": "Sample tag 2", - "slug": "sample-tag-2", - "taxonomy": "post_tag", - "meta": [], - "_links": { - "self": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags/5" - } - ], - "collection": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/tags" - } - ], - "about": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/taxonomies/post_tag" - } - ], - "wp:post_type": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts?tags=5" - } - ], - "curies": [ - { - "name": "wp", - "href": "https://api.w.org/{rel}", - "templated": true - } - ] - }, - "__type": "wordpress__TAG" - }, - { - "id": 1, - "name": "gatsby", - "url": "", - "description": "", - "link": "http://dev-gatbsyjswp.pantheonsite.io/author/gatsby/", - "slug": "gatsby", - "avatar_urls": { - "24": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=24&d=mm&r=g", - "48": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=48&d=mm&r=g", - "96": "http://2.gravatar.com/avatar/bd015b2f012c7da7baf972ba8f05cfd5?s=96&d=mm&r=g" - }, - "meta": [], - "acf": false, - "_links": { - "self": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users/1" - } - ], - "collection": [ - { - "href": "http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/users" - } - ] - }, - "__type": "wordpress__wp_users" - }, - { - "acf": false, - "__type": "wordpress__acf_options" - }, - { - "id": 80, - "name": "Category 1", - "slug": "category-1", - "parent": 0, - "description": "blah blah blah", - "display": "default", - "image": { - "id": 2043, - "date_created": "2017-12-05T21:10:00", - "date_created_gmt": "2017-12-05T21:10:00", - "date_modified": "2017-12-05T21:10:00", - "date_modified_gmt": "2017-12-05T21:10:00", - "src": "https://www.example.com/wp-content/uploads/2015/08/Webp.net-resizeimage.jpg", - "name": "Category 1", - "alt": "" - }, - "__type": "wordpress__wc_categories", - "menu_order": 0, - "count": 11, - "_links": { - "self": [ - { - "href": "https://www.example.com/wp-json/wc/v3/products/categories/80" - } - ], - "collection": [ - { - "href": "https://www.example.com/wp-json/wc/v3/products/categories" - } - ] - } - }, - { - "id": 104, - "name": "Category 2", - "slug": "category-2", - "parent": 0, - "description": "blah blah blah", - "display": "default", - "image": { - "id": 2043, - "date_created": "2017-12-05T21:10:00", - "date_created_gmt": "2017-12-05T21:10:00", - "date_modified": "2017-12-05T21:10:00", - "date_modified_gmt": "2017-12-05T21:10:00", - "src": "https://www.example.com.com/wp-content/uploads/2015/08/Webp.net-resizeimage.jpg", - "name": "Category 2", - "alt": "" - }, - "__type": "wordpress__wc_categories", - "menu_order": 0, - "count": 31, - "_links": { - "self": [ - { - "href": "https://www.example.com/wp-json/wc/v3/products/categories/104" - } - ], - "collection": [ - { - "href": "https://www.example.com/wp-json/wc/v3/products/categories" - } - ] - } - }, - { - "id": 3404, - "name": "Test Product Gatsby", - "slug": "test-product-gatsby", - "permalink": "https://www.example.com/product/test/", - "date_created": "2019-02-03T21:49:54", - "date_created_gmt": "2019-02-03T21:49:54", - "date_modified": "2019-02-03T21:49:54", - "date_modified_gmt": "2019-02-03T21:49:54", - "type": "simple", - "status": "publish", - "featured": false, - "catalog_visibility": "visible", - "description": "", - "short_description": "", - "sku": "M-N2-T", - "price": "16.99", - "regular_price": "16.99", - "sale_price": "", - "date_on_sale_from": null, - "date_on_sale_from_gmt": null, - "date_on_sale_to": null, - "date_on_sale_to_gmt": null, - "price_html": "$16.99", - "on_sale": false, - "purchasable": true, - "total_sales": 0, - "virtual": false, - "downloadable": false, - "downloads": [], - "download_limit": -1, - "download_expiry": -1, - "external_url": "", - "button_text": "", - "tax_status": "taxable", - "tax_class": "", - "manage_stock": true, - "stock_quantity": 5, - "stock_status": "instock", - "backorders": "notify", - "backorders_allowed": true, - "backordered": false, - "sold_individually": false, - "weight": "", - "dimensions": { - "length": "", - "width": "", - "height": "" - }, - "shipping_required": true, - "shipping_taxable": true, - "shipping_class": "", - "shipping_class_id": 0, - "reviews_allowed": true, - "average_rating": "0.00", - "rating_count": 0, - "related_ids": [3340, 3374, 3336, 3354, 3338], - "upsell_ids": [], - "cross_sell_ids": [], - "parent_id": 0, - "purchase_note": "", - "categories": [ - { - "id": 80, - "name": "Category 1", - "slug": "category-1" - }, - { - "id": 104, - "name": "Category 2", - "slug": "category-2" - } - ], - "images": [ - { - "id": 3405, - "date_created": "2019-02-03T21:49:21", - "date_created_gmt": "2019-02-03T21:49:21", - "date_modified": "2019-02-03T21:49:21", - "date_modified_gmt": "2019-02-03T21:49:21", - "src": "https://www.example.com/wp-content/uploads/2019/02/test.jpg", - "name": "test-image-size-2", - "alt": "" - } - ], - "attributes": [], - "default_attributes": [], - "variations": [], - "grouped_products": [], - "menu_order": 0, - "meta_data": [ - { - "id": 52214, - "key": "_yoast_wpseo_primary_product_cat", - "value": "104" - }, - { - "id": 52215, - "key": "nm_product_layout", - "value": "default" - }, - { - "id": 52216, - "key": "algolia_searchable_posts_records_count", - "value": "1" - }, - { - "id": 52217, - "key": "algolia_posts_product_records_count", - "value": "1" - }, - { - "id": 52218, - "key": "_yoast_wpseo_content_score", - "value": "30" - }, - { - "id": 52219, - "key": "_wpas_done_all", - "value": "1" - }, - { - "id": 52294, - "key": "_jetpack_related_posts_cache", - "value": { - "32b0bf150bb6bd30c74ed5fafdacd61f": { - "expires": 1549276723, - "payload": [ - { - "id": 3379 - }, - { - "id": 3365 - }, - { - "id": 3402 - } - ] - } - } - } - ], - "jetpack_publicize_connections": [], - "_links": { - "self": [ - { - "href": "https://www.test.com/wp-json/wc/v3/products/3404" - } - ], - "collection": [ - { - "href": "https://www.test.com/wp-json/wc/v3/products" - } - ] - } - } -] diff --git a/packages/gatsby-source-wordpress/src/__tests__/fetch.js b/packages/gatsby-source-wordpress/src/__tests__/fetch.js deleted file mode 100644 index 141f6ce04d4f7..0000000000000 --- a/packages/gatsby-source-wordpress/src/__tests__/fetch.js +++ /dev/null @@ -1,59 +0,0 @@ -const fetch = require(`../fetch`) - -describe(`Fetching`, () => { - it(`gets raw entity type for wordpress.com`, () => { - const key = `/wp/v2/sites/example.wordpress.com/posts` - const path = fetch.getRawEntityType(key) - expect(path).toEqual(`posts`) - }) - - it(`gets route path for wordpress.com by removing base path from the full path`, () => { - const key = `/wp/v2/sites/example.wordpress.com/posts` - const baseUrl = `https://public-api.wordpress.com/wp/v2/sites/example.wordpress.com` - const path = fetch.getRoutePath(baseUrl, key) - expect(path).toEqual(`/posts`) - }) - - it(`gets route path for wordpress.org by removing base path from the full path`, () => { - const key = `/wp-json/wp/v2/posts` - const baseUrl = `http://dev-gatbsyjswp.pantheonsite.io/wp-json` - const path = fetch.getRoutePath(baseUrl, key) - expect(path).toEqual(`/wp/v2/posts`) - }) - - it(`builds full URL correctly for wordpress.com`, () => { - const key = `/wp/v2/sites/example.wordpress.com/posts` - const baseUrl = `https://public-api.wordpress.com/wp/v2/sites/example.wordpress.com` - const fullUrl = fetch.buildFullUrl(baseUrl, key, true) - expect(fullUrl).toEqual( - `https://public-api.wordpress.com/wp/v2/sites/example.wordpress.com/posts` - ) - }) - - it(`builds full URL correctly for wordpress.org`, () => { - const key = `/wp/v2/posts` - const baseUrl = `http://dev-gatbsyjswp.pantheonsite.io/wp-json` - const fullUrl = fetch.buildFullUrl(baseUrl, key, false) - expect(fullUrl).toEqual( - `http://dev-gatbsyjswp.pantheonsite.io/wp-json/wp/v2/posts` - ) - }) - - it(`properly use api URL if self uses same domain`, () => { - expect( - fetch.useApiUrl( - `http://example.com/wp-json`, - `http://example.com/wp-json/wp-api-menus/v2/menus/2` - ) - ).toEqual(`http://example.com/wp-json/wp-api-menus/v2/menus/2`) - }) - - it(`properly use api URL if self route uses different domain`, () => { - expect( - fetch.useApiUrl( - `http://example.com/wp-json`, - `http://localhost:8080/wp-json/wp-api-menus/v2/menus/2` - ) - ).toEqual(`http://example.com/wp-json/wp-api-menus/v2/menus/2`) - }) -}) diff --git a/packages/gatsby-source-wordpress/src/__tests__/http-exception-handler.js b/packages/gatsby-source-wordpress/src/__tests__/http-exception-handler.js deleted file mode 100644 index 095e54a9be96c..0000000000000 --- a/packages/gatsby-source-wordpress/src/__tests__/http-exception-handler.js +++ /dev/null @@ -1,7 +0,0 @@ -const httpExceptionHandler = require(`../http-exception-handler`) - -describe(`http-exception-handler`, () => { - it(`handles errors that lack responses without crashing`, () => { - expect(() => httpExceptionHandler({})).not.toThrowError() - }) -}) diff --git a/packages/gatsby-source-wordpress/src/__tests__/normalize-base-url.js b/packages/gatsby-source-wordpress/src/__tests__/normalize-base-url.js deleted file mode 100644 index cbd3c0b01465d..0000000000000 --- a/packages/gatsby-source-wordpress/src/__tests__/normalize-base-url.js +++ /dev/null @@ -1,12 +0,0 @@ -const normalizeBaseUrl = require(`../normalize-base-url`) - -describe(`Normalize baseUrl`, () => { - it(`Removes trailing slashes`, () => { - expect(normalizeBaseUrl(`example.com/`)).toBe(`example.com`) - }) - - it(`Removes the protocol`, () => { - expect(normalizeBaseUrl(`http://example.com`)).toBe(`example.com`) - expect(normalizeBaseUrl(`https://example.com`)).toBe(`example.com`) - }) -}) diff --git a/packages/gatsby-source-wordpress/src/__tests__/normalize.js b/packages/gatsby-source-wordpress/src/__tests__/normalize.js deleted file mode 100644 index b2cc74dcebf99..0000000000000 --- a/packages/gatsby-source-wordpress/src/__tests__/normalize.js +++ /dev/null @@ -1,161 +0,0 @@ -const normalize = require(`../normalize`) - -let entities = require(`./data.json`) - -describe(`Process WordPress data`, () => { - let entityTypes - it(`Creates entities from object collections of entities`, () => { - entities = normalize.normalizeEntities(entities) - }) - it(`Standardizes ids & cleans keys`, () => { - entities = normalize.standardizeKeys(entities) - expect(entities).toMatchSnapshot() - }) - it(`Converts to use only GMT dates`, () => { - entities = normalize.standardizeDates(entities) - expect(entities).toMatchSnapshot() - }) - it(`Lifts all "rendered" fields to top-level`, () => { - entities = normalize.liftRenderedField(entities) - expect(entities).toMatchSnapshot() - }) - it(`excludes unknown entities`, () => { - entities = normalize.excludeUnknownEntities(entities) - }) - it(`creates Gatsby IDs for each entity`, () => { - const createNodeId = jest.fn() - createNodeId.mockReturnValue(`uuid-from-gatsby`) - entities = normalize.createGatsbyIds( - createNodeId, - entities, - `http://dev-gatbsyjswp.pantheonsite.io` - ) - expect(entities).toMatchSnapshot() - }) - it(`Creates map of types`, () => { - entityTypes = normalize.mapTypes(entities) - expect(entityTypes).toMatchSnapshot() - }) - it(`Creates links between authors and user entities`, () => { - entities = normalize.mapAuthorsToUsers(entities) - expect(entities).toMatchSnapshot() - }) - it(`Creates links between posts and tags/categories`, () => { - entities = normalize.mapPostsToTagsCategories(entities) - expect(entities).toMatchSnapshot() - }) - - it(`Creates links between tags/categories and taxonomies`, () => { - entities = normalize.mapTagsCategoriesToTaxonomies(entities) - expect(entities).toMatchSnapshot() - }) - - it(`Creates links from entities to media nodes`, () => { - entities = normalize.mapEntitiesToMedia(entities) - expect(entities).toMatchSnapshot() - }) - - it(`Removes the acf key when acf is not an object`, () => { - let dummyEntities = [ - { id: 1, acf: false }, - { id: 2, acf: {} }, - ] - expect(normalize.normalizeACF(dummyEntities)).toEqual([ - { id: 1 }, - { id: 2, acf: {} }, - ]) - }) - - it(`Creates links between entities and polylang translations entities`, () => { - entities = normalize.mapPolylangTranslations(entities) - expect(entities).toMatchSnapshot() - }) - - describe(`createUrlPathsFromLinks`, () => { - it(`should create URL paths from links`, () => { - entities = normalize.createUrlPathsFromLinks(entities) - expect(entities).toMatchSnapshot() - }) - - // Some WordPress plugins (like https://wordpress.org/plugins/relative-url/) - // convert URLS to relative links - it(`should work if links are already relative`, () => { - const link = `/packages/gatsby-source-wordpress/` - entities = normalize.createUrlPathsFromLinks([ - { link, __type: `wordpress__PAGE` }, - ]) - expect(entities).toEqual([ - { - link, - __type: `wordpress__PAGE`, - path: link, - }, - ]) - }) - - // Someone or some plugin could have already enriched the - // REST endpoint on WordPress side with a "path" field - it(`should not touch already present "path" fields`, () => { - const link = `/packages/gatsby-source-wordpress/` - entities = normalize.createUrlPathsFromLinks([ - { link, __type: `wordpress__PAGE`, path: `already-set` }, - ]) - expect(entities).toEqual([ - { - link, - __type: `wordpress__PAGE`, - path: `already-set`, - }, - ]) - }) - }) - - // Skipped for now since it's a bit tricky to mock - // as it needs access to the store/cache + would download file. - it.skip(`downloads media files and removes "sizes" if keepMediaSizes is set to false (default)`, async () => { - entities = await normalize.downloadMediaFiles(entities) - expect(entities).toMatchSnapshot() - }) - - it(`creates nodes for each entry`, () => { - const createNode = jest.fn() - const createContentDigest = jest.fn().mockReturnValue(`contentDigest`) - normalize.createNodesFromEntities({ - entities, - createNode, - createContentDigest, - }) - expect(createNode.mock.calls).toMatchSnapshot() - }) -}) - -describe(`getValidKey`, () => { - it(`It passes a key through untouched that passes`, () => { - expect( - normalize.getValidKey({ - key: `hi`, - }) - ).toBe(`hi`) - }) - it(`It prefixes keys that start with numbers`, () => { - expect( - normalize.getValidKey({ - key: `0hi`, - }) - ).toBe(`wordpress_0hi`) - }) - it(`It prefixes keys that conflict with default Gatsby fields`, () => { - expect( - normalize.getValidKey({ - key: `children`, - }) - ).toBe(`wordpress_children`) - }) - it(`It replaces invalid characters`, () => { - expect( - normalize.getValidKey({ - key: `h:i`, - }) - ).toBe(`h_i`) - }) -}) diff --git a/packages/gatsby-source-wordpress/src/__tests__/request-in-queue.js b/packages/gatsby-source-wordpress/src/__tests__/request-in-queue.js deleted file mode 100644 index f5c7bb7fa5f91..0000000000000 --- a/packages/gatsby-source-wordpress/src/__tests__/request-in-queue.js +++ /dev/null @@ -1,51 +0,0 @@ -jest.mock(`axios`) - -const requestInQueue = require(`../request-in-queue`) -const axios = require(`axios`) - -axios.mockImplementation(opts => { - if (opts.throw) { - throw new Error(opts.throw) - } - - return opts.url.slice(opts.url.lastIndexOf(`/`) + 1) -}) - -describe(`requestInQueue`, () => { - let requests - - beforeEach(() => { - requests = [ - { method: `get`, url: `https://gatsbyjs.org/1` }, - { method: `get`, url: `https://gatsbyjs.org/2` }, - { method: `get`, url: `https://gatsbyjs.org/3` }, - { method: `get`, url: `https://gatsbyjs.org/4` }, - ] - }) - - afterEach(() => { - axios.mockClear() - }) - - it(`runs all requests in queue`, async () => { - await requestInQueue(requests) - - requests.forEach(req => { - expect(axios).toHaveBeenCalledWith(req) - }) - }) - - it(`returns the values in the same order they were requested`, async () => { - const responses = await requestInQueue(requests) - expect(responses).toEqual([`1`, `2`, `3`, `4`]) - }) - - it(`stops any requests when one throws an error`, async () => { - try { - await requestInQueue([{ throw: `error` }, ...requests]) - } catch (err) { - expect(err).toBeDefined() - } - expect(axios).toHaveBeenCalledTimes(1) - }) -}) diff --git a/packages/gatsby-source-wordpress/src/constants.ts b/packages/gatsby-source-wordpress/src/constants.ts new file mode 100644 index 0000000000000..bfe053005fd94 --- /dev/null +++ b/packages/gatsby-source-wordpress/src/constants.ts @@ -0,0 +1,3 @@ +export const CREATED_NODE_IDS = `WPGQL-created-node-ids` +export const LAST_COMPLETED_SOURCE_TIME = `WPGQL-last-completed-source-time` +export const MD5_CACHE_KEY = `introspection-node-query-md5` diff --git a/packages/gatsby-source-wordpress/src/fetch.js b/packages/gatsby-source-wordpress/src/fetch.js deleted file mode 100644 index d7d9801435807..0000000000000 --- a/packages/gatsby-source-wordpress/src/fetch.js +++ /dev/null @@ -1,730 +0,0 @@ -const querystring = require(`querystring`) -const axios = require(`axios`) -const _ = require(`lodash`) -const minimatch = require(`minimatch`) -const { URL } = require(`url`) -const colorized = require(`./output-color`) -const httpExceptionHandler = require(`./http-exception-handler`) -const requestInQueue = require(`./request-in-queue`) - -/** - * Check auth object to see if we should fetch JWT access token - */ -const shouldUseJwt = auth => auth && (auth.jwt_user || auth.jwt_pass) - -/** - * Check auth object to see if we should use HTTP Basic Auth - */ -const shouldUseHtaccess = auth => - auth && (auth.htaccess_user || auth.htaccess_pass) - -/** - * Format Auth settings for verbose output - */ -const formatAuthSettings = auth => { - let authOutputLines = [] - if (shouldUseJwt(auth)) { - authOutputLines.push(` JWT Auth: ${auth.jwt_user}:${auth.jwt_pass}`) - } - - if (shouldUseHtaccess(auth)) { - authOutputLines.push( - ` HTTP Basic Auth: ${auth.htaccess_user}:${auth.htaccess_pass}` - ) - } - - return authOutputLines.join(`\n`) -} - -/** - * High-level function to coordinate fetching data from a WordPress - * site. - */ -async function fetch({ - baseUrl, - _verbose, - _siteURL, - _useACF, - _acfOptionPageIds, - _hostingWPCOM, - _auth, - _cookies, - _perPage, - _concurrentRequests, - _includedRoutes, - _excludedRoutes, - _restApiRoutePrefix, - typePrefix, - refactoredEntityTypes, -}) { - // If the site is hosted on wordpress.com, the API Route differs. - // Same entity types are exposed (excepted for medias and users which need auth) - // but the data model contain slights variations. - let url - let _accessToken - if (_hostingWPCOM) { - url = `https://public-api.wordpress.com/wp/v2/sites/${baseUrl}` - _accessToken = await getWPCOMAccessToken(_auth) - } else { - url = `${_siteURL}/${_restApiRoutePrefix}` - if (shouldUseJwt(_auth)) { - _accessToken = await getJWToken(_auth, url) - } - } - - if (_verbose) { - console.time(`=END PLUGIN=====================================`) - - const authOutput = formatAuthSettings(_auth) - - console.log( - colorized.out( - ` -=START PLUGIN===================================== - -Site URL: ${_siteURL} -Site hosted on Wordpress.com: ${_hostingWPCOM} -Using ACF: ${_useACF} -Auth: ${authOutput ? `\n${authOutput}` : `false`} -Verbose output: ${_verbose} - -Mama Route URL: ${url} -`, - colorized.color.Font.FgBlue - ) - ) - } - - // Call the main API Route to discover the all the routes exposed on this API. - let allRoutes - try { - let options = { - method: `get`, - url: url, - } - if (shouldUseHtaccess(_auth)) { - options.auth = { - username: _auth.htaccess_user, - password: _auth.htaccess_pass, - } - } - - if (_accessToken) { - options.headers = { - Authorization: `Bearer ${_accessToken}`, - } - } - - if (_cookies) { - options.headers = { - ...options.headers, - Cookie: getCookieString(_cookies), - } - } - - allRoutes = await axios(options) - } catch (e) { - httpExceptionHandler(e) - } - - let entities = [ - { - __type: `wordpress__site_metadata`, - name: allRoutes.data.name, - description: allRoutes.data.description, - url: allRoutes.data.url, - home: allRoutes.data.home, - }, - ] - - if (allRoutes) { - let validRoutes = getValidRoutes({ - allRoutes, - url, - _verbose, - _useACF, - _hostingWPCOM, - _acfOptionPageIds, - _includedRoutes, - _excludedRoutes, - typePrefix, - refactoredEntityTypes, - }) - - if (_verbose) { - console.log( - colorized.out( - ` -Fetching the JSON data from ${validRoutes.length} valid API Routes... -`, - colorized.color.Font.FgBlue - ) - ) - } - - for (let route of validRoutes) { - entities = entities.concat( - await fetchData({ - route, - apiUrl: url, - _verbose, - _perPage, - _auth, - _cookies, - _accessToken, - _concurrentRequests, - }) - ) - if (_verbose) console.log(``) - } - - if (_verbose) - console.timeEnd(`=END PLUGIN=====================================`) - } else { - console.log( - colorized.out(`No routes to fetch. Ending.`, colorized.color.Font.FgRed) - ) - } - - return entities -} - -/** - * Gets wordpress.com access token so it can fetch private data like medias :/ - * - * @returns - */ -async function getWPCOMAccessToken(_auth) { - let result - const oauthUrl = `https://public-api.wordpress.com/oauth2/token` - try { - let options = { - url: oauthUrl, - method: `post`, - data: querystring.stringify({ - client_secret: _auth.wpcom_app_clientSecret, - client_id: _auth.wpcom_app_clientId, - username: _auth.wpcom_user, - password: _auth.wpcom_pass, - grant_type: `password`, - }), - } - result = await axios(options) - result = result.data.access_token - } catch (e) { - httpExceptionHandler(e) - } - - return result -} - -/** - * Gets JSON Web Token so it can fetch private data - * - * @returns - */ -async function getJWToken(_auth, url) { - let result - let authUrl = `${url}${_auth.jwt_base_path || `/jwt-auth/v1/token`}` - try { - const options = { - url: authUrl, - method: `post`, - data: { - username: _auth.jwt_user, - password: _auth.jwt_pass, - }, - } - result = await axios(options) - result = result.data.token - } catch (e) { - httpExceptionHandler(e) - } - - return result -} - -/** - * Fetch the data from specified route url, using the auth provided. - * - * @param {any} route - * @param {any} createNode - */ -async function fetchData({ - route, - apiUrl, - _verbose, - _perPage, - _auth, - _cookies, - _accessToken, - _concurrentRequests, -}) { - const { type, url, optionPageId } = route - - if (_verbose) { - console.log( - colorized.out( - `=== [ Fetching ${type} ] ===`, - colorized.color.Font.FgBlue - ), - url - ) - - console.time(`Fetching the ${type} took`) - } - - let routeResponse = await getPages({ - url, - _perPage, - _auth, - _cookies, - _accessToken, - _verbose, - _concurrentRequests, - }) - - let entities = [] - if (routeResponse) { - if (type.includes(`wordpress__menus_menus`)) { - routeResponse = routeResponse.map(r => { - return { ...r, ID: r.term_id } - }) - } - // Process entities to creating GraphQL Nodes. - if (Array.isArray(routeResponse)) { - routeResponse = routeResponse.map(r => { - return { - ...r, - ...(optionPageId ? { __acfOptionPageId: optionPageId } : {}), - __type: type, - } - }) - entities = entities.concat(routeResponse) - } else { - routeResponse.__type = type - if (optionPageId) { - routeResponse.__acfOptionPageId = optionPageId - } - entities.push(routeResponse) - } - - // WordPress exposes the menu items in meta links. - if (type === `wordpress__wp_api_menus_menus`) { - for (let menu of routeResponse) { - if (menu.meta && menu.meta.links && menu.meta.links.self) { - entities = entities.concat( - await fetchData({ - route: { - url: useApiUrl(apiUrl, menu.meta.links.self), - type: `${type}_items`, - }, - apiUrl, - _verbose, - _perPage, - _auth, - _cookies, - _accessToken, - }) - ) - } - } - } - - // Menu nodes for WP-REST-API V2 Menus ( https://wordpress.org/plugins/wp-rest-api-v2-menus/ ) - if (type === `wordpress__menus_menus`) { - for (let menu of routeResponse) { - entities = entities.concat( - await fetchData({ - route: { url: `${url}/${menu.term_id}`, type: `${type}_items` }, - _verbose, - _perPage, - _auth, - _accessToken, - _cookies, - }) - ) - } - } - - // TODO : Get the number of created nodes using the nodes in state. - let length - if (routeResponse && Array.isArray(routeResponse)) { - length = routeResponse.length - } else if (routeResponse && !Array.isArray(routeResponse)) { - length = Object.keys(routeResponse).length - } - console.log( - colorized.out( - ` -> ${type} fetched : ${length}`, - colorized.color.Font.FgGreen - ) - ) - } - - if (_verbose) { - console.timeEnd(`Fetching the ${type} took`) - } - - return entities -} - -/** - * Get the pages of data - * - * @param {any} url - * @param {number} [page=1] - * @returns - */ -async function getPages( - { - url, - _perPage, - _auth, - _cookies, - _accessToken, - _concurrentRequests, - _verbose, - }, - page = 1 -) { - try { - let result = [] - - const getOptions = page => { - let o = { - method: `get`, - url: `${url}?${querystring.stringify({ - per_page: _perPage, - page: page, - })}`, - } - - if (_accessToken) { - o.headers = { - Authorization: `Bearer ${_accessToken}`, - } - } - - if (_cookies) { - o.headers = { - ...o.headers, - Cookie: getCookieString(_cookies), - } - } - - if (shouldUseHtaccess(_auth)) { - o.auth = { - username: _auth.htaccess_user, - password: _auth.htaccess_pass, - } - } - - return o - } - - // Initial request gets the first page of data - // but also the total count of objects, used for - // multiple concurrent requests (rather than waterfall) - const options = getOptions(page) - const { headers, data } = await axios(options) - - result = result.concat(data) - - // Some resources have no paging, e.g. `/types` - const wpTotal = headers[`x-wp-total`] - - const total = parseInt(wpTotal) - const totalPages = parseInt(headers[`x-wp-totalpages`]) - - if (!wpTotal || totalPages <= 1) { - return result - } - - if (_verbose) { - console.log(` -Total entities : ${total} -Pages to be requested : ${totalPages}`) - } - - // We got page 1, now we want pages 2 through totalPages - const pageOptions = _.range(2, totalPages + 1).map(getPage => - getOptions(getPage) - ) - - const pages = await requestInQueue(pageOptions, { - concurrent: _concurrentRequests, - }) - - const pageData = pages.map(page => page.data) - pageData.forEach(list => { - result = result.concat(list) - }) - - return result - } catch (e) { - return httpExceptionHandler(e) - } -} - -/** - * Check a route against the whitelist or blacklist - * to determine validity. - * - * @param {any} routePath - * @param {Array} routeList - * @returns {boolean} - */ -function checkRouteList(routePath, routeList) { - return routeList.some(route => minimatch(routePath, route)) -} - -/** - * Extract valid routes and format its data. - * - * @param {any} allRoutes - * @param {any} url - * @returns - */ -function getValidRoutes({ - allRoutes, - url, - _verbose, - _useACF, - _acfOptionPageIds, - _hostingWPCOM, - _includedRoutes, - _excludedRoutes, - typePrefix, - refactoredEntityTypes, -}) { - let validRoutes = [] - - if (_useACF) { - let defaultAcfNamespace = `acf/v3` - // Grab ACF Version from namespaces - const acfNamespace = allRoutes.data.namespaces - ? allRoutes.data.namespaces.find(namespace => namespace.includes(`acf`)) - : null - const acfRestNamespace = acfNamespace ? acfNamespace : defaultAcfNamespace - _includedRoutes.push(`/${acfRestNamespace}/**`) - - if (_verbose) - console.log( - colorized.out( - `Detected ACF to REST namespace: ${acfRestNamespace}.`, - colorized.color.Font.FgGreen - ) - ) - // The OPTIONS ACF API Route is not giving a valid _link so let`s add it manually - // and pass ACF option page ID - // ACF to REST v3 requires options/options - let optionsRoute = acfRestNamespace.includes(`3`) - ? `options/options/` - : `options/` - validRoutes.push({ - url: `${url}/${acfRestNamespace}/${optionsRoute}`, - type: `${typePrefix}acf_options`, - }) - // ACF to REST V2 does not allow ACF Option Page ID specification - if (_acfOptionPageIds.length > 0 && acfRestNamespace.includes(`3`)) { - _acfOptionPageIds.forEach(function (acfOptionPageId) { - validRoutes.push({ - url: `${url}/acf/v3/options/${acfOptionPageId}`, - type: `${typePrefix}acf_options`, - optionPageId: acfOptionPageId, - }) - }) - if (_verbose) - console.log( - colorized.out( - `Added ACF Options route(s).`, - colorized.color.Font.FgGreen - ) - ) - } - if (_acfOptionPageIds.length > 0 && _hostingWPCOM) { - // TODO : Need to test that out with ACF on Wordpress.com hosted site. Need a premium account on wp.com to install extensions. - if (_verbose) - console.log( - colorized.out( - `The ACF options pages is untested under wordpress.com hosting. Please let me know if it works.`, - colorized.color.Effect.Blink - ) - ) - } - } - - for (let key of Object.keys(allRoutes.data.routes)) { - if (_verbose) console.log(`Route discovered :`, key) - let route = allRoutes.data.routes[key] - - // A valid route exposes its _links (for now) - if (route._links) { - const entityType = getRawEntityType(key) - - // Excluding the "technical" API Routes - const excludedTypes = [ - `/v2/**`, - `/v3/**`, - `**/1.0`, - `**/2.0`, - `**/embed`, - `**/proxy`, - `/`, - `/jwt-auth/**`, - ] - - const routePath = getRoutePath(url, key) - - const whiteList = _includedRoutes - const blackList = [...excludedTypes, ..._excludedRoutes] - - // Check whitelist first - const inWhiteList = checkRouteList(routePath, whiteList) - // Then blacklist - const inBlackList = checkRouteList(routePath, blackList) - const validRoute = inWhiteList && !inBlackList - - if (validRoute) { - if (_verbose) - console.log( - colorized.out( - `Valid route found. Will try to fetch.`, - colorized.color.Font.FgGreen - ) - ) - - const manufacturer = getManufacturer(route) - - let rawType = `` - if (manufacturer === `wp`) { - rawType = `${typePrefix}${entityType}` - } - - let validType - switch (rawType) { - case `${typePrefix}posts`: - validType = refactoredEntityTypes.post - break - case `${typePrefix}pages`: - validType = refactoredEntityTypes.page - break - case `${typePrefix}tags`: - validType = refactoredEntityTypes.tag - break - case `${typePrefix}categories`: - validType = refactoredEntityTypes.category - break - default: - validType = `${typePrefix}${manufacturer.replace( - /-/g, - `_` - )}_${entityType.replace(/-/g, `_`)}` - break - } - - validRoutes.push({ - url: buildFullUrl(url, key, _hostingWPCOM), - type: validType, - }) - } else { - if (_verbose) { - const invalidType = inBlackList ? `blacklisted` : `not whitelisted` - console.log( - colorized.out( - `Excluded route: ${invalidType}`, - colorized.color.Font.FgYellow - ) - ) - } - } - } else { - if (_verbose) - console.log( - colorized.out( - `Invalid route: detail route`, - colorized.color.Font.FgRed - ) - ) - } - } - - return validRoutes -} - -/** - * Extract the raw entity type from fullPath - * - * @param {any} full path to extract raw entity from - */ -const getRawEntityType = fullPath => - fullPath.substring(fullPath.lastIndexOf(`/`) + 1, fullPath.length) - -/** - * Extract the route path for an endpoint - * - * @param {any} baseUrl The base site URL that should be removed - * @param {any} fullPath The full path to retrieve the route path from - */ -const getRoutePath = (baseUrl, fullPath) => { - const baseUrlObj = new URL(baseUrl) - const basePath = baseUrlObj.pathname - return fullPath.replace(basePath, ``) -} - -/** - * Extract the route path for an endpoint - * - * @param {string} apiUrl base site API URL - * @param {string} self URL that returned from server response. May contain domain differs from apiUrl - * @returns {string} URL to endpoint using baseURL - */ -const useApiUrl = (apiUrl, endpointURL) => { - // Replace route self host to baseUrl if differs - const isDifferentDomains = endpointURL.indexOf(apiUrl) === -1 - if (isDifferentDomains) { - return endpointURL.replace(/(.*?)\/wp-json/, apiUrl) - } - return endpointURL -} - -/** - * Build full URL from baseUrl and fullPath. - * Method of constructing full URL depends on whether it's hosted on wordpress.com - * or not as wordpress.com have slightly different (custom) REST structure - * - * @param {any} baseUrl The base site URL that should be prepended to full path - * @param {any} fullPath The full path to build URL from - * @param {boolean} _hostingWPCOM Is hosted on wordpress.com - */ -const buildFullUrl = (baseUrl, fullPath, _hostingWPCOM) => { - if (_hostingWPCOM) { - baseUrl = new URL(baseUrl).origin - } - return `${baseUrl}${fullPath}` -} - -/** - * Extract the route manufacturer - * - * @param {any} route - */ -const getManufacturer = route => - route.namespace.substring(0, route.namespace.lastIndexOf(`/`)) - -/** - * Build a cookie header string from an object of key value pairs - * - * @param {any} cookies - */ -const getCookieString = cookies => - Object.entries(cookies) - .map(([key, value]) => `${key}=${value}`) - .join(`; `) - -fetch.getRawEntityType = getRawEntityType -fetch.getRoutePath = getRoutePath -fetch.buildFullUrl = buildFullUrl -fetch.useApiUrl = useApiUrl -module.exports = fetch diff --git a/packages/gatsby-source-wordpress/src/gatsby-node.js b/packages/gatsby-source-wordpress/src/gatsby-node.js deleted file mode 100644 index b114b716c1e8d..0000000000000 --- a/packages/gatsby-source-wordpress/src/gatsby-node.js +++ /dev/null @@ -1,312 +0,0 @@ -const fetch = require(`./fetch`) -const normalize = require(`./normalize`) -const normalizeBaseUrl = require(`./normalize-base-url`) - -exports.onPreBootstrap = ({ reporter }, { minimizeDeprecationNotice }) => { - if (!minimizeDeprecationNotice) { - reporter.log(`\n`) - reporter.warn(`[gatsby-source-wordpress]\n\nThis version of \`gatsby-source-wordpress\` will be deprecated soon.\nThe next major version (v4) is a complete rewrite in order to take advantage of WPGraphQL.\nThis allows us to support features like Preview and incremental builds and provides a much more stable experience.\n\nPlease upgrade to the BETA of \`gatsby-source-wordpress@v4\` by installing \`gatsby-source-wordpress-experimental\`.\nThese two packages are currently published under separate names to allow activating them side-by-side.\nThis makes migration between the two simpler.\nOnce the new plugin is stable it will be merged back in and published as \`gatsby-source-wordpress\` going forward. - -Read this blog post for the beta announcement:\nhttps://www.gatsbyjs.org/blog/2020-07-07-wordpress-source-beta/ - -Or get started with the new plugin here:\nhttps://github.com/gatsbyjs/gatsby-source-wordpress-experimental/#readme - -You can minimize this notice using the minimizeDeprecationNotice plugin option: - -{ - resolve: "gatsby-source-wordpress", - options: { - minimizeDeprecationNotice: true - }, -}, -\n\n`) - } else { - reporter.warn( - `[gatsby-source-wordpress] This version of gatsby-source-wordpress will soon be deprecated.\n\thttps://www.gatsbyjs.org/blog/2020-07-07-wordpress-source-beta/` - ) - } -} - -const typePrefix = `wordpress__` -const refactoredEntityTypes = { - post: `${typePrefix}POST`, - page: `${typePrefix}PAGE`, - tag: `${typePrefix}TAG`, - category: `${typePrefix}CATEGORY`, -} - -/* If true, will output many console logs. */ -let _verbose -let _siteURL -let _useACF = true -let _acfOptionPageIds -let _hostingWPCOM -let _auth -let _cookies -let _perPage -let _concurrentRequests -let _includedRoutes -let _excludedRoutes -let _normalizer -let _normalizers -let _keepMediaSizes -let _restApiRoutePrefix - -exports.sourceNodes = async ( - { - actions, - getNode, - store, - cache, - createNodeId, - createContentDigest, - getCache, - reporter, - }, - { - baseUrl, - protocol, - hostingWPCOM, - useACF = true, - acfOptionPageIds = [], - auth = {}, - cookies = {}, - verboseOutput, - perPage = 100, - searchAndReplaceContentUrls = {}, - concurrentRequests = 10, - includedRoutes = [`**`], - excludedRoutes = [], - normalizer, - normalizers, - keepMediaSizes = false, - restApiRoutePrefix = `wp-json`, - } -) => { - const { createNode, touchNode } = actions - const normalizedBaseUrl = normalizeBaseUrl(baseUrl) - - _verbose = verboseOutput - _siteURL = `${protocol}://${normalizedBaseUrl}` - _useACF = useACF - _acfOptionPageIds = acfOptionPageIds - _hostingWPCOM = hostingWPCOM - _auth = auth - _cookies = cookies - _perPage = perPage - _concurrentRequests = concurrentRequests - _includedRoutes = includedRoutes - _excludedRoutes = excludedRoutes - _keepMediaSizes = keepMediaSizes - _restApiRoutePrefix = restApiRoutePrefix - _normalizer = normalizer - _normalizers = normalizers - - let entities = await fetch({ - baseUrl, - _verbose, - _siteURL, - _useACF, - _acfOptionPageIds, - _hostingWPCOM, - _auth, - _cookies, - _perPage, - _concurrentRequests, - _includedRoutes, - _excludedRoutes, - _keepMediaSizes, - _restApiRoutePrefix, - typePrefix, - refactoredEntityTypes, - }) - - let wordpressDataNormalizers = [ - // Create fake wordpressId form element who done have any in the database - { - name: `generateFakeWordpressId`, - normalizer: ({ entities }) => normalize.generateFakeWordpressId(entities), - }, - // Remove ACF key if it's not an object, combine ACF Options - { - name: `normalizeACF`, - normalizer: ({ entities }) => normalize.normalizeACF(entities), - }, - // Combine ACF Option Data entities into one but split by IDs + options - { - name: `combineACF`, - normalizer: ({ entities }) => normalize.combineACF(entities), - }, - // Creates entities from object collections of entities - { - name: `normalizeEntities`, - normalizer: ({ entities }) => normalize.normalizeEntities(entities), - }, - // Standardizes ids & cleans keys - { - name: `standardizeKeys`, - normalizer: ({ entities }) => normalize.standardizeKeys(entities), - }, - // Converts to use only GMT dates - { - name: `standardizeDates`, - normalizer: ({ entities }) => normalize.standardizeDates(entities), - }, - // Lifts all "rendered" fields to top-level. - { - name: `liftRenderedField`, - normalizer: ({ entities }) => normalize.liftRenderedField(entities), - }, - // Exclude entities of unknown shape - { - name: `excludeUnknownEntities`, - normalizer: ({ entities }) => normalize.excludeUnknownEntities(entities), - }, - // Creates Gatsby IDs for each entity - { - name: `createGatsbyIds`, - normalizer: ({ creteNodeId, entities, _siteURL }) => - normalize.createGatsbyIds(createNodeId, entities, _siteURL), - }, - // Creates links between authors and user entities - { - name: `mapAuthorsToUsers`, - normalizer: ({ entities }) => normalize.mapAuthorsToUsers(entities), - }, - // Creates links between posts and tags/categories. - { - name: `mapPostsToTagsCategories`, - normalizer: ({ entities }) => - normalize.mapPostsToTagsCategories(entities), - }, - // Creates links between tags/categories and taxonomies. - { - name: `mapTagsCategoriesToTaxonomies`, - normalizer: ({ entities }) => - normalize.mapTagsCategoriesToTaxonomies(entities), - }, - // Normalize menu items - { - name: `normalizeMenuItems`, - normalizer: ({ entities }) => normalize.normalizeMenuItems(entities), - }, - // Creates links from entities to media nodes - { - name: `mapEntitiesToMedia`, - normalizer: ({ entities }) => normalize.mapEntitiesToMedia(entities), - }, - // Downloads media files and removes "sizes" data as useless in Gatsby context. - { - name: `downloadMediaFiles`, - normalizer: async ({ - entities, - store, - cache, - createNode, - createNodeId, - touchNode, - getCache, - getNode, - auth, - reporter, - keepMediaSizes, - }) => - await normalize.downloadMediaFiles({ - entities, - store, - cache, - createNode, - createNodeId, - touchNode, - getCache, - getNode, - _auth: auth, - reporter, - keepMediaSizes, - }), - }, - // Creates links between elements and parent element. - { - name: `mapElementsToParent`, - normalizer: ({ entities }) => normalize.mapElementsToParent(entities), - }, - // Search and replace Content Urls - { - name: `searchReplaceContentUrls`, - normalizer: ({ entities, searchAndReplaceContentUrls }) => - normalize.searchReplaceContentUrls({ - entities, - searchAndReplaceContentUrls, - }), - }, - { - name: `mapPolylangTranslations`, - normalizer: ({ entities }) => normalize.mapPolylangTranslations(entities), - }, - { - name: `createUrlPathsFromLinks`, - normalizer: ({ entities }) => normalize.createUrlPathsFromLinks(entities), - }, - ] - - const normalizerHelpers = { - store, - cache, - createNode, - createNodeId, - createContentDigest, - touchNode, - getCache, - getNode, - typePrefix, - refactoredEntityTypes, - baseUrl, - protocol, - _siteURL, - hostingWPCOM, - useACF, - acfOptionPageIds, - auth, - verboseOutput, - perPage, - searchAndReplaceContentUrls, - concurrentRequests, - excludedRoutes, - keepMediaSizes, - restApiRoutePrefix, - reporter, - } - - // apply custom normalizer - if (typeof _normalizer === `function`) { - wordpressDataNormalizers.push({ - name: `customNormalizer`, - normalizer: _normalizer, - }) - } - - if (typeof _normalizers === `function`) { - wordpressDataNormalizers = _normalizers([...wordpressDataNormalizers]) - } - - // creates nodes for each entry - wordpressDataNormalizers.push({ - name: `createNodesFromEntities`, - normalizer: ({ entities, createNode, createContentDigest }) => - normalize.createNodesFromEntities({ - entities, - createNode, - createContentDigest, - }), - }) - - // Normalize data & create nodes - for (const { normalizer } of wordpressDataNormalizers) { - entities = await normalizer({ - entities, - ...normalizerHelpers, - }) - } - - return -} diff --git a/packages/gatsby-source-wordpress/src/gatsby-node.ts b/packages/gatsby-source-wordpress/src/gatsby-node.ts new file mode 100644 index 0000000000000..de9943dd8c5fa --- /dev/null +++ b/packages/gatsby-source-wordpress/src/gatsby-node.ts @@ -0,0 +1,38 @@ +import { runApisInSteps } from "./utils/run-steps" +import * as steps from "./steps" + +module.exports = runApisInSteps({ + onPreInit: [steps.setErrorMap, steps.tempPreventMultipleInstances], + + pluginOptionsSchema: steps.pluginOptionsSchema, + + createSchemaCustomization: [ + steps.setGatsbyApiToState, + steps.ensurePluginRequirementsAreMet, + steps.ingestRemoteSchema, + steps.createSchemaCustomization, + ], + + sourceNodes: [ + steps.setGatsbyApiToState, + steps.persistPreviouslyCachedImages, + steps.sourceNodes, + steps.setImageNodeIdCache, + ], + + onPreExtractQueries: [ + steps.onPreExtractQueriesInvokeLeftoverPreviewCallbacks, + ], + + onPostBuild: [steps.setImageNodeIdCache], + + onCreatePage: [ + steps.onCreatepageSavePreviewNodeIdToPageDependency, + steps.onCreatePageRespondToPreviewStatusQuery, + ], + + onCreateDevServer: [ + steps.setImageNodeIdCache, + steps.startPollingForContentUpdates, + ], +}) diff --git a/packages/gatsby-source-wordpress/src/hooks/index.ts b/packages/gatsby-source-wordpress/src/hooks/index.ts new file mode 100644 index 0000000000000..618d738aae2cd --- /dev/null +++ b/packages/gatsby-source-wordpress/src/hooks/index.ts @@ -0,0 +1 @@ +export { applyNodeFilter, addNodeFilter } from "./node-filters" diff --git a/packages/gatsby-source-wordpress/src/hooks/node-filters.ts b/packages/gatsby-source-wordpress/src/hooks/node-filters.ts new file mode 100644 index 0000000000000..4b96ea6da388b --- /dev/null +++ b/packages/gatsby-source-wordpress/src/hooks/node-filters.ts @@ -0,0 +1,61 @@ +import { IJSON } from "../utils/fetch-graphql" +import store from "~/store" + +interface INodeFilterInput { + name: string + context: IJSON + data: IJSON +} + +type NodeFilterFn = (INodeFilterInput) => IJSON + +interface INodeFilter { + name: string + filter: NodeFilterFn + priority: number +} + +/** + * Grabs an array of filter functions from the redux store, + * orders them by priority, and then runs each in order over the + * passed in data. The modified data is then returned + * + * @param {string} name The name of the filter to apply + * @param {object} context Any additional data to pass to the filter functions that are applied + * @param {object} data The initial data to be filtered + */ +export const applyNodeFilter = async ({ + name, + context, + data, +}: INodeFilterInput): Promise