Lukas Kahwe Smith
Lukas Kahwe Smith
imho this is quite interesting though we then also need to work on better support for changing node types
@Koc can you look into this? thx.
anyone willing to work on a fix?
@PWalkow the issue is that you are passing `null` as the append parameter, but it needs to be `false` otherwise the command will run in "append" mode which is only...
hmm i would suggest to simply make the translation key dynamic
i must admit i am a backend guy, so i don't know the entire translation stuff all that well.
i currently do not have the intention to work on this .. i recognize that for theming other aspects might also be necessary .. so if someone cooks up a...
i am open to this change .. since added some flexibility in the order of directories, we might even be able to keep BC. btw there is also https://github.com/Sylius/SyliusThemingBundle from...
I do agree that dynamic loading of themes is a legitimate use case. Can you open a PR with the code, doc and test changes to add this?
long time since I worked on that part of the code. we "inject" the theme directories into assetic here from my reading: https://github.com/liip/LiipThemeBundle/blob/master/DependencyInjection/Compiler/TemplateResourcesPass.php#L68 now I am not sure if the...