Title: noaimdk's Replies | WordPress.org

---

# noaimdk

  [  ](https://wordpress.org/support/users/noaimdk/)

 *   [Profile](https://wordpress.org/support/users/noaimdk/)
 *   [Topics Started](https://wordpress.org/support/users/noaimdk/topics/)
 *   [Replies Created](https://wordpress.org/support/users/noaimdk/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/noaimdk/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/noaimdk/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/noaimdk/engagements/)
 *   [Favorites](https://wordpress.org/support/users/noaimdk/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Structured Content (JSON-LD) #wpsc] FAQ block doesn’t work with WP6.1](https://wordpress.org/support/topic/faq-block-doesnt-work-with-wp6-1/)
 *  Thread Starter [noaimdk](https://wordpress.org/support/users/noaimdk/)
 * (@noaimdk)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/faq-block-doesnt-work-with-wp6-1/#post-16333903)
 * It appears to work as expected. Thanks for solving the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Structured Content (JSON-LD) #wpsc] FAQ block doesn’t work with WP6.1](https://wordpress.org/support/topic/faq-block-doesnt-work-with-wp6-1/)
 *  Thread Starter [noaimdk](https://wordpress.org/support/users/noaimdk/)
 * (@noaimdk)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/faq-block-doesnt-work-with-wp6-1/#post-16172092)
 * Unfortunately no link.
 * But I’ll try to elaborate.
 * When adding a block in the editor it gives a preview error.
    Switching to code
   editor I see that the following code is what was inserted
 *     ```
       <!-- wp:structured-content/faq {"version":2} -->
       <!-- wp:structured-content/faq-item /-->
       <!-- /wp:structured-content/faq -->
       ```
   
 * Then – weirdly enough – when switching back to design editor the preview error
   has resolved itself. And when returning to code editor it looks correct.
 *     ```
       <!-- wp:structured-content/faq {"version":2} -->
       <!-- wp:structured-content/faq-item -->
       <!-- wp:paragraph {"placeholder":"Enter your answer here"} -->
       <p></p>
       <!-- /wp:paragraph -->
       <!-- /wp:structured-content/faq-item -->
       <!-- /wp:structured-content/faq -->
       ```
   
 * It’s strange.

Viewing 2 replies - 1 through 2 (of 2 total)