hidden news home

This commit is contained in:
2020-01-21 13:52:49 +01:00
parent 07da9e6a74
commit 584e63567d
649 changed files with 3660 additions and 1804 deletions
@@ -48,10 +48,11 @@ form:
type: file
multiple: false
destination: user/data/files
filesize: 5
accept:
- application/pdf
- application/x-pdf
- image/png
- text/plain
studio:
type: radio
placeholder: Studio
@@ -70,20 +71,11 @@ form:
-
type: submit
value: Submit
process:
-
email:
from: '{{ config.plugins.email.from }}'
to: '{{ config.plugins.email.to }}'
subject: 'Artist Candidature''{{ form.value.first_name|e }}-{{ form.value.last_name|e }}'''
body: '{% include ''forms/data.html.twig'' %}'
attachments:
- portfolio
-
save:
fileprefix: 'Artist Candidature-''{{ form.value.first_name|e }}-{{ form.value.last_name|e }}''-'
dateformat: Y-m-d-h-i-s
fileprefix: '{{"now"|date("Y-m-d_h-i-s")}}-{{ form.value.first_name|hyphenize }}-{{ form.value.last_name|hyphenize }}-'
dateformat: 'Y'
extension: txt
body: '{% include "forms/data.txt.twig" %}'
-