Sebastian Helzle
Sebastian Helzle
Started implementing the Schema. One thing I noticed is that we need the "imported" flag. It tells me whether I can modify an asset and some other things. Or did...
But isn't an imported asset somehow also still `external`? Imported has the actual meaning, that data was transferred at some point.
We planned to add an "import" button so you can already make assets locally available while going through pexels for example. So it fits to that idea.
When I say asset, I mean AssetProxy of course :P
OK. I implemented now almost all of it. Had to add the `localId` for imported assets as the Neos UI needs it when selecting a media.
Simple time issue. I prioritised the non working things and the arrays worked fine for now. I hoped that you could help me then ;)
I feared as much. An easy way would be to have a `forceThumbnailGeneration` setting in the `ThumbnailConfiguration` object and respect that in the `ThumbnailService`. But that of course is a...
Don't think so. Every few months I stumble upon the issue again and think about it, but didn't take the time yet to work on the solution. I think most...
So is this PR now breaking or what should we wait for?
Why is it not possible to solve this with a second handler that is applied after the `TemplateNodeCreationHandler`? The second handler gets the same information and could do something else...