You are here

fa-form--external-css.html.twig in FormAssembly 8

Default theme implementation to display a DFP short tag.

Available variables:

  • rel: the link rel attribute
  • href: the link href attribute

File

templates/fa-form--external-css.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation to display a DFP short tag.
  5. *
  6. * Available variables:
  7. * - rel: the link rel attribute
  8. * - href: the link href attribute
  9. *
  10. * @see \Drupal\formassembly\Entity\FormAssemblyEntityViewBuilder::attachedHead
  11. *
  12. * @ingroup themeable
  13. */
  14. #}
  15. <link rel="{{ rel }}" href="{{ href }}" type="text/css">