You are here

yamlform-help.html.twig in YAML Form 8

Theme implementation for form help.

Available variables

  • title: Help title.
  • content: Help content.
  • youtube_id: YouTube video id.
  • help: A render array content help title and content inside a details element.

File

templates/yamlform-help.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Theme implementation for form help.
  5. *
  6. * Available variables
  7. * - title: Help title.
  8. * - content: Help content.
  9. * - youtube_id: YouTube video id.
  10. * - help: A render array content help title and content inside a details element.
  11. *
  12. * @see template_preprocess_yamlform_help()
  13. *
  14. * @ingroup themeable
  15. */
  16. #}
  17. {{ attach_library('yamlform/yamlform.help') }}
  18. {{ help }}