Hello everyone!
I’m facing a challenge in my implementation, and I hope someone can help me.
I’m looking for a way to insert one or more products (in the form of cards, slides) directly into the “Content” field of a blog post, much like how you can do with images that break up the text.
I’ve explored various options, including splitting {{ article.content }} into two arrays, but so far, without positive results. The only option seems to be creating blocks where text or selected products can be inserted, but this isn’t a viable solution for me as non-developers will be working on it.
Does anyone have any suggestions or solutions regarding this? Thanks a lot in advance for any help!