Hello,
I created a custom field type with some custom properties (both using PropertySchema and using Code only setting schema node attributes), which are necessary to let users configure the appearance of the custom field.
Is there any chance to get those custom properties into client-side rendering?
I don't see them being contained in the field schema, list schema or any other javascript object at my disposal, seems they are not being rendered into the html.
Is there any quirky way to output those fields, e.g. rendering from the serverside field class or whatever? It would really be a pity having to make a ajax request to obtain them.
Thanks for your suggestions,
Matt