J-O Eriksson's UserDefaultsModule Extra Feature
J-O Eriksson released the NewUserDefault CSModule as part of the Community Server MVP Alabaster CSModule. A great tool that sets defaults for new users as they register on your [CommunityServer] site. However, in the documentation he over looked one setting, which was the one I was interested at the time. This was only a documentation oversight the code includes the EditorType setting.
This was exactly the property I wanted add to all new users. So I was very pleased when J-O Eriksson point out his missing documentation. I simple added:
<EditorType Value="Enhanced" />
within the add element in configuration. and every worked like not advertised.
J-O thanks for the code and taking the time to point out the missing information. Makes a great module even better.