Browser mod with mushroom cards

Is it possible to show mushroom light cards in a vertical stack inside a browser mod pop up card?
If so, can someone explain how, if not can someone help me with another solution to this problem.
Thank you

I found out myself.
I’m calling a script that looks like this


alias: Pop up entre
sequence:
  - service: browser_mod.popup
    data:
      title: Test af pop up
      content:
        type: entities
        entities:
          - type: custom:mushroom-light-card
            entity: light.entre
            use_light_color: true
            show_brightness_control: true
            show_color_temp_control: true
          - type: custom:mushroom-light-card
            entity: light.entre
          - type: custom:mushroom-light-card
            entity: light.entre
mode: single