Issue #3104900: Implement hook_help()
Compare changes
+ 13
− 0
@@ -6,6 +6,19 @@
$output .= '<p>' . t('The Simple Hierarchical Select module provides a new form widget for taxonomy fields that allows users to select a term by browsing through the hierarchy of vocabularies. This widget is available in node forms and as a Views exposed filter. The module is inspired by the Hierarchical Select module, but is simpler and more streamlined. Unlike Hierarchical Select, this module is designed specifically for taxonomy terms and includes Views exposed filter functionality.') . '</p>';