Make notes field a text editor and put it in a collapsed section

This commit is contained in:
meichthys 2026-02-18 04:01:53 +00:00
parent 535649d43d
commit 84ae8702f0

View File

@ -99,7 +99,7 @@
},
{
"fieldname": "notes",
"fieldtype": "Small Text",
"fieldtype": "Text Editor",
"label": "Notes"
},
{
@ -138,6 +138,13 @@
"options": "Church Person",
"reqd": 1
},
{
"collapsible": 1,
"collapsible_depends_on": "eval:doc.notes",
"fieldname": "section_break_appf",
"fieldtype": "Section Break",
"label": "Notes"
},
}
],
"grid_page_length": 50,