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