From 0a1b1e84647f68ad4bb310407e02fbe521074d1c Mon Sep 17 00:00:00 2001 From: Anton Georgiev Date: Wed, 20 Mar 2024 08:55:25 -0400 Subject: [PATCH] Update docs/docs/administration/customize.md --- docs/docs/administration/customize.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/administration/customize.md b/docs/docs/administration/customize.md index 48cdbcc131..47371835df 100644 --- a/docs/docs/administration/customize.md +++ b/docs/docs/administration/customize.md @@ -1516,7 +1516,7 @@ Useful tools for development: | `userdata-bbb_show_public_chat_on_login=` | If set to `false`, the chat panel will not be visible on page load until opened. Not the same as disabling chat. | `true` | | `userdata-bbb_hide_nav_bar=` | If set to `true`, the navigation bar (the top portion of the client) will not be displayed. Introduced in BBB 2.4-rc-3. | `false` | | `userdata-bbb_hide_actions_bar=` | If set to `true`, the actions bar (the bottom portion of the client) will not be displayed. Introduced in BBB 2.4-rc-3. | `false` | -| `userdata-bbb_default_layout=` | The layout name to be loaded first when the application is loaded. If none is provided, the meeting layout will be used. | `none` | +| `userdata-bbb_default_layout=` | The layout name to be loaded first when the application is loaded. If none is provided, the meeting layout will be used. Introduced in BBB 3.0.0-alpha.5. | `none` | #### Examples