Sebastian Helzle
Sebastian Helzle
We actually don't need so much. My first implementation mostly works and I was able to use the `SelectBox` from Neos and the `Highlight` plugin from CK5 https://ckeditor.com/docs/ckeditor5/latest/features/highlight.html#demo I would...
I'm actually finished with the clients implementation, just having a problem with CK and Neos itself. When you include plugins that have dependencies on the CK core, you get errors...
Just came back from holiday and was focused on the RedirectHandler. Can start on this topic next week :) Maybe I'll just start a draft PR with some code and...
@breadlesscode finally took some time ;) You can already check out my draft PR #9 if you like.
Open todos: - [ ] (Optionally) Make it possible to select style options instead of just css classes - [x] Enable previous button plugin again (disabled because of some CK...
Oh I can also do that, but was sick last week. But feel free to change stuff if you are faster than me ;)
@breadlesscode of course. I enabled "Allow edits from maintainers". You should simply be able to push to my branch.
When I created the first version for the customer they used multiple selectboxes. For example one for the font size, one for the style and one for the color.
@PRGfx, thx for the change. But do I see correctly that you also changed the current behaviour? I personally don't want `and` or `or` or whatever gone from by slugs...
@PRGfx I just tested this in Neos 7.3 and when I create a new page `A and B` the slug is `a-and-b`. Did you change anything in your project?