Custom component default editors

Hello
I’m developing a custom component.
This component needs some settings(a key + some other data).
I know i can create an editor for it and i know that there are some default editors like: key, keep, bool, int.

I wanted to ask you what are all default editors that i can use?

P.S.: i need an multi-line text editor, and an editor like the one we have in the “transformer” component.

Thanks, Andrew.

Hello Andrew,

you can use

<singleType name="multiline" />

for multiline text editor and

<singleType name="transform" />

for the transformation editor. New issue was reported to document available component attribute editors (http://bug.javlin.eu/browse/CLDOC-480).

Best Regards