system-config-form.html.twig 429 B

123456789101112131415
  1. {#
  2. /**
  3. * @file
  4. * Theme override for a system settings form.
  5. *
  6. * This template will be used when a system config form specifies 'config_form'
  7. * as its #theme callback. Otherwise, by default, system config forms will be
  8. * themed by form.html.twig. This does not alter the appearance of a form at all,
  9. * but is provided as a convenience for themers.
  10. *
  11. * Available variables:
  12. * - form: The confirm form.
  13. */
  14. #}
  15. {{ form }}