Not possible change defaultAttributes
Closed this issue · 1 comments
ksfreitas commented
Changing defaultAttributes
has no effect. This code override the user (line 77):
if (!options.underscoredAttributes) {
options.underscoredAttributes = false;
options.defaultAttributes = defaultAttributes;
} else {
options.defaultAttributes = helpers.toUnderscored(defaultAttributes);
}
nielsgl commented
Resolved, thanks for the PR
🎉 👍