Open pgregorova opened 4 years ago
When creating a new modifier using GUI, the class populated isn't lower cased but pascal cased.
In addition, when creating a name that has more than one words, it's not only pascal cased but not also not separated by - instead.
-
The methods for replacing tokens upon creating new elements can be found in:
build/scaffolding/scaffolding.build.js
For this one I think you want to focus on the replaceTokens method.
When creating a new modifier using GUI, the class populated isn't lower cased but pascal cased.
In addition, when creating a name that has more than one words, it's not only pascal cased but not also not separated by
-
instead.