Webform module and config export
This commit is contained in:
parent
3e6a5cbed2
commit
0e15467384
1040 changed files with 117682 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
{#
|
||||
/**
|
||||
* @file
|
||||
* Default theme implementation of a webform actions.
|
||||
*
|
||||
* @see template_preprocess_webform_actions()
|
||||
* @see \Drupal\webform\WebformSubmissionForm::actionsElement
|
||||
* @see \Drupal\webform\WebformSubmissionForm::actions
|
||||
*
|
||||
* @ingroup themeable
|
||||
*/
|
||||
#}
|
||||
{{ element }}
|
Reference in a new issue