The CSS class plugin currently only supports textfield and select as input types. Especially selection of multiple classes is not very user friendly with the select element. Radios are a great input type for short option lists.
Allow to customize the UI by leverage existing Drupal form API render elements:
input_type
which corresponds to a form API render element #type
. Additionally support the types radios
and checkboxes
option
is set, default the input type to select
, if no options are set default to textfield
.
required
to form API's #required
key.
Needs review
1.0
User interface
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.