Sebastian Helzle
Sebastian Helzle
Each asset should have a label or badge where it came from.
Feedback provided by Sandstorm. This is something rarely seen in paginations. Has to be discussed.
Since the package was changed to only be triggered when a thumbnail is refreshed we have to rely on thumbnails actually being created. Neos currently does **NOT** create thumbnails when...
The following regex should work according to https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp?retiredLocale=de#regular_expression_and_unicode_characters but needs to be tested: ```yaml titlePattern: '^[A-Z][\p{L}\s\w\d\-\.\[\]\(\)_]+\b(?!\s)$' ```
The `securityContext` needs to be checked whether it can be initialised before access.
Relates: #31 Maybe this branch will never be merged but only used for the merge into the core
During the Neos Sprint 04/2023 the Neos team decided that this module will replace the workspace module in the Neos core. Therefore I will work with other team members to...
Neos looks for them in the plugin instead of the original package.
With large numbers of changes in a workspace, loading the number of changes can take quite long. Therefore it would make sense to cache them and flush when a workspace...