silverstripe / silverstripe-assets

Silverstripe Assets component
BSD 3-Clause "New" or "Revised" License
9 stars 65 forks source link

NEW Scaffold formfields for File and Image using new API #613

Closed GuySartorelli closed 3 weeks ago

GuySartorelli commented 4 weeks ago

Uses new API from https://github.com/silverstripe/silverstripe-framework/pull/11269 to scaffold formfields for Image and File has_one relations.

Note that there's no need to bump the framework dependency here - if installing this with framework 5.1 the old code path will be used instead, but the result will be the same.

Issue