Benedict Massolle

Results 58 comments of Benedict Massolle

Ahh, I did not know that, but that makes sense. Thanks for the hint. Would only procede with overwriting values then.

That is already included in the last commits. I will continue working on another branch for now, so I will stop spamming everybody else with notifications :-)

We have a project currently, where this would have been helpful, because we manage six websites (different subdivisions of one company, so to say) in one system, but all pages...

I cleaned this mess up a little. Don't really know what Psalm complains about, as explicitly declared the criticized array. Anyhow, feedback much appreciated. Will target this after my holidays...

> I'm just a bit hesitant with this one because it will dynamically extend the tl_content and tl_module tables with new columns even more. However, you don't really have a...

Failing Windows CI test seems unrelated 🤔

Failing Windows CI test was unrelated :-)

After reading the grammar article I kinda lean towards overriding, but: In `tl_content` we already have `overwriteMeta` and `overwriteLink` which do the exact same thing: They toggle a subpalette that...

>Are we really sure that we want to add this to the core? The PR adds quite a few columns to two tables that already have a lot of columns,...

We could also do not have overwritable fields by default and anybody who would want to use this, could set the DCA flag `formOverwritable` manually? This way, the columns would...