The option types are all declared in core/header/option_types.php
If the option type letter is declared directly on _SECTIONS.php are set to true, or on the top of each document, set the $option['type'] array variable to true or false do deactivate.
/* A */ $options['add']; /* B */ $options['categorize']; /* C */ $options['datepicker']; /* D */ $options['delete']; /* E */ $options['edit']; /* F */ $options['form']; /* G */ $options['geolocation']; /* H */ $options['colorpicker']; /* I */ $options['img_prev']; /* J */ $options['js_charts']; /* K */ $options['CKE']; /* L */ $options['live']; /* M */ $options['multiple_up']; /* N */ $options['numbered']; /* O */ $options['openmodal']; /* P */ $options['sortable']; /* Q */ $options['clone']; /* R */ $options['searchbox'] = true;} /* S */ $options['drag_drop']; /* T */ $options['code_editor']; /* U */ $options['update']; /* V */ $options['view']; /* W */ $options['switch']; /* X */ $options['xcel']; /* Y */ $options['videos']; /* Z */ $options['video_form']; /* 0 */ $options['date_filters']; /* 0 */ $options['switch']; /* 1 AVAILABLE */ /* 2 AVAILABLE */ /* 3 AVAILABLE */ /* 4 AVAILABLE */ /* 5 AVAILABLE */ /* 6 AVAILABLE */ /* 7 AVAILABLE */ /* 8 AVAILABLE */ /* 9 AVAILABLE */ /* a */ $options['aside_content']; /* m */ $options['manual_form']; /* p */ $options['protect'];
Form Add - option type A
How to create a Form to Add content
Categorize Table Views (Blog Style) - option type B
How to add Category Filters at the top of a Table View
Datepicker (Calendar) - option type C
How to add a datepicker / calendar Field to Forms and Table Views
Delete - option type D
Add the option to delete rows on Table Views
Edit - option type E
Add the option to edit the content of a row on Table Views
Form - option type F
How to create a Form, either to Add ot Edit content
Geolocation - option type G
How to generate Longitude and Latitude values taken from an address in Forms
Colorpicker (Hexadecimal Colors) - option type H
How to add a colorpicker Field to Forms and Table Views
Aside Content - option type a
How to create aside Content, option type a (lower case)