Schemaeditor: no support for omitted fields?

Can anyone confirm that plone.schemaeditor does not have a means to support editing a field otherwise marked as omitted in form directives / tagged values?

Hiding a field with an omitted directive unfortunately hides it also from schemaeditor listing (since it is based on AutoExtensibleForm). What I really want to do is hide this field for all forms in input mode, other than the schema editor. Ideas?

Sean

I caved and just monkey patched plone.autoform.utils.mergedTaggedValuesForForm() to except the SchemaListing form in plone.schemaeditor. A hack, but it works for my case:

Sean