You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You will need to pass arguments to the dust-makara-helpers dust helper via the view engines property, instead of the makara middleware. Here is a snippet of config which does what you want:
Hi, I have spent several hours trying to set enableMetadata parameter to true but I can't find how to do it.
I have tried several configuration options without success like:
"middleware": { "makara": { "priority": 100, "enabled": true, "module": { "name": "makara", "arguments": [ { "i18n": "config:i18n", "specialization": "config:specialization" "enableMetadata": "true" } ] } },
...
While debugging, I have the options parameter in dust-message-helper as undefined.
What can I do?
The text was updated successfully, but these errors were encountered: