So my problem basically is that I have a DataObject that has many Images, So to avoid having a DataObjectManager inside a popup window, I've decided to use the model admin (Thought it might be the best option), now my problem is that I would need to limit this model admin to a particular Subsite...
Is it Possible?! If so how would I go about adding the subsite dropdown option to my model admin tab(s)?
Is using the ModelAdmin the best option?!