fix: added branding related fields in settings
This commit is contained in:
parent
f3aad41f2c
commit
917f999a7a
@ -5,7 +5,13 @@
|
|||||||
"doctype": "DocType",
|
"doctype": "DocType",
|
||||||
"engine": "InnoDB",
|
"engine": "InnoDB",
|
||||||
"field_order": [
|
"field_order": [
|
||||||
|
"defaults_tab",
|
||||||
"restore_defaults",
|
"restore_defaults",
|
||||||
|
"branding_tab",
|
||||||
|
"brand_name",
|
||||||
|
"brand_logo",
|
||||||
|
"favicon",
|
||||||
|
"dropdown_items_tab",
|
||||||
"dropdown_items"
|
"dropdown_items"
|
||||||
],
|
],
|
||||||
"fields": [
|
"fields": [
|
||||||
@ -17,14 +23,45 @@
|
|||||||
{
|
{
|
||||||
"fieldname": "dropdown_items",
|
"fieldname": "dropdown_items",
|
||||||
"fieldtype": "Table",
|
"fieldtype": "Table",
|
||||||
"label": "Dropdown Items",
|
|
||||||
"options": "CRM Dropdown Item"
|
"options": "CRM Dropdown Item"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "defaults_tab",
|
||||||
|
"fieldtype": "Tab Break",
|
||||||
|
"label": "Defaults"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "branding_tab",
|
||||||
|
"fieldtype": "Tab Break",
|
||||||
|
"label": "Branding"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "An image with 1:1 ratio is preferred",
|
||||||
|
"fieldname": "brand_logo",
|
||||||
|
"fieldtype": "Attach",
|
||||||
|
"label": "Logo"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "dropdown_items_tab",
|
||||||
|
"fieldtype": "Tab Break",
|
||||||
|
"label": "Dropdown Items"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "brand_name",
|
||||||
|
"fieldtype": "Data",
|
||||||
|
"label": "Name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]",
|
||||||
|
"fieldname": "favicon",
|
||||||
|
"fieldtype": "Attach",
|
||||||
|
"label": "Favicon"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"issingle": 1,
|
"issingle": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2024-12-27 17:47:29.196692",
|
"modified": "2024-12-27 21:16:47.251706",
|
||||||
"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