I'm currently working on a custom form (ftl template) where I need to show a list of possible values a field can take as a checkbox list. The idea is to replace the dropdown combo+"Add to List" button that is shown in the default property editor.
Does anyone know how to show the possible values provided by a "LIST" constraint from the freemarker template?