Change Panel Title through bundle

With pushbuttons it is possible to change the title through the bundle.yaml file.

Is it possible to do the same thing with panels. (so the title doesn’t have to be the same as the folder name)

1 Like

@PieterL_TM

YES


grafik
KR
Andreas

I think what @PieterL_TM needs is:
image

The bare minimum you need is:

  • bundle.yaml file inside the folder you want to rename
  • title: YourNewName

and if translations are required:

title:
  fr_fr: Mon Nouveau Nom
  en_us: My New Name

and if you need to reorder the layout of button, just use the layout entry and list the folder names in the right order as shown by @andreasd811

Yeah, that’s what I thought, but I must be doing something incorrectly:

image