Bernhard Rusch
Bernhard Rusch
### Improvement description Gotenberg 8 has added screenshot feature: https://github.com/gotenberg/gotenberg/releases/tag/v8.0.0 Since we use Gotenberg already for other stuff it would make sense to consider it here as well: https://github.com/pimcore/pimcore/blob/b5a2129e8ff5f8cbb1595ecdc8c39abdfa2151c5/lib/Image/Chromium.php#L32 This...
### Improvement description See #16590
### Improvement description `utf8mb4_unicode_520_ci` should be preferred over `utf8mb4_general_ci`. See also: #16080 and https://stackoverflow.com/a/766996 Don't forget to also check skeleton and demos.
### Improvement description Follow up to #16195
### Improvement description Ideally there is a way how we can make this feature optional.
### Improvement description - [ ] Serialize data using JSON instead of PHP `serialize()` - [ ] Use JSON column-type in DB schema for easier querying Open question: BC-break? 🤔
### Improvement description Seems there's no reason anymore for having them all `public`, e.g.: https://github.com/pimcore/pimcore/blob/815ec901d89af3f57f458012993357f269c39eef/models/DataObject/ClassDefinition/Data/Input.php#L45