fix: added default view field in fcrm settings
This commit is contained in:
parent
faea314f59
commit
1ca4d0bd4b
@ -6,6 +6,8 @@
|
|||||||
"engine": "InnoDB",
|
"engine": "InnoDB",
|
||||||
"field_order": [
|
"field_order": [
|
||||||
"defaults_tab",
|
"defaults_tab",
|
||||||
|
"default_view",
|
||||||
|
"column_break_jeeh",
|
||||||
"restore_defaults",
|
"restore_defaults",
|
||||||
"branding_tab",
|
"branding_tab",
|
||||||
"brand_name",
|
"brand_name",
|
||||||
@ -56,12 +58,21 @@
|
|||||||
"fieldname": "favicon",
|
"fieldname": "favicon",
|
||||||
"fieldtype": "Attach",
|
"fieldtype": "Attach",
|
||||||
"label": "Favicon"
|
"label": "Favicon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "default_view",
|
||||||
|
"fieldtype": "Data",
|
||||||
|
"label": "Default View"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "column_break_jeeh",
|
||||||
|
"fieldtype": "Column Break"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"issingle": 1,
|
"issingle": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2025-01-19 14:23:05.981355",
|
"modified": "2025-02-18 17:05:39.440396",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "FCRM",
|
"module": "FCRM",
|
||||||
"name": "FCRM Settings",
|
"name": "FCRM Settings",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user