Hi,
I have a page with a has_one relationship to a dataobject (Page has one instance of the dataobject). The dataobject has multiple db fields.
With a has_many relationship, i display the fields in the cms using gridfield in the getcmsfield section, but i can't find a way to display the fields of the dataobject in a has_one relationship (where there's no need for a gridfield).
Can somebody help me out?
Thanks