atk4 / filestore

Implements integration between ATK UI and FlySystem
https://agiletoolkit.org/
MIT License
9 stars 8 forks source link

Missing Image class #7

Open joe248 opened 5 years ago

joe248 commented 5 years ago

The documentation states "Filestore also implements \atk4\filestore\Field\Image class", however, there is no Image class in the source. Where can we find the Image class?

Thanks

DarkSide666 commented 5 years ago

That is old documentation - section "old readme".

You can also check https://github.com/atk4/ui/blob/develop/src/Form/Control/UploadImage.php

joe248 commented 5 years ago

Thanks, but what's the point of keeping around old, inaccurate documentation? Did that functionality exist before but was removed for some reason? Or was the documentation written first but never implemented?

DarkSide666 commented 5 years ago

It's both. It was implemented before for old Agile Toolkit version which was completely rewritten in last year or so and wasn't compatible anymore. That old docs part is there just for reference.