Hi there!
I was just wondering why ModelAdmin scaffolds all my fields nicely when the type is extended from DataObject and when I extend from SiteTree (or Page) I only get 3 "boring" fields and not all of them.
Is there a way to enable all fields without adding the fields manually via getCmsFields() ?
Also I just came across DataObjectManager - I feel that its somewhat down the same road of ModelAdmin. Are the usage of these two any different? Anyone deprecated og better suitet for certain purposes?
Thanks!