mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
Add support for bottom widgets in record view
- Allow configuring bottom widgets in record view - Read from new entry in detailviewdefs
This commit is contained in:
parent
b76a49b4a7
commit
4045d5ea25
11 changed files with 203 additions and 57 deletions
|
@ -40,6 +40,7 @@ services:
|
|||
$recordViewActions: '%module.recordview.actions%'
|
||||
$recordViewActionLimits: '%module.recordview.actions_limits%'
|
||||
$recordViewSidebarWidgets: '%module.recordview.sidebar_widgets%'
|
||||
$recordViewBottomWidgets: '%module.recordview.bottom_widgets%'
|
||||
$recordViewTopWidgets: '%module.recordview.top_widgets%'
|
||||
$groupedFieldsTypeMap: '%record.fields.grouped_fields_type_map%'
|
||||
$currencyFieldsTypeMap: '%record.fields.currency_fields_type_map%'
|
||||
|
|
|
@ -3,4 +3,8 @@ parameters:
|
|||
default:
|
||||
widgets: []
|
||||
modules:
|
||||
module.recordview.bottom_widgets:
|
||||
default:
|
||||
widgets: []
|
||||
modules:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue