Marcus Scheller
Marcus Scheller
I’m not entirely sure how that happened but in my case countries in addresses get translated resulting in double-, triple, etc. markers being saved for the exact same location which...
I noticed that ingredients which do not have a a quantity assigned to it do get rendered with a leading space character which messes up the layout, obviously. Edit: Apparently...
### Describe the bug In my templates I am determining the current node id this way: `{% set currentNavNodeId = craft.navigation.getActiveNode({ handle: 'mainMenu' }).id %}` which works fine so far....