From e537d64c5bd9ab58a44ee172c8e9f414e930e75c Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 15 Jan 2024 12:08:01 +0200 Subject: [PATCH] user bottom panels layout --- .../Espo/Resources/layouts/User/bottomPanelsDetail.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 application/Espo/Resources/layouts/User/bottomPanelsDetail.json diff --git a/application/Espo/Resources/layouts/User/bottomPanelsDetail.json b/application/Espo/Resources/layouts/User/bottomPanelsDetail.json new file mode 100644 index 0000000000..2ae8cd6b7c --- /dev/null +++ b/application/Espo/Resources/layouts/User/bottomPanelsDetail.json @@ -0,0 +1,6 @@ +{ + "stream": { + "sticked": false, + "index": 0 + } +}