Sebastian Helzle
Sebastian Helzle
The are use cases where you should be able to select from a list of styles for the same piece of text. The current mechanism would generate a button for...
This change makes it possible to configure buttons which open a dropdown with multiple styling selections. With this multiple groups of styling options can be applied to a text selection....
### Description The Neos css reset removes list styling from help messages. ### Steps to Reproduce Add a help message to a node property like this: ```yaml properties: text: ui:...
Resolves: #3115 & #3114
If the secondary or tertiary label is not set the preview element wouldn’t cover the whole selectbox which will then show a graphical glitch. This problem currently surfaces when using...
**What I did** Don't generate constraints for mixin nodetypes as those are never queried by the ui. Previously each abstract nodetype without defined constraints had every other nodetype set as...
This would make implementing autocompletion for various shells much easier. Currently the output of `flow help` needs to be parsed. There should be an additional command that would output all...
It would be great to have a command autocompletion and possibly a callback to provide further completions. Similar to how it's done here https://github.com/rohanchandra/javascript-terminal/blob/af6ab7c18e595341c3e2d5a79e07f68cb51ef2c2/src/emulator/auto-complete.js I would try to implement this...
### Current Behavior The upload element has an absolute position that increase the document width and forces the scrollbars. Scrolling to the right just shows empty space. ### Expected Behavior...
Splits the Fusion prototypes in Neos.Neos and Neos.Fusion into separate files and adds all available parameters of the PHP implementations also in Fusion. This should make it easier for integrators...