Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUGFIX: fix errors during site:import
This adjusts the annotation to work with Flow 8.3.13 ... before the type with spaces was interpreted as `mixed` and caused the following error during site:import. ``` During the import of the "Sites.xml" from the package "Neos.Demo" an exception occurred: Error: During import an exception occurred: "Could not convert target type "Neos\Media\Domain\Model\ImageVariant": Could not convert target type "Neos\Media\Domain\Model\Adjustment\CropImageAdjustment", at property path "aspectRatio": Could not find a suitable type converter for "mixed" because the class / interface "mixed" does not exist."., see log for further information. ``` Resolves: neos#5448
- Loading branch information