Daniel Rotter
Daniel Rotter
The only thing I could imagine is that we return a `defaultType` for a generic default type and a `defaultTypeMapping` (not happy with the name, hopefully somebody has a better...
@cirykpopeye Currently there is no other use case in the core, but I don't want to exclude that possibility for anything custom built, therefore I would probably go with the...
@jordygroote Not that I am aware of, since I haven't heard of @cirykpopeye since my last review, and I didn't have any time to dig into this... Would you like...
The change I've suggested is that the metadata always returns the same response, so that we don't have to add a query parameter to the URL. As explained above, the...
Sadly it is not as easy as described here... People might also want to use the checkboxes as a kind of setting, and just check in the twig template if...
There is already a `view` variable, where it would suit better IMO, since, as I described, it is more configuration like content. But however, that would also be a BC...
@camburns That sounds like a websocket issue... Does it work if you also run the command `app/console sulu:websocket:run -e prod` before accessing the website? And have you maybe set the...
Ah, i see, that's just a debug message... @camburns Is the live preview working for you? In case it is, that is not really an issue.
When working on the WebsiteBundle we could maybe also reduce the code in there, e.g. https://github.com/sulu-io/sulu-standard/issues/593
@sagikazarmark You are having a good point here... I'd say if we solve #593 it would be easily possible to remove the WebsiteBundle completely.