Is it ok to add my own custom attribute in the ds.xml for a datasource field to be referenced in the client?
For example:
and then reference the attribute "foo" in this case on the client.
Thanks.
For example:
Code:
<field name="xxx" type="text" foo="bar">
Thanks.
Comment