constant HS_CONTENT_TAXONOMY_SEPARATOR in Hierarchical Select 5.3
TRICKY: Content Taxonomy's depth setting:
- 0 means the entire tree
- 1 means only the root level
- 2 means the first two levels
- etc.
1 use of HS_CONTENT_TAXONOMY_SEPARATOR
- hs_content_taxonomy_field_formatter in modules/
hs_content_taxonomy.module - Implemenation of hook_field_formatter().
File
- modules/
hs_content_taxonomy.module, line 19 - Implementation of the Hierarchical Select API for the Content Taxonomy module.
Code
define('HS_CONTENT_TAXONOMY_SEPARATOR', '<span class="hierarchical-select-item-separator">›</span>');