mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
3b65b38826
I replaced the subclassing example by one using a DataExtension. This is the preferred way to add extra functionality to the Image class. You can now add any existing image from the assets section instead of only those belonging to the subclass. Added a warning not to use has_many relations, because the UploadField doesn't fully support them.