From d12679508875acf6df8720a9fd31b1d2a04b25a4 Mon Sep 17 00:00:00 2001 From: henrikwirth Date: Thu, 19 Dec 2019 14:39:47 +0100 Subject: [PATCH] Update links for part 7 --- .../guide-to-gatsby-wordpress-starter-advanced/1-Overview.md | 2 +- articles/guide-to-gatsby-wordpress-starter-advanced/6-Images.md | 2 +- .../7-PageBuilder-with-ACF-Flexible-Content.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/articles/guide-to-gatsby-wordpress-starter-advanced/1-Overview.md b/articles/guide-to-gatsby-wordpress-starter-advanced/1-Overview.md index 951dec2..5fc54ae 100644 --- a/articles/guide-to-gatsby-wordpress-starter-advanced/1-Overview.md +++ b/articles/guide-to-gatsby-wordpress-starter-advanced/1-Overview.md @@ -16,7 +16,7 @@ canonical_url: 4. [Deployment](https://dev.to/nevernull/deployment-guide-to-gatsby-wordpress-starter-advanced-with-previews-i18n-and-more-2g2o) 5. [Blog with Pagination](https://dev.to/nevernull/blog-with-pagination-guide-to-gatsby-wordpress-starter-advanced-with-previews-i18n-and-more-50g5) 6. [How to handle Images and make use of gatsby-image](https://dev.to/nevernull/how-to-handle-images-and-make-use-of-gatsby-image-guide-to-gatsby-wordpress-starter-advanced-with-previews-i18n-and-more-g9b) -7. PageBuilder with ACF Flexible Content +7. [PageBuilder with ACF Flexible Content](https://dev.to/nevernull/pagebuilder-with-acf-flexible-content-guide-to-gatsby-wordpress-starter-advanced-with-previews-i18n-and-more-2lf4) 8. Internationalization - i18n 9. Dynamic Previews 10. ... diff --git a/articles/guide-to-gatsby-wordpress-starter-advanced/6-Images.md b/articles/guide-to-gatsby-wordpress-starter-advanced/6-Images.md index 0bc7b74..ba2da93 100644 --- a/articles/guide-to-gatsby-wordpress-starter-advanced/6-Images.md +++ b/articles/guide-to-gatsby-wordpress-starter-advanced/6-Images.md @@ -514,4 +514,4 @@ Find the code base here: [https://github.com/henrikwirth/gatsby-starter-wordpres We'll dive into Advanced Custom Fields Flexible Content field and create a page-builder like experience with it. This will open us the doors, to dynamically create UI elements filled with content. -Coming up soon: **Part 7** - PageBuilder with ACF Flexible Content +**Part 7** - [PageBuilder with ACF Flexible Content](https://dev.to/nevernull/pagebuilder-with-acf-flexible-content-guide-to-gatsby-wordpress-starter-advanced-with-previews-i18n-and-more-2lf4) diff --git a/articles/guide-to-gatsby-wordpress-starter-advanced/7-PageBuilder-with-ACF-Flexible-Content.md b/articles/guide-to-gatsby-wordpress-starter-advanced/7-PageBuilder-with-ACF-Flexible-Content.md index 54d318a..301422a 100644 --- a/articles/guide-to-gatsby-wordpress-starter-advanced/7-PageBuilder-with-ACF-Flexible-Content.md +++ b/articles/guide-to-gatsby-wordpress-starter-advanced/7-PageBuilder-with-ACF-Flexible-Content.md @@ -1,5 +1,5 @@ --- -published: false +published: true title: "PageBuilder with ACF Flexible Content - Guide to Gatsby WordPress Starter Advanced with Previews, i18n and more" cover_image: "https://raw.githubusercontent.com/henrikwirth/dev.to/master/articles/guide-to-gatsby-wordpress-starter-advanced/images/07/cover.png" description: "The 'PageBuilder with ACF Flexible Content' part of a tutorial, explaining how to create an advanced Gatsby site with WordPress as a headless CMS."