Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 2.02 KB

File metadata and controls

34 lines (21 loc) · 2.02 KB

Overview of merged pull requests

Applies the Imagine autorotate filter before doing image adjustments, so images are consistently rotated from metadata also for crop operations.

  • Fixes: #3300
  • Packages: BaseMixins Media

Before Neos 5 it was only necessary to have a Fluid template and no Fusion prototype to work with nodes in Neos incl. the raw content mode.

As the default Fusion prototype generator was disabled in Neos 5 and later removed in Neos 7, even a Fluid template was not enough anymore and this broke the old behaviour.

Therefore a fallback renderer was added that will render a simple Fusion prototype which shows the elements label and editable properties and images. This way exceptions in the raw content mode due to missing prototypes should not happen anymore.

The whole raw content mode will then be later refactored as new feature in #376

<img width="852" alt="raw-content-fix-example" src="https://user-images.githubusercontent.com/596967/168566285-56f42c40-4cf5-4108-b907-05bd472550b9.png">

  • Packages: Neos