Niklas Natter

Results 77 comments of Niklas Natter

Like the idea! If I am not mistaken, this should be quite easy to do by adding the respective filters in the list-configuration 🙂 https://github.com/sulu/SuluFormBundle/blob/4c0c30eb566064af0796ccff0f765433353dc085/Resources/config/lists/forms.xml#L48-L77

Hey, unfortunately I think overwriting the `colors.scss` in the webpack configuration will not work because the file is imported inside of `.scss` files and therefore the import is resolved by...

Just for completeness, it should be possible to create an article by selecting the correct template in the template dropdown of the toolbar, even if an error is printed to...

Hey everybody, we did not find a solution to allow for setting default templates based on the article type yet. As a partial solution, [version 2.1.0](https://github.com/sulu/SuluArticleBundle/tree/2.1.0) of the bundle makes...

After a quick look at the code, i think it could be possible to use a single view with a `type` attribute in the `path` and use `addRouterAttributesToFormMetadata` instead of...

The fact that we use a seperate edit view for each article type also prevents to include articles in the admin search results. See #480

I had a look at the proposed solution of using a single view with a `type` attribute today. Unfortunately, things are more complicated than I anticipated them. When implementing such...

Hey, thanks for reaching out. The `sulu_breadcrumb` is built to be used with pages. I dont think it works with articles, I am sorry.

Thanks for reporting - a contribution for this would be appreciated!

Hey, thanks for reaching out. Unfortunately, I cannot reproduce the problem on my machine. This repository uses the official `elasticsearch` image without any special configuration: https://github.com/sulu/sulu-docker/blob/5cb17461d60eb29fd88f5363ad9ca38bbd83f297/docker-compose.yml#L37-L45 Because of this, I...