Webform module and config export

This commit is contained in:
Rob Davies 2017-03-16 15:29:07 +00:00
parent 3e6a5cbed2
commit 0e15467384
1040 changed files with 117682 additions and 0 deletions

View file

@ -0,0 +1,27 @@
{#
/**
* @file
* Default theme implementation from form submission as plain text.
*
* @ingroup themeable
*/
#}
--------------------------------------------------------------------------------
{{ 'Submission ID'|t }}: {{ sid }}
{{ 'Submission UUID'|t }}: {{ uuid }}
{{ 'Submission URI'|t }}: {{ uri }}
{{ 'Created'|t }}: {{ created }}
{{ 'Completed'|t }}: {{ completed }}
{{ 'Changed'|t }}: {{ changed }}
{{ 'Is draft'|t }}: {{ is_draft }}
{{ 'Current page'|t }}: {{ current_page }}
{{ 'Remote IP address'|t }}: {{ remote_addr }}
{{ 'Submitted by'|t }}: {{ submitted_by }}
{{ 'Language'|t }}: {{ language }}
{{ 'Form'|t }}: {{ form }}
{{ 'Submitted to'|t }}: {{ submitted_to }}
--------------------------------------------------------------------------------
{{ 'Submitted values are'|t }}:
{{ data }}