Problem/Motivation
WidgetBase passes itself along when invoking alters, allowing third party code to have access to their third party settings.
FormatterBase does not pass along the third party settings.
Proposed resolution
Add it to the pile of information passed along
Remaining tasks
Needs tests