Initial commit
This commit is contained in:
17
application/Espo/Resources/layouts/LayoutSet/detail.json
Normal file
17
application/Espo/Resources/layouts/LayoutSet/detail.json
Normal file
@@ -0,0 +1,17 @@
|
||||
[
|
||||
{
|
||||
"label": "",
|
||||
"rows": [
|
||||
[{"name": "name"}, false],
|
||||
[
|
||||
{"name": "layoutList"},
|
||||
{
|
||||
"name": "edit",
|
||||
"customLabel": "",
|
||||
"view": "views/layout-set/fields/edit",
|
||||
"inlineEditDisabled": true
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,8 @@
|
||||
[
|
||||
{
|
||||
"label": "",
|
||||
"rows": [
|
||||
[{"name": "name"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
3
application/Espo/Resources/layouts/LayoutSet/list.json
Normal file
3
application/Espo/Resources/layouts/LayoutSet/list.json
Normal file
@@ -0,0 +1,3 @@
|
||||
[
|
||||
{"name":"name", "link": true}
|
||||
]
|
||||
@@ -0,0 +1,3 @@
|
||||
[
|
||||
"teams"
|
||||
]
|
||||
Reference in New Issue
Block a user