Axel Guckelsberger

Results 177 comments of Axel Guckelsberger

Wouldn't this result in a huge amount of setting fields... not sure whether this would be really useful...

Note there is now an entity initialiser class (see #995) which allows to dynamically apply default values for newly created entities. This might be helpful for solving this issue, too.

Postponing, because this depends on #97.

As agreed at the camp we are going to utilise expressions to let the default value of an entity field point to / reference a variable field.

Isn't this just a special use case for #263 ? Meaning: if #263 is implemented do we need #479 ?

A new property `multiple` is being added as part of #541. This ticket is left open for additional UI amendments afterwards.

Just implemented a multi upload based on https://www.dropzonejs.com/ for two MOST-based modules. Maybe this can be reused as a foundation for a generic support. But in my use case each...

There are cropper scripts like https://fengyuanchen.github.io/cropper/ available. Something like this is also contained in SimpleMedia. But these require that the image has already been uploaded and can afterwards crop a...

> not possible Actually there are approaches for doing that: https://stackoverflow.com/questions/12728188/cropping-images-in-the-browser-before-the-upload https://stackoverflow.com/questions/23945494/use-html5-to-resize-an-image-before-upload Basically these work using a canvas and dynamically generating a cropped image on the fly. I am still...