From 5f3077b5b63f3df989c25928e60a02cc55e21115 Mon Sep 17 00:00:00 2001 From: tomfacal <88186642+tomfacal@users.noreply.github.com> Date: Tue, 10 Mar 2026 11:54:09 +0100 Subject: [PATCH] Added fullscreen option --- .../formLayoutManagerComponents/formLayoutDialogOptions.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_data/components/formLayoutManagerComponents/formLayoutDialogOptions.yml b/_data/components/formLayoutManagerComponents/formLayoutDialogOptions.yml index aba1b21a1..d13e3786c 100644 --- a/_data/components/formLayoutManagerComponents/formLayoutDialogOptions.yml +++ b/_data/components/formLayoutManagerComponents/formLayoutDialogOptions.yml @@ -79,4 +79,10 @@ attributes: [{ type: "no | false | yes | true", default: "no", description: "Whether the user can use escape or clicking on the backdrop to close the modal" +}, +{ + name: "show-fullscreen-button", + type: "boolean", + default: false, + description: "Whether to show a button to make the dialog fullscreen" }] \ No newline at end of file