Shel.Neos.WorkspaceModule
Shel.Neos.WorkspaceModule copied to clipboard
A workspace module alternative for Neos CMS
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 security Context cannot be initialized yet. Please check if it can be initialized with $securityContext->canBeInitialized() before trying to do so. Type: Neos\Flow\Security\Exception Code: 1358513802 File: Data/Temporary/Development/Cache/Code/Flow_Object_Classes/Neos_Flow_Securit y_Context.php Line:...
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...
- [x] Installation instructions - [x] Screenshot - [ ] Configuration options - [x] Feature list