Hello -
I want to be able to link a single DataObject to a page:
Song <- AudioFile
I'm using an AudioFile DataObject because I want to store additional information about the file, but also so that I can aggregate AudioFile DataObjects and use them in other parts of the site.
I am perfectly clear as to how you can go about adding multiple DataObjects to a page using GridField. However, is there a way to add an interface for adding a single DataObject without having to build a whole table for it?
Thanks!