In my module's getModuleConfigInputfields method, I've added a field of type: InputfieldButton.
I want this button have a different action than the usual submit button (which is still there) and the submit button to behave as it always does.
For example; I want the InputfieldButton button to clear a few folders when it's clicked. Is this possible, if so, how can I achieve this?