oxy_editor() Custom Form Control Properties

The oxy_editor function allows you to edit attributes or simple element values in the Author mode, using standard built-in form controls (such as combo boxes, text fields, pop-ups, URL choosers, etc.) or to implement your own custom form controls and renderers.

myElement {
    content: oxy_editor(
        type, [my form control],
        edit, "@my_attr"
    )
}

The oxy_editor custom form control supports the following properties:

Related information
Implementing Custom Form Controls