Vocabulary Description Length
1,980 sites
Security covered
This module changes the vocabulary description field from a single-line text box to a multi-line text area. This allows users to enter longer and more descriptive text for their vocabulary terms, improving the editorial experience.
This small module modifies the taxonomy_vocabulary_form to convert the description field type from a textfield to a textarea.
Vocabularies in Drupal are configuration entities, and there is no strict character limit enforced by default for the description field. Using the textarea type will allow users to enter longer descriptions to improve the editorial experience.