You are here

content-sync-help.html.twig in Content Synchronization 3.0.x

Theme implementation for content_sync 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/content-sync-help.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Theme implementation for content_sync 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_content_sync_help()
  13. *
  14. * @ingroup themeable
  15. */
  16. #}
  17. {{ attach_library('content_sync/content_sync.help') }}
  18. {{ help }}