Panel Dropdown Extension Type

What is the extension type of this Panel Dropdown? I cannot find it in the documentation.(or I don’t know the term of it)
image

Hi,
That would be a pulldown bundle

Pull down bundle

Where should I put in this .pulldown folder, I tried to put it under .tab folder and its not showing up.

I want to have something similar to Pyrevit, a pushbutton under .tab(which in Pyrevit its a stack) and a pulldown in the mini panel dropdown. (Not a regular pulldown button under Panel.)

Thanks in advance

I may have misunderstood,
this is what you are looking for I think
pyRevit/extensions/pyRevitCore.extension/pyRevit.tab/pyRevit.panel/bundle.yaml at master · pyrevitlabs/pyRevit (github.com)

in your bundle.yaml:

  - tools
  - ">>>>>"
  - About
  - Update
  - Extensions
  - prlinks
  - rpwlinks
  - links
  - Settings
1 Like

Look for slide out panel

1 Like

Thank you, this is exactly what I was looking for.