Hi there,
I'm just playing around with prismic and took a look at the schema for a model I created. It contains o-list-item
twice and I am wondering if this is an error?
"product_description": {
"type": "StructuredText",
"config": {
"multi": "paragraph, preformatted, strong, em, hyperlink, image, embed, list-item, o-list-item, o-list-item",
"label": "Product Description"
}
},
"testdescription": {
"type": "StructuredText",
"config": {
"multi": "paragraph, preformatted, heading1, heading2, heading3, heading4, heading5, heading6, strong, em, hyperlink, image, embed, list-item, o-list-item, o-list-item",
"label": "TestDescription"
}
}
Would appreciate your feedback.
Thank you so much,
Bastian