Index: openacs-4/packages/xowf-monaco-plugin/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf-monaco-plugin/tcl/form-field-procs.tcl,v diff -u -r1.1.1.1.2.15 -r1.1.1.1.2.16 --- openacs-4/packages/xowf-monaco-plugin/tcl/form-field-procs.tcl 27 Nov 2022 17:40:52 -0000 1.1.1.1.2.15 +++ openacs-4/packages/xowf-monaco-plugin/tcl/form-field-procs.tcl 6 Dec 2022 12:46:27 -0000 1.1.1.1.2.16 @@ -24,6 +24,12 @@ {readOnly false} } + monaco instproc describe {{-field_name ""}} { + set d [next] + dict set d type Code + return $d + } + # TODO: Provide for switching between debug (dev) and production (min) mode monaco instproc initialize {} { if {![info exists :__initialized]} {