You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to extend an area with a dropdown and drawer definition. As I expected the following to work, I could not get the drawer to open from a PHP defined dropdown with drawer key as shown below. dialog is working for me. At Discord an alternative with a drawers/ prefixed link was proposed, that is working for me, but seems inconsistent.
Expected behavior
Consistent keys in dropdown/button definition. Either prefixed link or additionally dialog AND drawer working.
More precise documentation
Your setup
Kirby Version
5.0.0-beta.1
Console output
The console is empty.
The text was updated successfully, but these errors were encountered:
distantnative
changed the title
[v5] Inconsistent PHP option definitions (?)
Dropdown item: support dialog and drawer props from buttons
Dec 17, 2024
Currently, I am less confused why drawer isn't working yet, but why dialog would be working already. Doubting my solution is right then, somewhere dialog needs to be supported already if it works.
Description
I want to extend an area with a dropdown and drawer definition. As I expected the following to work, I could not get the drawer to open from a PHP defined dropdown with
drawer
key as shown below.dialog
is working for me. At Discord an alternative with adrawers/
prefixedlink
was proposed, that is working for me, but seems inconsistent.Expected behavior
Consistent keys in dropdown/button definition. Either prefixed
link
or additionallydialog
ANDdrawer
working.More precise documentation
Your setup
Kirby Version
5.0.0-beta.1
Console output
The console is empty.
The text was updated successfully, but these errors were encountered: