mirror of
https://github.com/meichthys/church.git
synced 2026-05-01 11:01:29 +00:00
Make notes field a text editor and put it in a collapsed section
This commit is contained in:
parent
535649d43d
commit
84ae8702f0
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user