Amazing video, but 1 question, when using components for exaple for faqs, I wonder how to apply i18n, and if the ability to publish/unpublish faqs is lost?this is why I have many doubts about components vs collections
@nltech110 ай бұрын
If you plan to reuse FAQs on multiple pages, I would prefer a collection with relations. I see components really as reusable fields, not data.
@stivenfortes32529 ай бұрын
Why does the home page has a slug of "home"? shouldn't be just the slash?
@МаксКіндратів11 ай бұрын
Nice!
@nltech111 ай бұрын
Thanks
@PitchBlackAlex9 ай бұрын
Hi, sorry for spamming you, but can't find proper content for my question. I have the following scenario: Collection Type called Articles. Each Article has dynamic zone whit repeatable Components (RichText, Accordion and etc.) Each of the components has description field. In the CMS Articles findMany how the filtering should look like to access the Dynamic Zone components? I tried different combinations like: { content: { ["$or"]: [ { description: { "$containsi": searchTerm } }, { components: { [operator]: [ { description: { "$containsi": searchTerm } } ] } },