This snippet for Drupal 7 is a follow up from this one: Crear formato personalizado para un campo de tipo fecha
In order to implement a settings form to our custom field formatter we only need to use the 'settings' parameter in the field formatter declaration (in hook_field_formatter_info()) and a few hooks.
This snippet disables the rich text in Drupal 7 for all the fields of type text or large text. Additionally, it disables the CKEditor toolbar like the selection of the text format