Accordion List

I’m not sure I understand what you’re saying :frowning: (too inexperienced, I’m afraid)
The way I see it, the list-item doesn’t have a parent, it is the parent. And the kids are “A”, “B” and “C”. And there the only thing is “Edit Accordion Code” which seems to get me the chevrons I don’t want.
Adding “no-chevron: true” didn’t help either:

component: oh-list-card
config:
  title: Accordion List - Test
  accordionList: true
slots:
  default:
    - component: oh-list-item
      config:
        title: A
      slots:
        accordion:
          - component: oh-list-card
            config:
              accordionList: true
              noBorder: true
              noShadow: true
              outline: true
              no-chevron: true 
    - component: oh-list-item
      config:
        title: B
      slots:
        accordion: []
    - component: oh-list-item
      config:
        title: C
      slots:
        accordion: []

I hope it’s not asking too much (you’ve already been very helpful in my other post), could you change the example code so it’d work? I could transfer the rest and probably understand it then, too.

Here’s