Components and Dynamic Zones 🚀 Strapi Course #2

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ธ.ค. 2024

ความคิดเห็น •

  • @kshitijkumarsaini9501
    @kshitijkumarsaini9501 ปีที่แล้ว +1

    Amazing, a must needed series.

    • @nltech1
      @nltech1  ปีที่แล้ว

      Thanks! I’m glad you like it!

  • @himanshukamal1
    @himanshukamal1 วันที่ผ่านมา

    you rock my friend!

  • @akhotshweza7208
    @akhotshweza7208 11 หลายเดือนก่อน +1

    Great work, Short and to the point

    • @nltech1
      @nltech1  11 หลายเดือนก่อน

      Glad you liked it

  • @bynneh
    @bynneh ปีที่แล้ว +2

    Nice! Keep it going

    • @nltech1
      @nltech1  ปีที่แล้ว +1

      Thanks, will do!

  • @silkodyssey
    @silkodyssey 8 หลายเดือนก่อน +1

    Awesome explanation!

    • @nltech1
      @nltech1  8 หลายเดือนก่อน

      Thank you! Glad you found it helpful!

  • @Cocaquiros
    @Cocaquiros 9 หลายเดือนก่อน +1

    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

    • @nltech1
      @nltech1  9 หลายเดือนก่อน +1

      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.

  • @МаксКіндратів
    @МаксКіндратів 10 หลายเดือนก่อน +1

    Nice!

    • @nltech1
      @nltech1  10 หลายเดือนก่อน

      Thanks

  • @stivenfortes3252
    @stivenfortes3252 9 หลายเดือนก่อน

    Why does the home page has a slug of "home"? shouldn't be just the slash?

  • @PitchBlackAlex
    @PitchBlackAlex 8 หลายเดือนก่อน

    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
    }
    }
    ]
    }
    },

  • @ChristianKolbow
    @ChristianKolbow 7 หลายเดือนก่อน

    👍