Add the product description and add metafields to tabs under the product in DAWN theme

Hello

In the DAWN theme, I’m trying to create a product TAB box, below the product. This is the code I’ve added to a “Custom Liquid” section on a product page within the theme.

I am unsure what I have done wrong.


  

    

      - Product Description

      - Custom Quotes

      - Allergens

      - Ingredients

      - Storage

      - Delivery
    

    
      {{ product.description }}
    

    
      
    

    
      {{ product.metafields.custom.allergens }}
    

    
      {{ product.metafields.custom.ingredients }}
    

    
      {{ product.metafields.custom.storage }}
    

    
      {{ product.metafields.custom.delivery }}
    

  

I have made the metafields. Its pulling in the metafields but also this code around it. But in the UI it looks like this:

{“type”:“root”,“children”:[{“type”:“paragraph”,“children”:[{“type”:“text”,“value”:“May contain traces of Dairy, Eggs, Soy, Gluten. products are made by hand using shared equipment, which processes dairy, peanuts, soy, tree nuts and gluten. Please note we are not an allergy-free business.”}]}]}

Here is a image example:

Thanks

I found this solution, it worked like a gem! Thank goodness!!

https://community.shopify.com/topic/1915398