You are here

cshs-help.html.twig in Client-side Hierarchical Select 8.3

Same filename and directory in other branches
  1. 8 templates/cshs-help.html.twig
  2. 8.2 templates/cshs-help.html.twig

CSHS help information.

File

templates/cshs-help.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * CSHS help information.
  5. *
  6. * @ingroup themeable
  7. */
  8. #}
  9. <h3>{{ 'About'|t }}</h3>
  10. <p>{{ 'A simple client-side hierarchical select widget for taxonomy terms.'|t }}</p>
  11. <h3>{{ 'Settings'|t }}</h3>
  12. <ol role="list">
  13. {% for item in [
  14. 'Force selection of deepest level (if checked the user will be forced to select terms from the deepest level).',
  15. 'Parent (allows to select a parent term to use only a subtree of a vocabulary for this field).',
  16. 'Labels per hierarchy-level.',
  17. ] %}
  18. <li role="listitem">{{ item|t }}</li>
  19. {% endfor %}
  20. </ol>
  21. <h3>{{ 'Multi-lingual'|t }}</h3>
  22. <p>{{ 'Supports multi-lingual terms localized with i18n_taxonomy module (Which is part of the i18n package).'|t }}</p>