Skip to content

Commit

Permalink
twig templates for tfa
Browse files Browse the repository at this point in the history
  • Loading branch information
oviag committed Sep 22, 2023
1 parent 2e4008a commit 494426f
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 9 deletions.
9 changes: 0 additions & 9 deletions public/sites/default/local.services.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{#
/**
* @file
* Theme override for a 'form' element.
*
* Available variables
* - attributes: A list of HTML attributes for the wrapper element.
* - children: The child elements of the form.
*
* @see template_preprocess_form()
*/
#}
<form class="component__container" {{ attributes }}>
{{ children }}
</form>
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{#
/**
* @file
* Theme override for a 'form' element.
*
* Available variables
* - attributes: A list of HTML attributes for the wrapper element.
* - children: The child elements of the form.
*
* @see template_preprocess_form()
*/
#}
<form class="component__container component__tags" {{ attributes }}>
{{ children }}
</form>

0 comments on commit 494426f

Please sign in to comment.