Title: Gutenberg support?
Last modified: March 16, 2018

---

# Gutenberg support?

 *  Resolved [Donna Fontenot](https://wordpress.org/support/users/cavalierlife/)
 * (@cavalierlife)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/gutenberg-support-3/)
 * How will wp all import be affected by Gutenberg? Will we be able to import into
   blocks?

Viewing 1 replies (of 1 total)

 *  Plugin Author [WP All Import](https://wordpress.org/support/users/wpallimport/)
 * (@wpallimport)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/gutenberg-support-3/#post-10086792)
 * Hi [@cavalierlife](https://wordpress.org/support/users/cavalierlife/),
 * As of right now WP All Import is not able to import into Gutenberg blocks via
   any sort of drag and UI. However:
 * 1. Imports using the existing drag and drop UI will end up in a normal [Paragraph block](https://codex.wordpress.org/Gutenberg#Blocks_in_Blocks)
 * 2. Gutenberg blocks can be imported in to using their HTML tags, just like any
   other HTML element. For example, this is how a paragraph block looks:
 *     ```
       <!-- wp:paragraph -->
       <p>Nullam sit amet turpis elementum ligula vehicula consequat. Morbi a ipsum. Integer a nibh.</p>
       <!-- /wp:paragraph -->
       ```
   
 * This is how a reusable block looks:
 * `<!-- wp:block {"ref":69} /-->`
 * And this is how a custom block looks from [https://wordpress.org/plugins/map-block-gutenberg/](https://wordpress.org/plugins/map-block-gutenberg/):
 *     ```
       <!-- wp:webfactory/map {"address":"Starbucks, Siam Square One, Bangkok","apiKey":"AIzaSyAjyDspiPfzEfjRSS5fQzm-3jHFjHxeXB4"} -->
       <iframe width="100%" height="300px" frameBorder="0" src="https://www.google.com/maps/embed/v1/place?q=Starbucks%2C%20Siam%20Square%20One%2C%20Bangkok&maptype=roadmap&zoom=15&key=AIzaSyAjyDspiPfzEfjRSS5fQzm-3jHFjHxeXB4" class="wp-block-webfactory-map"></iframe>
       <!-- /wp:webfactory/map -->
       ```
   
 * So, if you need to import in to Gutenberg blocks now, you’ll need to write the
   HTML tags manually. If you just want to import data and have it appear like it
   always did, you can do that now.
 * If you want a drag and interface to import in to Gutenberg blocks, that is not
   ready yet. We don’t have a timeline for this feature, but worst case scenario
   it will be available soon after WordPress 5.0 is released.

Viewing 1 replies (of 1 total)

The topic ‘Gutenberg support?’ is closed to new replies.

 * ![](https://ps.w.org/wp-all-import/assets/icon-256x256.png?rev=2570179)
 * [WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets](https://wordpress.org/plugins/wp-all-import/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-all-import/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-all-import/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-all-import/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-all-import/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-all-import/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [WP All Import](https://wordpress.org/support/users/wpallimport/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/gutenberg-support-3/#post-10086792)
 * Status: resolved