Commit config after db updates; primarily linebreak expansions
This commit is contained in:
parent
f803aa6668
commit
27bc701d4a
82 changed files with 2765 additions and 199 deletions
|
@ -12,7 +12,38 @@ id: capacitacion
|
|||
title: Capacitación
|
||||
description: '<p class="title is-2 p-name">Formulario para capacitación</p>'
|
||||
category: ''
|
||||
elements: "intro_text:\n '#type': processed_text\n '#text': \"<p>Thanks for showing interest in our trainings. Just share a bit about what you're looking for and we'll follow up with you soon thereafter.</p>\\r\\n\"\n '#format': basic_html\nname:\n '#type': textfield\n '#title': Name\nemail:\n '#type': email\n '#title': Email\ntopics:\n '#type': checkboxes\n '#title': Topics\n '#options':\n 'Introduction to Drupal': 'Introduction to Drupal'\n 'Drupal development (beginning)': 'Drupal development (beginning)'\n 'Drupal development (intermediate)': 'Drupal development (intermediate)'\n 'Drupal development (advanced)': 'Drupal development (advanced)'\n 'Drupal theming and templating': 'Drupal theming and templating'\n 'Data migration': 'Data migration'\nsize:\n '#type': checkboxes\n '#title': Size\n '#options':\n 'Personal training': 'Personal training'\n 'Small group (2-5)': 'Small group (2-5)'\n 'Larger group (more than 5)': 'Larger group (more than 5)'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Request training'\n"
|
||||
elements: |
|
||||
intro_text:
|
||||
'#type': processed_text
|
||||
'#text': "<p>Thanks for showing interest in our trainings. Just share a bit about what you're looking for and we'll follow up with you soon thereafter.</p>\r\n"
|
||||
'#format': basic_html
|
||||
name:
|
||||
'#type': textfield
|
||||
'#title': Name
|
||||
email:
|
||||
'#type': email
|
||||
'#title': Email
|
||||
topics:
|
||||
'#type': checkboxes
|
||||
'#title': Topics
|
||||
'#options':
|
||||
'Introduction to Drupal': 'Introduction to Drupal'
|
||||
'Drupal development (beginning)': 'Drupal development (beginning)'
|
||||
'Drupal development (intermediate)': 'Drupal development (intermediate)'
|
||||
'Drupal development (advanced)': 'Drupal development (advanced)'
|
||||
'Drupal theming and templating': 'Drupal theming and templating'
|
||||
'Data migration': 'Data migration'
|
||||
size:
|
||||
'#type': checkboxes
|
||||
'#title': Size
|
||||
'#options':
|
||||
'Personal training': 'Personal training'
|
||||
'Small group (2-5)': 'Small group (2-5)'
|
||||
'Larger group (more than 5)': 'Larger group (more than 5)'
|
||||
actions:
|
||||
'#type': webform_actions
|
||||
'#title': 'Submit button(s)'
|
||||
'#submit__label': 'Request training'
|
||||
css: ''
|
||||
javascript: ''
|
||||
settings:
|
||||
|
@ -33,7 +64,7 @@ settings:
|
|||
form_previous_submissions: true
|
||||
form_confidential: false
|
||||
form_confidential_message: ''
|
||||
form_remote_addr: true
|
||||
form_disable_remote_addr: false
|
||||
form_convert_anonymous: false
|
||||
form_prepopulate: false
|
||||
form_prepopulate_source_entity: false
|
||||
|
@ -114,7 +145,9 @@ settings:
|
|||
draft_pending_multiple_message: ''
|
||||
confirmation_type: page
|
||||
confirmation_title: 'Tu solicitud de entrenamiento fue un éxito.'
|
||||
confirmation_message: "Gracias por solicitar un entrenamiento. Revisaremos sus necesidades y haremos un seguimiento pronto. Mientras tanto, no dude en leer nuestras publicaciones de <a href=\"/es/blog\">blog</a> o nuestros <a href=\"https://peertube.video/accounts/agaric/videos\">videos de capacitación</a>.<br />\n \n"
|
||||
confirmation_message: |
|
||||
Gracias por solicitar un entrenamiento. Revisaremos sus necesidades y haremos un seguimiento pronto. Mientras tanto, no dude en leer nuestras publicaciones de <a href="/es/blog">blog</a> o nuestros <a href="https://peertube.video/accounts/agaric/videos">videos de capacitación</a>.<br />
|
||||
|
||||
confirmation_url: ''
|
||||
confirmation_attributes: { }
|
||||
confirmation_back: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue