From 30cfea4ac4690fe39504fd59b3d665553c76ddbb Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 24 Aug 2022 11:07:32 +0300 Subject: [PATCH] team detail small --- .../Espo/Resources/layouts/Team/detailSmall.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 application/Espo/Resources/layouts/Team/detailSmall.json diff --git a/application/Espo/Resources/layouts/Team/detailSmall.json b/application/Espo/Resources/layouts/Team/detailSmall.json new file mode 100644 index 0000000000..e9cc88d2e0 --- /dev/null +++ b/application/Espo/Resources/layouts/Team/detailSmall.json @@ -0,0 +1,10 @@ +[ + { + "rows": [ + [ + {"name": "name"}, + {"name": "positionList"} + ] + ] + } +]