Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

image-storage update & image metadata #1

Merged
merged 2 commits into from
Oct 29, 2019
Merged

image-storage update & image metadata #1

merged 2 commits into from
Oct 29, 2019

Commits on Oct 29, 2019

  1. Updating image-storage to v 0.2

    - updated composer dependency `68publishers/image-storage` to version `0.2`
    - added configuration option `image_managers.{x}.thumbnail.preset` instead of `image_managers.{x}.thumbnail_preset`
    - added configuration option `image_managers.{x}.thumbnail.descriptor`
    - added method `ImageManagerControl::setThumbnailOptions()` instead of method `ImageManagerControl::setThumbnailPreset()`
    - modified component's template
    tg666 committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    74c4212 View commit details
    Browse the repository at this point in the history
  2. Resource metadata

    - added interface `IResourceMetadataFactory` and default implementor `ResourceMetadataFactory`
    - added static (enum) class `MetadataName`
    - added configuration option `resource_metadata_factory`
    - added methods `IImage::{getMetadata(), setMetadata()}`
    - added methods `SaveManipulatorOptions::{setCustomMetadata(), getCustomMetadata()}`
    - metadata are created and saved on Image entity in method `SaveManipulator::save()`
    tg666 committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    1a72e6a View commit details
    Browse the repository at this point in the history