faq formulaire
This commit is contained in:
parent
2636bef2b2
commit
652f8ef333
@ -26,6 +26,7 @@
|
||||
"drupal/paragraphs": "^1.16",
|
||||
"drupal/smart_date": "^4.1@RC",
|
||||
"drupal/social_media_links": "^2.9",
|
||||
"drupal/webform": "^6.2",
|
||||
"wikimedia/composer-merge-plugin": "^2.1"
|
||||
},
|
||||
"conflict": {
|
||||
|
113
composer.lock
generated
113
composer.lock
generated
@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "f2ec54d992de092070e036a590fb184c",
|
||||
"content-hash": "eb5828b9a5fc7de7a472fe8f1140c94b",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
@ -7078,6 +7078,117 @@
|
||||
"docs": "https://www.drupal.org/docs/8/modules/views-bulk-operations-vbo"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/webform",
|
||||
"version": "6.2.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/webform.git",
|
||||
"reference": "6.2.2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/webform-6.2.2.zip",
|
||||
"reference": "6.2.2",
|
||||
"shasum": "cfd766802232dfdf39edd5a1acf7c738d14dc6eb"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^9.4 || ^10",
|
||||
"php": ">=8.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"drupal/address": "1.x-dev",
|
||||
"drupal/bootstrap": "3.x-dev",
|
||||
"drupal/captcha": "^1 || ^2",
|
||||
"drupal/chosen": "3.0.x-dev",
|
||||
"drupal/ckeditor": "1.0.x-dev",
|
||||
"drupal/clientside_validation": "^3 || ^4",
|
||||
"drupal/clientside_validation_jquery": "*",
|
||||
"drupal/devel": "5.x-dev",
|
||||
"drupal/entity": "1.x-dev",
|
||||
"drupal/entity_print": "2.x-dev",
|
||||
"drupal/group": "1.x-dev",
|
||||
"drupal/hal": "1 - 2",
|
||||
"drupal/jquery_ui": "1.x-dev",
|
||||
"drupal/jquery_ui_checkboxradio": "2.x-dev",
|
||||
"drupal/jquery_ui_datepicker": "2.x-dev",
|
||||
"drupal/mailsystem": "4.x-dev",
|
||||
"drupal/metatag": "1.x-dev",
|
||||
"drupal/paragraphs": "1.x-dev",
|
||||
"drupal/select2": "1.x-dev",
|
||||
"drupal/smtp": "1.x-dev",
|
||||
"drupal/styleguide": "^1 || ^2",
|
||||
"drupal/telephone_validation": "2.x-dev",
|
||||
"drupal/token": "1.x-dev",
|
||||
"drupal/variationcache": "1.x-dev",
|
||||
"drupal/webform_access": "*",
|
||||
"drupal/webform_attachment": "*",
|
||||
"drupal/webform_clientside_validation": "*",
|
||||
"drupal/webform_devel": "*",
|
||||
"drupal/webform_entity_print": "*",
|
||||
"drupal/webform_node": "*",
|
||||
"drupal/webform_options_limit": "*",
|
||||
"drupal/webform_scheduled_email": "*",
|
||||
"drupal/webform_share": "*",
|
||||
"drupal/webform_ui": "*"
|
||||
},
|
||||
"suggest": {
|
||||
"drupal/jquery_ui_checkboxradio": "Provides jQuery UI Checkboxradio library. Required by the Webform jQueryUI Buttons module. The Webform jQueryUI Buttons module is deprecated because jQueryUI is no longer maintained.",
|
||||
"drupal/jquery_ui_datepicker": "Provides jQuery UI Datepicker library. Required to support datepickers. The Webform jQueryUI Datepicker module is deprecated because jQueryUI is no longer maintained."
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "6.2.2",
|
||||
"datestamp": "1701948363",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
},
|
||||
"drush": {
|
||||
"services": {
|
||||
"drush.services.yml": ">=9"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jacob Rockowitz (jrockowitz)",
|
||||
"homepage": "https://www.drupal.org/u/jrockowitz",
|
||||
"role": "Maintainer"
|
||||
},
|
||||
{
|
||||
"name": "Contributors",
|
||||
"homepage": "https://www.drupal.org/node/7404/committers",
|
||||
"role": "Contributor"
|
||||
},
|
||||
{
|
||||
"name": "Liam Morland",
|
||||
"homepage": "https://www.drupal.org/user/493050"
|
||||
},
|
||||
{
|
||||
"name": "quicksketch",
|
||||
"homepage": "https://www.drupal.org/user/35821"
|
||||
},
|
||||
{
|
||||
"name": "torotil",
|
||||
"homepage": "https://www.drupal.org/user/865256"
|
||||
}
|
||||
],
|
||||
"description": "Enables the creation of webforms and questionnaires.",
|
||||
"homepage": "https://drupal.org/project/webform",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/webform",
|
||||
"issues": "https://www.drupal.org/project/issues/webform?version=8.x",
|
||||
"docs": "https://www.drupal.org/docs/8/modules/webform",
|
||||
"forum": "https://drupal.stackexchange.com/questions/tagged/webform"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drush/drush",
|
||||
"version": "11.6.0",
|
||||
|
@ -5,7 +5,6 @@ dependencies:
|
||||
content:
|
||||
- 'block_content:logo_link:3276aaec-886f-4368-a08e-002f8e90e274'
|
||||
module:
|
||||
- block_class
|
||||
- block_content
|
||||
theme:
|
||||
- erabletheme
|
||||
|
@ -0,0 +1,30 @@
|
||||
uuid: 06d94b61-c1be-4382-b4e0-2184f06300c7
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
content:
|
||||
- 'block_content:link:40c00cc4-49aa-41f8-b27c-3545c6be2982'
|
||||
module:
|
||||
- block_content
|
||||
- system
|
||||
theme:
|
||||
- erabletheme
|
||||
id: erabletheme_votrequestionnexistepas
|
||||
theme: erabletheme
|
||||
region: sidebar_second
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: 'block_content:40c00cc4-49aa-41f8-b27c-3545c6be2982'
|
||||
settings:
|
||||
id: 'block_content:40c00cc4-49aa-41f8-b27c-3545c6be2982'
|
||||
label: "Votre question n'éxiste pas ?"
|
||||
label_display: visible
|
||||
provider: block_content
|
||||
status: true
|
||||
info: ''
|
||||
view_mode: full
|
||||
visibility:
|
||||
request_path:
|
||||
id: request_path
|
||||
negate: false
|
||||
pages: /faq-page
|
@ -105,6 +105,8 @@ module:
|
||||
views_bulk_edit: 0
|
||||
views_bulk_operations: 0
|
||||
views_ui: 0
|
||||
webform: 0
|
||||
webform_ui: 0
|
||||
extlink: 1
|
||||
menu_admin_per_menu: 1
|
||||
pathauto: 1
|
||||
|
47
config/sync/editor.editor.webform_default.yml
Normal file
47
config/sync/editor.editor.webform_default.yml
Normal file
@ -0,0 +1,47 @@
|
||||
uuid: b98c9453-25c9-4a80-b302-3c1fda5fbd79
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- filter.format.webform_default
|
||||
module:
|
||||
- ckeditor5
|
||||
format: webform_default
|
||||
editor: ckeditor5
|
||||
settings:
|
||||
toolbar:
|
||||
items:
|
||||
- heading
|
||||
- '|'
|
||||
- bold
|
||||
- italic
|
||||
- subscript
|
||||
- superscript
|
||||
- '|'
|
||||
- specialCharacters
|
||||
- '|'
|
||||
- numberedList
|
||||
- bulletedList
|
||||
- '|'
|
||||
- link
|
||||
- '|'
|
||||
- indent
|
||||
- outdent
|
||||
- '|'
|
||||
- blockQuote
|
||||
- '|'
|
||||
- sourceEditing
|
||||
plugins:
|
||||
ckeditor5_heading:
|
||||
enabled_headings:
|
||||
- heading2
|
||||
- heading3
|
||||
- heading4
|
||||
- heading5
|
||||
- heading6
|
||||
ckeditor5_list:
|
||||
reversed: true
|
||||
startIndex: true
|
||||
ckeditor5_sourceEditing:
|
||||
allowed_tags: { }
|
||||
image_upload: { }
|
13
config/sync/filter.format.webform_default.yml
Normal file
13
config/sync/filter.format.webform_default.yml
Normal file
@ -0,0 +1,13 @@
|
||||
uuid: 3cc78454-e2c9-4673-ab1a-a2e7a3de9d4d
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: EeKp_M4Oid3erARiAam9rsgBKR91uEnFkEP3aZS2ol8
|
||||
name: 'Webform (Default) - DO NOT EDIT'
|
||||
format: webform_default
|
||||
weight: 100
|
||||
filters: { }
|
13
config/sync/system.action.webform_archive_action.yml
Normal file
13
config/sync/system.action.webform_archive_action.yml
Normal file
@ -0,0 +1,13 @@
|
||||
uuid: e21c7912-b622-4b16-a1c5-da61c9f25684
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: OmnschvBLb9ZJn0iVyBd2odf8U8Nt0INjRbRMixZw9U
|
||||
id: webform_archive_action
|
||||
label: 'Archiver le webform'
|
||||
type: webform
|
||||
plugin: webform_archive_action
|
||||
configuration: { }
|
13
config/sync/system.action.webform_close_action.yml
Normal file
13
config/sync/system.action.webform_close_action.yml
Normal file
@ -0,0 +1,13 @@
|
||||
uuid: f56d1ec2-6ff2-481e-aa05-384195c863ae
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: Dl-1T9PDkraB7MyMUjTJAioPEx6UNvIB9gqmnB1CRkk
|
||||
id: webform_close_action
|
||||
label: 'Fermer le webform'
|
||||
type: webform
|
||||
plugin: webform_close_action
|
||||
configuration: { }
|
13
config/sync/system.action.webform_delete_action.yml
Normal file
13
config/sync/system.action.webform_delete_action.yml
Normal file
@ -0,0 +1,13 @@
|
||||
uuid: 78845c7f-8a2d-440e-989b-e74b83d7a4bd
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: e1bCTp0ryXZZtnS9nlVAbtoWz3-8fmbNlqKY3GHzbsM
|
||||
id: webform_delete_action
|
||||
label: 'Supprimer le webform'
|
||||
type: webform
|
||||
plugin: webform_delete_action
|
||||
configuration: { }
|
13
config/sync/system.action.webform_open_action.yml
Normal file
13
config/sync/system.action.webform_open_action.yml
Normal file
@ -0,0 +1,13 @@
|
||||
uuid: 2ca441eb-a43c-47ad-9de7-7e92c52dcea6
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: AK83C-dOZEPruvi6GbkuhihWLnO4VtrbesqSC6izf4o
|
||||
id: webform_open_action
|
||||
label: 'Ouvrir le webform'
|
||||
type: webform
|
||||
plugin: webform_open_action
|
||||
configuration: { }
|
@ -0,0 +1,13 @@
|
||||
uuid: 896900a8-d20d-46d8-b2d2-2410802fc4b3
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: TBnl4vapW7sy5bRi7TcF-ueJnvz7aZNLif95ifvhfTQ
|
||||
id: webform_submission_delete_action
|
||||
label: 'Supprimer la soumission'
|
||||
type: webform_submission
|
||||
plugin: webform_submission_delete_action
|
||||
configuration: { }
|
@ -0,0 +1,13 @@
|
||||
uuid: c37de26f-00e1-437a-a7d4-77a7c23ac21c
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: MKmZlPRk3OJKNcYdYxSeZGQUh7LMah6MRShfkzch4bk
|
||||
id: webform_submission_make_lock_action
|
||||
label: 'Verrouiller la soumission'
|
||||
type: webform_submission
|
||||
plugin: webform_submission_make_lock_action
|
||||
configuration: { }
|
@ -0,0 +1,13 @@
|
||||
uuid: 1f289987-4ac2-402d-964c-24ced152ff40
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: mPWBT52fKHyINRl9S3cCWFxY3rKbwkIRxaK6sIA26oo
|
||||
id: webform_submission_make_sticky_action
|
||||
label: 'Mettre en favori/marquer la soumission'
|
||||
type: webform_submission
|
||||
plugin: webform_submission_make_sticky_action
|
||||
configuration: { }
|
@ -0,0 +1,13 @@
|
||||
uuid: d79d5996-315e-407b-9751-f834cd7cc560
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: begZ0-RmTzO_zDAwEKA2lKvtGYw1vbFOzbQOJzUbZX0
|
||||
id: webform_submission_make_unlock_action
|
||||
label: 'Déverrouiller la soumission'
|
||||
type: webform_submission
|
||||
plugin: webform_submission_make_unlock_action
|
||||
configuration: { }
|
@ -0,0 +1,13 @@
|
||||
uuid: 4bb2af24-2e5e-4243-8eff-77a5efa2cae0
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: n4gTFiUsdp7gw6yWUlDbKFEasZLCgXWWCmm7eJejay0
|
||||
id: webform_submission_make_unsticky_action
|
||||
label: 'Retirer des favoris/démarquer la soumission'
|
||||
type: webform_submission
|
||||
plugin: webform_submission_make_unsticky_action
|
||||
configuration: { }
|
13
config/sync/system.action.webform_unarchive_action.yml
Normal file
13
config/sync/system.action.webform_unarchive_action.yml
Normal file
@ -0,0 +1,13 @@
|
||||
uuid: 34ca5c6d-9bd7-4a75-afbc-e87b0f85b4ee
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: aqi5Ftlnhe9KyOowpK7CanEvJMBBo8xAR1dA99bKOuc
|
||||
id: webform_unarchive_action
|
||||
label: 'Restaurer le webform'
|
||||
type: webform
|
||||
plugin: webform_unarchive_action
|
||||
configuration: { }
|
@ -2,9 +2,12 @@ uuid: 1c750c85-8a3e-4e31-b043-917e30397c05
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- filter.format.webform_default
|
||||
module:
|
||||
- devel
|
||||
- faq
|
||||
- filter
|
||||
- system
|
||||
_core:
|
||||
default_config_hash: OVp5431n1LmiRh_QaOpDS1hEEFvtjRqisASIU0tYIwo
|
||||
@ -15,4 +18,5 @@ is_admin: false
|
||||
permissions:
|
||||
- 'access content'
|
||||
- 'access devel information'
|
||||
- 'use text format webform_default'
|
||||
- 'view faq page'
|
||||
|
3250
config/sync/views.view.webform_submissions.yml
Normal file
3250
config/sync/views.view.webform_submissions.yml
Normal file
File diff suppressed because it is too large
Load Diff
256
config/sync/webform.settings.yml
Normal file
256
config/sync/webform.settings.yml
Normal file
@ -0,0 +1,256 @@
|
||||
_core:
|
||||
default_config_hash: Gw_DjU53-aWorpAZwMrBB4BAbND70Lw7A9C0h2mh5Zg
|
||||
langcode: fr
|
||||
settings:
|
||||
default_status: open
|
||||
default_categories: { }
|
||||
default_page: true
|
||||
default_page_base_path: /form
|
||||
default_ajax: false
|
||||
default_ajax_progress_type: throbber
|
||||
default_ajax_effect: fade
|
||||
default_ajax_speed: 500
|
||||
default_submit_button_label: Soumettre
|
||||
default_reset_button_label: Réinitialiser
|
||||
default_delete_button_label: Supprimer
|
||||
default_form_submit_once: false
|
||||
default_form_open_message: "Ce formulaire n'est actuellement pas ouvert aux soumissions."
|
||||
default_form_close_message: 'Désolé... Ce formulaire est clos aux nouvelles soumissions.'
|
||||
default_form_exception_message: "Il est impossible d'afficher ce webform. Veuillez contacter l'administrateur du site."
|
||||
default_form_confidential_message: 'Ce formulaire est confidentiel. Vous devez vous <a href="[site:login-url]/logout?destination=[current-page:url:relative]">déconnecter</a> pour l''utiliser.'
|
||||
default_form_access_denied_message: 'Veuillez vous connecter pour accéder à ce formulaire.'
|
||||
default_form_disable_remote_addr: false
|
||||
default_form_novalidate: false
|
||||
default_form_disable_inline_errors: false
|
||||
default_form_required: false
|
||||
default_form_required_label: 'Indique si le champs est requis'
|
||||
default_form_unsaved: false
|
||||
default_form_disable_back: false
|
||||
default_form_submit_back: false
|
||||
default_form_details_toggle: true
|
||||
default_form_file_limit: ''
|
||||
default_wizard_prev_button_label: '< Précédent'
|
||||
default_wizard_next_button_label: 'Suivant >'
|
||||
default_wizard_start_label: Début
|
||||
default_wizard_confirmation_label: Terminé
|
||||
default_wizard_toggle_show_label: 'Tout afficher'
|
||||
default_wizard_toggle_hide_label: 'Tout cacher'
|
||||
default_preview_next_button_label: Aperçu
|
||||
default_preview_prev_button_label: '< Précédent'
|
||||
default_preview_label: Aperçu
|
||||
default_preview_title: '[webform:title] : Prévisualisation'
|
||||
default_preview_message: 'Please review your submission. Your submission is not complete until you press the "Submit" button!'
|
||||
default_draft_button_label: 'Enregistrer le brouillon'
|
||||
default_draft_saved_message: 'Soumissions enregistrées. Vous pourrez revenir sur ce formulaire plus tard, cela restaurera les valeurs actuelles.'
|
||||
default_draft_loaded_message: 'Un formulaire partiellement complété a été trouvé. Veuillez compléter les portions restantes.'
|
||||
default_draft_pending_single_message: 'Vous avez un brouillon en attente pour ce webform. <a href="#">Charger le brouillon en attente</a>.'
|
||||
default_draft_pending_multiple_message: 'Vous avez des brouillons en attente pour ce webform. <a href="#">Voir les brouillons en attente</a>.'
|
||||
default_confirmation_message: 'Nouvelle soumission ajoutée à [webform:title]'
|
||||
default_confirmation_back_label: 'Retour au formulaire'
|
||||
default_confirmation_noindex: true
|
||||
default_limit_total_message: 'No more submissions are permitted.'
|
||||
default_limit_user_message: 'No more submissions are permitted.'
|
||||
default_submission_label: '[webform_submission:submitted-to]: Soumission #[webform_submission:serial]'
|
||||
default_submission_log: false
|
||||
default_submission_views: { }
|
||||
default_submission_views_replace:
|
||||
global_routes:
|
||||
- entity.webform_submission.collection
|
||||
- entity.webform_submission.user
|
||||
webform_routes:
|
||||
- entity.webform.results_submissions
|
||||
- entity.webform.user.drafts
|
||||
- entity.webform.user.submissions
|
||||
node_routes:
|
||||
- entity.node.webform.results_submissions
|
||||
- entity.node.webform.user.drafts
|
||||
- entity.node.webform.user.submissions
|
||||
default_results_customize: false
|
||||
default_submission_access_denied_message: 'Veuillez vous connecter pour accéder à cette soumission.'
|
||||
default_submission_exception_message: 'Unable to process this submission. Please contact the site administrator.'
|
||||
default_submission_locked_message: 'Cette soumission a été verrouillée.'
|
||||
default_previous_submission_message: 'You have already submitted this webform. <a href="#">View your previous submission</a>.'
|
||||
default_previous_submissions_message: 'You have already submitted this webform. <a href="#">View your previous submissions</a>.'
|
||||
default_autofill_message: 'Cette soumission a été pré-remplie grâce à votre précédente soumission.'
|
||||
form_classes: |
|
||||
container-inline clearfix
|
||||
form--inline clearfix
|
||||
messages messages--error
|
||||
messages messages--warning
|
||||
messages messages--status
|
||||
button_classes: ''
|
||||
preview_classes: |
|
||||
messages messages--error
|
||||
messages messages--warning
|
||||
messages messages--status
|
||||
confirmation_classes: |
|
||||
messages messages--error
|
||||
messages messages--warning
|
||||
messages messages--status
|
||||
confirmation_back_classes: |
|
||||
button
|
||||
default_share: false
|
||||
default_share_node: false
|
||||
default_share_theme_name: ''
|
||||
webform_bulk_form: true
|
||||
webform_bulk_form_actions:
|
||||
- webform_open_action
|
||||
- webform_close_action
|
||||
- webform_archive_action
|
||||
- webform_unarchive_action
|
||||
- webform_delete_action
|
||||
webform_submission_bulk_form: true
|
||||
webform_submission_bulk_form_actions:
|
||||
- webform_submission_make_sticky_action
|
||||
- webform_submission_make_unsticky_action
|
||||
- webform_submission_make_lock_action
|
||||
- webform_submission_make_unlock_action
|
||||
- webform_submission_delete_action
|
||||
dialog: false
|
||||
dialog_options:
|
||||
narrow:
|
||||
title: Étroit
|
||||
width: 600
|
||||
normal:
|
||||
title: Normal
|
||||
width: 800
|
||||
wide:
|
||||
title: Large
|
||||
width: 1000
|
||||
assets:
|
||||
css: ''
|
||||
javascript: ''
|
||||
form:
|
||||
limit: 50
|
||||
filter_category: ''
|
||||
filter_state: ''
|
||||
element:
|
||||
machine_name_pattern: a-z0-9_
|
||||
empty_message: '{Vide}'
|
||||
allowed_tags: admin
|
||||
wrapper_classes: |
|
||||
container-inline clearfix
|
||||
form--inline clearfix
|
||||
messages messages--error
|
||||
messages messages--warning
|
||||
messages messages--status
|
||||
classes: |
|
||||
container-inline clearfix
|
||||
form--inline clearfix
|
||||
messages messages--error
|
||||
messages messages--warning
|
||||
messages messages--status
|
||||
horizontal_rule_classes: |
|
||||
webform-horizontal-rule--solid
|
||||
webform-horizontal-rule--dashed
|
||||
webform-horizontal-rule--dotted
|
||||
webform-horizontal-rule--gradient
|
||||
webform-horizontal-rule--thin
|
||||
webform-horizontal-rule--medium
|
||||
webform-horizontal-rule--thick
|
||||
webform-horizontal-rule--flaired
|
||||
webform-horizontal-rule--glyph
|
||||
default_description_display: ''
|
||||
default_more_title: Plus
|
||||
default_section_title_tag: h2
|
||||
default_empty_option: true
|
||||
default_empty_option_required: ''
|
||||
default_empty_option_optional: ''
|
||||
excluded_elements:
|
||||
password: password
|
||||
password_confirm: password_confirm
|
||||
html_editor:
|
||||
disabled: false
|
||||
element_format: webform_default
|
||||
mail_format: webform_default
|
||||
tidy: true
|
||||
make_unused_managed_files_temporary: true
|
||||
file:
|
||||
file_public: false
|
||||
file_private_redirect: true
|
||||
file_private_redirect_message: 'Veuillez vous connecter accéder au fichier transféré.'
|
||||
default_max_filesize: ''
|
||||
default_managed_file_extensions: 'gif jpg jpeg png bmp eps tif pict psd txt rtf html odf pdf doc docx ppt pptx xls xlsx xml avi mov mp3 mp4 ogg wav bz2 dmg gz jar rar sit svg tar zip'
|
||||
default_image_file_extensions: 'gif jpg jpeg png'
|
||||
default_video_file_extensions: 'avi mov mp4 ogg wav webm'
|
||||
default_audio_file_extensions: 'mp3 ogg wav'
|
||||
default_document_file_extensions: 'txt rtf pdf doc docx odt ppt pptx odp xls xlsx ods'
|
||||
make_unused_managed_files_temporary: true
|
||||
delete_temporary_managed_files: true
|
||||
format: { }
|
||||
mail:
|
||||
default_to_mail: '[site:mail]'
|
||||
default_from_mail: '[site:mail]'
|
||||
default_from_name: '[site:name]'
|
||||
default_reply_to: ''
|
||||
default_return_path: ''
|
||||
default_sender_mail: ''
|
||||
default_sender_name: ''
|
||||
default_subject: 'Webform submission from: [webform_submission:source-title]'
|
||||
default_body_text: |
|
||||
Submitted on [webform_submission:created]
|
||||
Submitted by: [webform_submission:user]
|
||||
|
||||
Submitted values are:
|
||||
[webform_submission:values]
|
||||
default_body_html: "<p>Envoyé le [webform_submission:created]</p>\r\n<p>Envoyé par : [webform_submission:user]</p>\r\n<p>Les valeurs soumises sont :</p>\r\n[webform_submission:values]\n"
|
||||
roles: { }
|
||||
export:
|
||||
temp_directory: ''
|
||||
exporter: delimited
|
||||
delimiter: ','
|
||||
multiple_delimiter: ;
|
||||
excel: false
|
||||
archive_type: tar
|
||||
header_format: label
|
||||
header_prefix: true
|
||||
header_prefix_key_delimiter: __
|
||||
header_prefix_label_delimiter: ': '
|
||||
entity_reference_items:
|
||||
- id
|
||||
- title
|
||||
- url
|
||||
options_single_format: compact
|
||||
options_multiple_format: compact
|
||||
options_item_format: label
|
||||
likert_answers_format: label
|
||||
signature_format: status
|
||||
composite_element_item_format: label
|
||||
excluded_exporters: { }
|
||||
handler:
|
||||
excluded_handlers: { }
|
||||
variant:
|
||||
excluded_variants: { }
|
||||
batch:
|
||||
default_batch_export_size: 500
|
||||
default_batch_import_size: 100
|
||||
default_batch_update_size: 500
|
||||
default_batch_delete_size: 500
|
||||
default_batch_email_size: 500
|
||||
purge:
|
||||
cron_size: 100
|
||||
test:
|
||||
types: "checkbox:\r\n - true\r\ncolor:\r\n - '#ffffcc'\r\n - '#ffffcc'\r\n - '#ccffff'\r\nemail:\r\n - 'example@example.com'\r\n - 'test@test.com'\r\n - 'random@random.com'\r\nlanguage_select:\r\n - en\r\nmachine_name:\r\n - 'loremipsum'\r\n - 'oratione'\r\n - 'dixisset'\r\ntel:\r\n - '12-34-56-78-90'\r\n - '09-87-65-43-21'\r\ntextarea:\r\n - 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Negat esse eam, inquit, propter se expetendam. Primum Theophrasti, Strato, physicum se voluit; Id mihi magnum videtur. Itaque mihi non satis videmini considerare quod iter sit naturae quaeque progressio. Quare hoc videndum est, possitne nobis hoc ratio philosophorum dare. Est enim tanti philosophi tamque nobilis audacter sua decreta defendere.'\r\n - 'Huius, Lyco, oratione locuples, rebus ipsis ielunior. Duo Reges: constructio interrete. Sed haec in pueris; Sed utrum hortandus es nobis, Luci, inquit, an etiam tua sponte propensus es? Sapiens autem semper beatus est et est aliquando in dolore; Immo videri fortasse. Paulum, cum regem Persem captum adduceret, eodem flumine invectio? Et ille ridens: Video, inquit, quid agas;'\r\n - 'Quae cum dixisset, finem ille. Quamquam non negatis nos intellegere quid sit voluptas, sed quid ille dicat. Progredientibus autem aetatibus sensim tardeve potius quasi nosmet ipsos cognoscimus. Gloriosa ostentatio in constituendo summo bono. Qui-vere falsone, quaerere mittimus-dicitur oculis se privasse; Duarum enim vitarum nobis erunt instituta capienda. Comprehensum, quod cognitum non habet? Qui enim existimabit posse se miserum esse beatus non erit. Causa autem fuit huc veniendi ut quosdam hinc libros promerem. Nunc omni virtuti vitium contrario nomine opponitur.'\r\ntext_format:\r\n - value: '<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Negat esse eam, inquit, propter se expetendam. Primum Theophrasti, Strato, physicum se voluit; Id mihi magnum videtur. Itaque mihi non satis videmini considerare quod iter sit naturae quaeque progressio. Quare hoc videndum est, possitne nobis hoc ratio philosophorum dare. Est enim tanti philosophi tamque nobilis audacter sua decreta defendere.</p>'\r\n - value: '<p>Huius, Lyco, oratione locuples, rebus ipsis ielunior. Duo Reges: constructio interrete. Sed haec in pueris; Sed utrum hortandus es nobis, Luci, inquit, an etiam tua sponte propensus es? Sapiens autem semper beatus est et est aliquando in dolore; Immo videri fortasse. Paulum, cum regem Persem captum adduceret, eodem flumine invectio? Et ille ridens: Video, inquit, quid agas;</p>'\r\n - value: '<p>Quae cum dixisset, finem ille. Quamquam non negatis nos intellegere quid sit voluptas, sed quid ille dicat. Progredientibus autem aetatibus sensim tardeve potius quasi nosmet ipsos cognoscimus. Gloriosa ostentatio in constituendo summo bono. Qui-vere falsone, quaerere mittimus-dicitur oculis se privasse; Duarum enim vitarum nobis erunt instituta capienda. Comprehensum, quod cognitum non habet? Qui enim existimabit posse se miserum esse beatus non erit. Causa autem fuit huc veniendi ut quosdam hinc libros promerem. Nunc omni virtuti vitium contrario nomine opponitur.</p>'\r\nurl:\r\n - 'http://example.com'\r\n - 'http://test.com'\r\nwebform_email_confirm:\r\n - 'example@example.com'\r\n - 'test@test.com'\r\n - 'random@random.com'\r\nwebform_email_multiple:\r\n - 'example@example.com, test@test.com, random@random.com'\r\nwebform_time:\r\n - '09:00'\r\n - '17:00'\n"
|
||||
names: "first_name:\r\n - 'John'\r\n - 'Paul'\r\n - 'Ringo'\r\n - 'George'\r\nlast_name:\r\n - 'Lennon'\r\n - 'McCartney'\r\n - 'Starr'\r\n - 'Harrison'\r\naddress:\r\n - '10 Main Street'\r\n - '11 Brook Alley Road. APT 1'\r\nzip:\r\n - '11111'\r\n - '12345'\r\n - '12345-6789'\r\npostal_code:\r\n - '11111'\r\n - '12345'\r\n - '12345-6789'\r\nphone:\r\n - '123-456-7890'\r\n - '098-765-4321'\r\nfax:\r\n - '123-456-7890'\r\n - '098-765-4321'\r\ncity:\r\n - 'Springfield'\r\n - 'Pleasantville'\r\n - 'Hill Valley'\r\nurl:\r\n - 'http://example.com'\r\n - 'http://test.com'\r\ndefault:\r\n - 'Loremipsum'\r\n - 'Oratione'\r\n - 'Dixisset'\n"
|
||||
ui:
|
||||
video_display: dialog
|
||||
help_disabled: false
|
||||
dialog_disabled: false
|
||||
offcanvas_disabled: false
|
||||
promotions_disabled: false
|
||||
support_disabled: false
|
||||
details_save: true
|
||||
description_help: true
|
||||
toolbar_item: false
|
||||
libraries:
|
||||
excluded_libraries:
|
||||
- choices
|
||||
- jquery.chosen
|
||||
requirements:
|
||||
cdn: true
|
||||
clientside_validation: true
|
||||
bootstrap: true
|
||||
spam: true
|
||||
third_party_settings:
|
||||
captcha:
|
||||
replace_administration_mode: true
|
303
config/sync/webform.webform.contact.yml
Normal file
303
config/sync/webform.webform.contact.yml
Normal file
@ -0,0 +1,303 @@
|
||||
uuid: b206dbc6-66d2-4812-a5f5-433d7bd8bee6
|
||||
langcode: fr
|
||||
status: open
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: _je-MWeeJB6gfm6iECiqjcyNetfMFbn-YIInYwZ1gIk
|
||||
weight: 0
|
||||
open: null
|
||||
close: null
|
||||
uid: null
|
||||
template: false
|
||||
archive: false
|
||||
id: contact
|
||||
title: Contact
|
||||
description: 'Basic email contact webform.'
|
||||
categories: { }
|
||||
elements: |
|
||||
name:
|
||||
'#title': 'Your Name'
|
||||
'#type': textfield
|
||||
'#required': true
|
||||
'#default_value': '[current-user:display-name]'
|
||||
email:
|
||||
'#title': 'Your Email'
|
||||
'#type': email
|
||||
'#required': true
|
||||
'#default_value': '[current-user:mail]'
|
||||
subject:
|
||||
'#title': Subject
|
||||
'#type': textfield
|
||||
'#required': true
|
||||
'#test': 'Testing contact webform from [site:name]'
|
||||
message:
|
||||
'#title': Message
|
||||
'#type': textarea
|
||||
'#required': true
|
||||
'#test': 'Please ignore this email.'
|
||||
actions:
|
||||
'#type': webform_actions
|
||||
'#title': 'Submit button(s)'
|
||||
'#submit__label': 'Send message'
|
||||
css: ''
|
||||
javascript: ''
|
||||
settings:
|
||||
ajax: false
|
||||
ajax_scroll_top: form
|
||||
ajax_progress_type: ''
|
||||
ajax_effect: ''
|
||||
ajax_speed: null
|
||||
page: true
|
||||
page_submit_path: ''
|
||||
page_confirm_path: ''
|
||||
page_theme_name: ''
|
||||
form_title: source_entity_webform
|
||||
form_submit_once: false
|
||||
form_open_message: ''
|
||||
form_close_message: ''
|
||||
form_exception_message: ''
|
||||
form_previous_submissions: true
|
||||
form_confidential: false
|
||||
form_confidential_message: ''
|
||||
form_disable_remote_addr: false
|
||||
form_convert_anonymous: false
|
||||
form_prepopulate: false
|
||||
form_prepopulate_source_entity: false
|
||||
form_prepopulate_source_entity_required: false
|
||||
form_prepopulate_source_entity_type: ''
|
||||
form_unsaved: false
|
||||
form_disable_back: false
|
||||
form_submit_back: false
|
||||
form_disable_autocomplete: false
|
||||
form_novalidate: false
|
||||
form_disable_inline_errors: false
|
||||
form_required: false
|
||||
form_autofocus: false
|
||||
form_details_toggle: false
|
||||
form_reset: false
|
||||
form_access_denied: default
|
||||
form_access_denied_title: ''
|
||||
form_access_denied_message: ''
|
||||
form_access_denied_attributes: { }
|
||||
form_file_limit: ''
|
||||
form_attributes: { }
|
||||
form_method: ''
|
||||
form_action: ''
|
||||
share: false
|
||||
share_node: false
|
||||
share_theme_name: ''
|
||||
share_title: true
|
||||
share_page_body_attributes: { }
|
||||
submission_label: ''
|
||||
submission_exception_message: ''
|
||||
submission_locked_message: ''
|
||||
submission_log: false
|
||||
submission_excluded_elements: { }
|
||||
submission_exclude_empty: false
|
||||
submission_exclude_empty_checkbox: false
|
||||
submission_views: { }
|
||||
submission_views_replace: { }
|
||||
submission_user_columns: { }
|
||||
submission_user_duplicate: false
|
||||
submission_access_denied: default
|
||||
submission_access_denied_title: ''
|
||||
submission_access_denied_message: ''
|
||||
submission_access_denied_attributes: { }
|
||||
previous_submission_message: ''
|
||||
previous_submissions_message: ''
|
||||
autofill: false
|
||||
autofill_message: ''
|
||||
autofill_excluded_elements: { }
|
||||
wizard_progress_bar: true
|
||||
wizard_progress_pages: false
|
||||
wizard_progress_percentage: false
|
||||
wizard_progress_link: false
|
||||
wizard_progress_states: false
|
||||
wizard_start_label: ''
|
||||
wizard_preview_link: false
|
||||
wizard_confirmation: true
|
||||
wizard_confirmation_label: ''
|
||||
wizard_auto_forward: true
|
||||
wizard_auto_forward_hide_next_button: false
|
||||
wizard_keyboard: true
|
||||
wizard_track: ''
|
||||
wizard_prev_button_label: ''
|
||||
wizard_next_button_label: ''
|
||||
wizard_toggle: false
|
||||
wizard_toggle_show_label: ''
|
||||
wizard_toggle_hide_label: ''
|
||||
wizard_page_type: container
|
||||
wizard_page_title_tag: h2
|
||||
preview: 0
|
||||
preview_label: ''
|
||||
preview_title: ''
|
||||
preview_message: ''
|
||||
preview_attributes: { }
|
||||
preview_excluded_elements: { }
|
||||
preview_exclude_empty: true
|
||||
preview_exclude_empty_checkbox: false
|
||||
draft: none
|
||||
draft_multiple: false
|
||||
draft_auto_save: false
|
||||
draft_saved_message: ''
|
||||
draft_loaded_message: ''
|
||||
draft_pending_single_message: ''
|
||||
draft_pending_multiple_message: ''
|
||||
confirmation_type: url_message
|
||||
confirmation_url: '<front>'
|
||||
confirmation_title: ''
|
||||
confirmation_message: 'Votre message a été envoyé.'
|
||||
confirmation_attributes: { }
|
||||
confirmation_back: true
|
||||
confirmation_back_label: ''
|
||||
confirmation_back_attributes: { }
|
||||
confirmation_exclude_query: false
|
||||
confirmation_exclude_token: false
|
||||
confirmation_update: false
|
||||
limit_total: null
|
||||
limit_total_interval: null
|
||||
limit_total_message: ''
|
||||
limit_total_unique: false
|
||||
limit_user: null
|
||||
limit_user_interval: null
|
||||
limit_user_message: ''
|
||||
limit_user_unique: false
|
||||
entity_limit_total: null
|
||||
entity_limit_total_interval: null
|
||||
entity_limit_user: null
|
||||
entity_limit_user_interval: null
|
||||
purge: none
|
||||
purge_days: null
|
||||
results_disabled: false
|
||||
results_disabled_ignore: false
|
||||
results_customize: false
|
||||
token_view: false
|
||||
token_update: false
|
||||
token_delete: false
|
||||
serial_disabled: false
|
||||
access:
|
||||
create:
|
||||
roles:
|
||||
- anonymous
|
||||
- authenticated
|
||||
users: { }
|
||||
permissions: { }
|
||||
view_any:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
update_any:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
delete_any:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
purge_any:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
view_own:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
update_own:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
delete_own:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
administer:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
test:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
configuration:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
handlers:
|
||||
email_confirmation:
|
||||
id: email
|
||||
handler_id: email_confirmation
|
||||
label: 'Courriel de confirmation'
|
||||
notes: ''
|
||||
status: true
|
||||
conditions: { }
|
||||
weight: 1
|
||||
settings:
|
||||
states:
|
||||
- completed
|
||||
to_mail: '[current-user:mail]'
|
||||
to_options: { }
|
||||
bcc_mail: ''
|
||||
bcc_options: { }
|
||||
cc_mail: ''
|
||||
cc_options: { }
|
||||
from_mail: _default
|
||||
from_options: { }
|
||||
from_name: _default
|
||||
reply_to: ''
|
||||
return_path: ''
|
||||
sender_mail: ''
|
||||
sender_name: ''
|
||||
subject: '[webform_submission:values:subject:raw]'
|
||||
body: '[webform_submission:values:message:value]'
|
||||
excluded_elements: { }
|
||||
ignore_access: false
|
||||
exclude_empty: true
|
||||
exclude_empty_checkbox: false
|
||||
exclude_attachments: false
|
||||
html: true
|
||||
attachments: false
|
||||
twig: false
|
||||
theme_name: ''
|
||||
parameters: { }
|
||||
debug: false
|
||||
email_notification:
|
||||
id: email
|
||||
handler_id: email_notification
|
||||
label: 'Notification par courriel'
|
||||
notes: ''
|
||||
status: true
|
||||
conditions: { }
|
||||
weight: 2
|
||||
settings:
|
||||
states:
|
||||
- completed
|
||||
to_mail: _default
|
||||
to_options: { }
|
||||
bcc_mail: ''
|
||||
bcc_options: { }
|
||||
cc_mail: ''
|
||||
cc_options: { }
|
||||
from_mail: '[webform_submission:values:email:raw]'
|
||||
from_options: { }
|
||||
from_name: '[webform_submission:values:name:raw]'
|
||||
reply_to: ''
|
||||
return_path: ''
|
||||
sender_mail: ''
|
||||
sender_name: ''
|
||||
subject: '[webform_submission:values:subject:raw]'
|
||||
body: '[webform_submission:values:message:value]'
|
||||
excluded_elements: { }
|
||||
ignore_access: false
|
||||
exclude_empty: true
|
||||
exclude_empty_checkbox: false
|
||||
exclude_attachments: false
|
||||
html: true
|
||||
attachments: false
|
||||
twig: false
|
||||
theme_name: ''
|
||||
parameters: { }
|
||||
debug: false
|
||||
variants: { }
|
246
config/sync/webform.webform.une_question_.yml
Normal file
246
config/sync/webform.webform.une_question_.yml
Normal file
@ -0,0 +1,246 @@
|
||||
uuid: 6ac16687-eb28-4a23-ab1c-5b61dbd9cfc2
|
||||
langcode: fr
|
||||
status: open
|
||||
dependencies: { }
|
||||
weight: 0
|
||||
open: null
|
||||
close: null
|
||||
uid: 1
|
||||
template: false
|
||||
archive: false
|
||||
id: une_question_
|
||||
title: 'Une question ?'
|
||||
description: "<p>N'hésitez pas a nous la poser, nous tenterons d'y répondre</p>"
|
||||
categories: { }
|
||||
elements: |-
|
||||
email:
|
||||
'#type': webform_email_confirm
|
||||
'#title': Email
|
||||
votre_question:
|
||||
'#type': textarea
|
||||
'#title': 'Votre question'
|
||||
css: ''
|
||||
javascript: ''
|
||||
settings:
|
||||
ajax: false
|
||||
ajax_scroll_top: form
|
||||
ajax_progress_type: ''
|
||||
ajax_effect: ''
|
||||
ajax_speed: null
|
||||
page: true
|
||||
page_submit_path: /form/poser-une-question
|
||||
page_confirm_path: ''
|
||||
page_theme_name: ''
|
||||
form_title: both
|
||||
form_submit_once: false
|
||||
form_open_message: ''
|
||||
form_close_message: ''
|
||||
form_exception_message: ''
|
||||
form_previous_submissions: true
|
||||
form_confidential: false
|
||||
form_confidential_message: ''
|
||||
form_disable_remote_addr: false
|
||||
form_convert_anonymous: false
|
||||
form_prepopulate: false
|
||||
form_prepopulate_source_entity: false
|
||||
form_prepopulate_source_entity_required: false
|
||||
form_prepopulate_source_entity_type: ''
|
||||
form_unsaved: false
|
||||
form_disable_back: false
|
||||
form_submit_back: false
|
||||
form_disable_autocomplete: false
|
||||
form_novalidate: false
|
||||
form_disable_inline_errors: false
|
||||
form_required: false
|
||||
form_autofocus: false
|
||||
form_details_toggle: false
|
||||
form_reset: false
|
||||
form_access_denied: default
|
||||
form_access_denied_title: ''
|
||||
form_access_denied_message: ''
|
||||
form_access_denied_attributes: { }
|
||||
form_file_limit: ''
|
||||
form_attributes: { }
|
||||
form_method: ''
|
||||
form_action: ''
|
||||
share: false
|
||||
share_node: false
|
||||
share_theme_name: ''
|
||||
share_title: true
|
||||
share_page_body_attributes: { }
|
||||
submission_label: ''
|
||||
submission_exception_message: ''
|
||||
submission_locked_message: ''
|
||||
submission_log: false
|
||||
submission_excluded_elements: { }
|
||||
submission_exclude_empty: false
|
||||
submission_exclude_empty_checkbox: false
|
||||
submission_views: { }
|
||||
submission_views_replace: { }
|
||||
submission_user_columns: { }
|
||||
submission_user_duplicate: false
|
||||
submission_access_denied: default
|
||||
submission_access_denied_title: ''
|
||||
submission_access_denied_message: ''
|
||||
submission_access_denied_attributes: { }
|
||||
previous_submission_message: ''
|
||||
previous_submissions_message: ''
|
||||
autofill: false
|
||||
autofill_message: ''
|
||||
autofill_excluded_elements: { }
|
||||
wizard_progress_bar: true
|
||||
wizard_progress_pages: false
|
||||
wizard_progress_percentage: false
|
||||
wizard_progress_link: false
|
||||
wizard_progress_states: false
|
||||
wizard_start_label: ''
|
||||
wizard_preview_link: false
|
||||
wizard_confirmation: true
|
||||
wizard_confirmation_label: ''
|
||||
wizard_auto_forward: true
|
||||
wizard_auto_forward_hide_next_button: false
|
||||
wizard_keyboard: true
|
||||
wizard_track: ''
|
||||
wizard_prev_button_label: ''
|
||||
wizard_next_button_label: ''
|
||||
wizard_toggle: false
|
||||
wizard_toggle_show_label: ''
|
||||
wizard_toggle_hide_label: ''
|
||||
wizard_page_type: container
|
||||
wizard_page_title_tag: h2
|
||||
preview: 0
|
||||
preview_label: ''
|
||||
preview_title: ''
|
||||
preview_message: ''
|
||||
preview_attributes: { }
|
||||
preview_excluded_elements: { }
|
||||
preview_exclude_empty: true
|
||||
preview_exclude_empty_checkbox: false
|
||||
draft: none
|
||||
draft_multiple: false
|
||||
draft_auto_save: false
|
||||
draft_saved_message: ''
|
||||
draft_loaded_message: ''
|
||||
draft_pending_single_message: ''
|
||||
draft_pending_multiple_message: ''
|
||||
confirmation_type: page
|
||||
confirmation_url: ''
|
||||
confirmation_title: ''
|
||||
confirmation_message: ''
|
||||
confirmation_attributes: { }
|
||||
confirmation_back: true
|
||||
confirmation_back_label: ''
|
||||
confirmation_back_attributes: { }
|
||||
confirmation_exclude_query: false
|
||||
confirmation_exclude_token: false
|
||||
confirmation_update: false
|
||||
limit_total: null
|
||||
limit_total_interval: null
|
||||
limit_total_message: ''
|
||||
limit_total_unique: false
|
||||
limit_user: null
|
||||
limit_user_interval: null
|
||||
limit_user_message: ''
|
||||
limit_user_unique: false
|
||||
entity_limit_total: null
|
||||
entity_limit_total_interval: null
|
||||
entity_limit_user: null
|
||||
entity_limit_user_interval: null
|
||||
purge: none
|
||||
purge_days: null
|
||||
results_disabled: false
|
||||
results_disabled_ignore: false
|
||||
results_customize: false
|
||||
token_view: false
|
||||
token_update: false
|
||||
token_delete: false
|
||||
serial_disabled: false
|
||||
access:
|
||||
create:
|
||||
roles:
|
||||
- anonymous
|
||||
- authenticated
|
||||
users: { }
|
||||
permissions: { }
|
||||
view_any:
|
||||
roles:
|
||||
- admin
|
||||
- root
|
||||
- editor
|
||||
users: { }
|
||||
permissions: { }
|
||||
update_any:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
delete_any:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
purge_any:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
view_own:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
update_own:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
delete_own:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
administer:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
test:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
configuration:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
handlers:
|
||||
courriel:
|
||||
id: email
|
||||
handler_id: courriel
|
||||
label: Courriel
|
||||
notes: ''
|
||||
status: true
|
||||
conditions: { }
|
||||
weight: 0
|
||||
settings:
|
||||
states:
|
||||
- completed
|
||||
to_mail: webmaster@erable.fr
|
||||
to_options: { }
|
||||
bcc_mail: ''
|
||||
bcc_options: { }
|
||||
cc_mail: dev@figureslibres.io
|
||||
cc_options: { }
|
||||
from_mail: _default
|
||||
from_options: { }
|
||||
from_name: _default
|
||||
reply_to: ''
|
||||
return_path: ''
|
||||
sender_mail: ''
|
||||
sender_name: ''
|
||||
subject: _default
|
||||
body: _default
|
||||
excluded_elements: { }
|
||||
ignore_access: false
|
||||
exclude_empty: true
|
||||
exclude_empty_checkbox: false
|
||||
exclude_attachments: false
|
||||
html: true
|
||||
attachments: false
|
||||
twig: false
|
||||
theme_name: ''
|
||||
parameters: { }
|
||||
debug: false
|
||||
variants: { }
|
14
config/sync/webform.webform_options.country_codes.yml
Normal file
14
config/sync/webform.webform_options.country_codes.yml
Normal file
@ -0,0 +1,14 @@
|
||||
uuid: 2f8d324b-e108-4a68-b84c-5f69310ceaea
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: adQ16YGDPk7QfUKrfrC35o2sKdHEozdNtdpiH7CftQQ
|
||||
id: country_codes
|
||||
label: 'Codes pays'
|
||||
category: Géographique
|
||||
likert: false
|
||||
options: ''
|
14
config/sync/webform.webform_options.country_names.yml
Normal file
14
config/sync/webform.webform_options.country_names.yml
Normal file
@ -0,0 +1,14 @@
|
||||
uuid: 9f425c6e-d66b-4bb3-a555-9144f60500e6
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: zsfFP124dAM-sJkuEfnwaA7DN6o3-IsaXLgdNmObbYg
|
||||
id: country_names
|
||||
label: 'Country names'
|
||||
category: Géographique
|
||||
likert: false
|
||||
options: ''
|
14
config/sync/webform.webform_options.days.yml
Normal file
14
config/sync/webform.webform_options.days.yml
Normal file
@ -0,0 +1,14 @@
|
||||
uuid: cba51b22-49c2-4f67-95db-0f8404b26ba1
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: YNrKbYrWWjeubUUM8AsQ19KnX7cU1elACR14CZJHmdg
|
||||
id: days
|
||||
label: Jours
|
||||
category: 'Date et heure'
|
||||
likert: false
|
||||
options: "Sunday: Dimanche\r\nMonday: Lundi\r\nTuesday: Mardi\r\nWednesday: Mercredi\r\nThursday: Jeudi\r\nFriday: Vendredi\r\nSaturday: Samedi\n"
|
18
config/sync/webform.webform_options.education.yml
Normal file
18
config/sync/webform.webform_options.education.yml
Normal file
@ -0,0 +1,18 @@
|
||||
uuid: 9d39d833-ec62-4287-8484-9265709f0328
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: mII4acOv33s-j8PINywrCag4OITbeJGxdPO373dnHHw
|
||||
id: education
|
||||
label: Éducation
|
||||
category: Démographique
|
||||
likert: false
|
||||
options: |
|
||||
High School: High School
|
||||
Associate Degree: Associate Degree
|
||||
Graduate or Professional Degree: Graduate or Professional Degree
|
||||
Some College: Some College
|
19
config/sync/webform.webform_options.employment_status.yml
Normal file
19
config/sync/webform.webform_options.employment_status.yml
Normal file
@ -0,0 +1,19 @@
|
||||
uuid: 2cdcbf55-059c-4a09-ba7d-7879c91e0184
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: 8MCmsz_csdJkVItxI8g_s4zp2PM285YqCy_gWTzOLPw
|
||||
id: employment_status
|
||||
label: 'Employment status'
|
||||
category: Démographique
|
||||
likert: false
|
||||
options: |
|
||||
'Full Time': 'Full Time'
|
||||
'Part Time': 'Part Time'
|
||||
'Military': 'Military'
|
||||
Unemployed: Unemployed
|
||||
Retired: Retired
|
22
config/sync/webform.webform_options.ethnicity.yml
Normal file
22
config/sync/webform.webform_options.ethnicity.yml
Normal file
@ -0,0 +1,22 @@
|
||||
uuid: db1ce3b6-e34a-4c6f-a99d-a8fff6e0f19b
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: pIPgrAC82wE2GAk1mOv2UvMYv71YQe4VT8667QIYdvI
|
||||
id: ethnicity
|
||||
label: Ethnicité
|
||||
category: Démographique
|
||||
likert: false
|
||||
options: |
|
||||
Caucasian: Caucasian
|
||||
'Latino/Hispanic': 'Latino/Hispanic'
|
||||
'Middle Eastern': 'Middle Eastern'
|
||||
African: African
|
||||
Caribbean: Caribbean
|
||||
'South Asian': 'South Asian'
|
||||
'East Asian': 'East Asian'
|
||||
Mixed: Mixed
|
42
config/sync/webform.webform_options.gender.yml
Normal file
42
config/sync/webform.webform_options.gender.yml
Normal file
@ -0,0 +1,42 @@
|
||||
uuid: 79737359-e6f8-4900-a14e-04323476a1f2
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: yxhG0JmQs2HT-Ro6ZeDQboDc9ZWR4GglflTtyoqxK4A
|
||||
id: gender
|
||||
label: Sexe
|
||||
category: Démographique
|
||||
likert: false
|
||||
options: |
|
||||
Man: Man
|
||||
Woman: Woman
|
||||
Non-binary: Non-binary
|
||||
Agender/Genderless: Agender/Genderless
|
||||
Androgyne/Androgynous: Androgyne/Androgynous
|
||||
Aporagender: Aporagender
|
||||
Bigender: Bigender
|
||||
Demi-agender: Demi-agender
|
||||
Demi-boy: Demi-boy
|
||||
Demi-fluid: Demi-fluid
|
||||
Demi-girl: Demi-girl
|
||||
Demi-gender: Demi-gender
|
||||
Demi-non-binary: Demi-non-binary
|
||||
Genderqueer: Genderqueer
|
||||
Genderflux: Genderflux
|
||||
Genderfluid: Genderfluid
|
||||
Gender-indifferent: Gender-indifferent
|
||||
Gender-neutral: Gender-neutral
|
||||
Graygender: Graygender
|
||||
Intergender: Intergender
|
||||
Maverique: Maverique
|
||||
Maxigender: Maxigender
|
||||
Multigender/Polygender: Multigender/Polygender
|
||||
Neutrois: Neutrois
|
||||
Pangender/Omnigender: Pangender/Omnigender
|
||||
Trigender: Trigender
|
||||
Two-spirit: Two-spirit
|
||||
'Prefer Not to Answer': 'Prefer Not to Answer'
|
53
config/sync/webform.webform_options.industry.yml
Normal file
53
config/sync/webform.webform_options.industry.yml
Normal file
@ -0,0 +1,53 @@
|
||||
uuid: e8c18703-f166-4569-91cf-b0f1da17b23e
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: s_SXZn2HbRGvTex-TLOCxz2oOnMYqtEZh8HD4_318QI
|
||||
id: industry
|
||||
label: Secteur
|
||||
category: Démographique
|
||||
likert: false
|
||||
options: |
|
||||
Accounting/Finance: Accounting/Finance
|
||||
Advertising/Public Relations: Advertising/Public Relations
|
||||
Aerospace/Aviation: Aerospace/Aviation
|
||||
Arts/Entertainment/Publishing: Arts/Entertainment/Publishing
|
||||
Automotive: Automotive
|
||||
Banking/Mortgage: Banking/Mortgage
|
||||
Business Development: Business Development
|
||||
Business Opportunity: Business Opportunity
|
||||
Clerical/Administrative: Clerical/Administrative
|
||||
Construction/Facilities: Construction/Facilities
|
||||
Consumer Goods: Consumer Goods
|
||||
Customer Service: Customer Service
|
||||
Education/Training: Education/Training
|
||||
Energy/Utilities: Energy/Utilities
|
||||
Engineering: Engineering
|
||||
Government/Military: Government/Military
|
||||
Healthcare: Healthcare
|
||||
Hospitality/Travel: Hospitality/Travel
|
||||
Human Resources: Human Resources
|
||||
Installation/Maintenance: Installation/Maintenance
|
||||
Insurance: Insurance
|
||||
Internet: Internet
|
||||
Law Enforcement/Security: Law Enforcement/Security
|
||||
Legal: Legal
|
||||
Management/Executive: Management/Executive
|
||||
Manufacturing/Operations: Manufacturing/Operations
|
||||
Marketing: Marketing
|
||||
Non-Profit/Volunteer: Non-Profit/Volunteer
|
||||
Pharmaceutical/Biotech: Pharmaceutical/Biotech
|
||||
Professional Services: Professional Services
|
||||
Real Estate: Real Estate
|
||||
Restaurant/Food Service: Restaurant/Food Service
|
||||
Retail: Retail
|
||||
Sales: Sales
|
||||
Science/Research: Science/Research
|
||||
Skilled Labor: Skilled Labor
|
||||
Technology: Technology
|
||||
Telecommunications: Telecommunications
|
||||
Transportation/Logistics: Transportation/Logistics
|
14
config/sync/webform.webform_options.languages.yml
Normal file
14
config/sync/webform.webform_options.languages.yml
Normal file
@ -0,0 +1,14 @@
|
||||
uuid: c1b6353d-272e-4573-b272-c35e8bdeed7e
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: mYH14Vi65Ixj10c_GFa7CipxU3D0Bt9wgo8zE8zjOfE
|
||||
id: languages
|
||||
label: Langues
|
||||
category: Langue
|
||||
likert: false
|
||||
options: ''
|
14
config/sync/webform.webform_options.likert_agreement.yml
Normal file
14
config/sync/webform.webform_options.likert_agreement.yml
Normal file
@ -0,0 +1,14 @@
|
||||
uuid: 4444d6de-43e3-4c34-b753-45eae4ac2da8
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: nPp-CfMKrP0yDMtyO0wQRwawEqaJVAPzQapinXmDgyU
|
||||
id: likert_agreement
|
||||
label: 'Likert: Agreement'
|
||||
category: Likert
|
||||
likert: true
|
||||
options: "1: Pas du tout d'accord\r\n2: Pas d'accord\r\n3: Ni en désaccord ni d'accord\r\n4: D'accord\r\n5: Tout à fait d'accord\n"
|
19
config/sync/webform.webform_options.likert_comparison.yml
Normal file
19
config/sync/webform.webform_options.likert_comparison.yml
Normal file
@ -0,0 +1,19 @@
|
||||
uuid: 31071177-897c-4372-92dc-e806ef845026
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: DMG4TKTHEXtHN8ho_sG_GiZHgweZ6nrRm6BAjk0LZ_Y
|
||||
id: likert_comparison
|
||||
label: 'Likert: Comparison'
|
||||
category: Likert
|
||||
likert: true
|
||||
options: |
|
||||
1: Much Worse
|
||||
2: Somewhat Worse
|
||||
3: About the Same
|
||||
4: Somewhat Better
|
||||
5: Much Better
|
14
config/sync/webform.webform_options.likert_importance.yml
Normal file
14
config/sync/webform.webform_options.likert_importance.yml
Normal file
@ -0,0 +1,14 @@
|
||||
uuid: 0ec7ea28-9fc6-4c4d-8b8f-603b151a6b78
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: Hbc8n5HtVZVs5fSBSpSbuY07CVvqkKP76csvRHN9pK8
|
||||
id: likert_importance
|
||||
label: 'Likert: Importance'
|
||||
category: Likert
|
||||
likert: true
|
||||
options: "1: Pas du tout important\r\n2: Pas Important\r\n3: Peu ou pas important\r\n4: Important\r\n5: Très important\n"
|
14
config/sync/webform.webform_options.likert_quality.yml
Normal file
14
config/sync/webform.webform_options.likert_quality.yml
Normal file
@ -0,0 +1,14 @@
|
||||
uuid: 8b4f7a8a-1bea-4b7c-a0a0-01b1e3077627
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: swmYtBVUbwq7aHJWWDN7ODByuvur9vMkexDC9h64NZ8
|
||||
id: likert_quality
|
||||
label: 'Likert: Quality'
|
||||
category: Likert
|
||||
likert: true
|
||||
options: "1: Faible\r\n2: Juste\r\n3: Bonne\r\n4: Très bonne\r\n5: Excellente\n"
|
14
config/sync/webform.webform_options.likert_satisfaction.yml
Normal file
14
config/sync/webform.webform_options.likert_satisfaction.yml
Normal file
@ -0,0 +1,14 @@
|
||||
uuid: f7683205-708b-4dcb-a105-eb17a5ffae3b
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: AKE2SNwCpl6Mu_cmbq9ZM2_cXxCikCVj1vcPE9oHWTs
|
||||
id: likert_satisfaction
|
||||
label: 'Likert: Satisfaction'
|
||||
category: Likert
|
||||
likert: true
|
||||
options: "1: Très insatisfait\r\n2: Insatisfait\r\n3: Neutre\r\n4: Satisfait\r\n5: Très satisfait\n"
|
14
config/sync/webform.webform_options.likert_ten_scale.yml
Normal file
14
config/sync/webform.webform_options.likert_ten_scale.yml
Normal file
@ -0,0 +1,14 @@
|
||||
uuid: 7df25a6d-26b6-4cee-a5e1-427df382cff8
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: zEZX8JSVqznnFtqFfpuC593h3t1JDAZhF0Q3pvA229o
|
||||
id: likert_ten_scale
|
||||
label: 'Likert: Ten Scale'
|
||||
category: Likert
|
||||
likert: true
|
||||
options: "1: 1\r\n2: 2\r\n3: 3\r\n4: 4\r\n5: 5\r\n6: 6\r\n7: 7\r\n8: 8\r\n9: 9\r\n10: 10\n"
|
14
config/sync/webform.webform_options.likert_would_you.yml
Normal file
14
config/sync/webform.webform_options.likert_would_you.yml
Normal file
@ -0,0 +1,14 @@
|
||||
uuid: a5c05856-237a-4da0-8a96-8cc05c2e5274
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: qBS2TmfAJB37Qn3TnrNM8x4AWimmDapcizzRllgo0fo
|
||||
id: likert_would_you
|
||||
label: 'Likert : Le feriez-vous'
|
||||
category: Likert
|
||||
likert: true
|
||||
options: "1: Absolument pas\r\n2: Probablement pas\r\n3: Pas sûr\r\n4: Probablement\r\n5: Absolument\n"
|
14
config/sync/webform.webform_options.marital_status.yml
Normal file
14
config/sync/webform.webform_options.marital_status.yml
Normal file
@ -0,0 +1,14 @@
|
||||
uuid: ff9d4e57-d39e-4ec2-b454-2df66279a5c1
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: cjVDbAE5BlopGrY-tfxsxMoyEibwBBNgdQwDdxOSkow
|
||||
id: marital_status
|
||||
label: 'Statut marital'
|
||||
category: Démographique
|
||||
likert: false
|
||||
options: "Single: Célibataire\r\nMarried: Marié\r\nDivorced: Divorcé\r\nWidowed: Veuf(ve)\n"
|
14
config/sync/webform.webform_options.months.yml
Normal file
14
config/sync/webform.webform_options.months.yml
Normal file
@ -0,0 +1,14 @@
|
||||
uuid: e24f61a5-ff59-4e62-ae5f-bd49e4072620
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: pZJnuQkh9afNML5IcMuKTUC__vmHMFn66Qr5IWtedZ4
|
||||
id: months
|
||||
label: Mois
|
||||
category: 'Date et heure'
|
||||
likert: false
|
||||
options: "January: Janvier\r\nFebruary: Février\r\nMarch: Mars\r\nApril: Avril\r\nMay: Mai\r\nJune: Juin\r\nJuly: Juillet\r\nAugust: Août\r\nSeptember: Septembre\r\nOctober: Octobre\r\nNovember: Novembre\r\nDecember: Décembre\n"
|
17
config/sync/webform.webform_options.phone_types.yml
Normal file
17
config/sync/webform.webform_options.phone_types.yml
Normal file
@ -0,0 +1,17 @@
|
||||
uuid: d1c71be3-37aa-44cd-b5dc-14e05e70b647
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: LkO63Zl2cP_l9YdjzWI8dWoD9uD0pytkPiUiUM2bo9A
|
||||
id: phone_types
|
||||
label: 'Type de téléphone'
|
||||
category: Démographique
|
||||
likert: false
|
||||
options: |
|
||||
Home: Home
|
||||
Office: Office
|
||||
Cell: Cell
|
27
config/sync/webform.webform_options.province_codes.yml
Normal file
27
config/sync/webform.webform_options.province_codes.yml
Normal file
@ -0,0 +1,27 @@
|
||||
uuid: 330dbdd6-7a44-4360-aec5-90a38c68ce8e
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: cR3A6XXinVGC9g5vLS-vVvTC2ppZXRNXLPWA8xBUMew
|
||||
id: province_codes
|
||||
label: 'Province codes'
|
||||
category: Géographique
|
||||
likert: false
|
||||
options: |
|
||||
AB: Alberta
|
||||
BC: 'British Columbia'
|
||||
MB: Manitoba
|
||||
NB: 'New Brunswick'
|
||||
NL: 'Newfoundland and Labrador'
|
||||
NS: 'Nova Scotia'
|
||||
NT: 'Northwest Territories'
|
||||
NU: Nunavut
|
||||
'ON': Ontario
|
||||
PE: 'Prince Edward Island'
|
||||
QC: Quebec
|
||||
SK: Saskatchewan
|
||||
YT: Yukon
|
27
config/sync/webform.webform_options.province_names.yml
Normal file
27
config/sync/webform.webform_options.province_names.yml
Normal file
@ -0,0 +1,27 @@
|
||||
uuid: aa0e23c5-da80-4a33-a3cd-2261720a020e
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: aaEeYBWoWETLKX2ivmZBpUAd3uPe2iPNydaxBuLPXKc
|
||||
id: province_names
|
||||
label: 'Province names'
|
||||
category: Géographique
|
||||
likert: false
|
||||
options: |
|
||||
Alberta: Alberta
|
||||
'British Columbia': 'British Columbia'
|
||||
Manitoba: Manitoba
|
||||
'New Brunswick': 'New Brunswick'
|
||||
'Newfoundland and Labrador': 'Newfoundland and Labrador'
|
||||
'Nova Scotia': 'Nova Scotia'
|
||||
'Northwest Territories': 'Northwest Territories'
|
||||
Nunavut: Nunavut
|
||||
Ontario: Ontario
|
||||
'Prince Edward Island': 'Prince Edward Island'
|
||||
Quebec: Quebec
|
||||
Saskatchewan: Saskatchewan
|
||||
Yukon: Yukon
|
19
config/sync/webform.webform_options.relationship.yml
Normal file
19
config/sync/webform.webform_options.relationship.yml
Normal file
@ -0,0 +1,19 @@
|
||||
uuid: 11d45bdd-2420-4667-9038-6cb9f148eab1
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: 4J2RPG4JmsD4Fm1NlIQY0JHkrJ08UUl0qTF0_EjUxvw
|
||||
id: relationship
|
||||
label: Relation
|
||||
category: Démographique
|
||||
likert: false
|
||||
options: |
|
||||
Parent: Parent
|
||||
'Significant Other': 'Significant Other'
|
||||
Sibling: Sibling
|
||||
Child: Child
|
||||
Friend: Friend
|
16
config/sync/webform.webform_options.sex.yml
Normal file
16
config/sync/webform.webform_options.sex.yml
Normal file
@ -0,0 +1,16 @@
|
||||
uuid: ab8ee1e1-ce26-4ed9-8438-c0b0057c3a1f
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: WRpxpwYpfcO_i0so7BV4QXxXlbPiSVppYmAV6DAz4c0
|
||||
id: sex
|
||||
label: Sexe
|
||||
category: Démographique
|
||||
likert: false
|
||||
options: |
|
||||
Male: Male
|
||||
Female: Female
|
17
config/sync/webform.webform_options.sex_icao.yml
Normal file
17
config/sync/webform.webform_options.sex_icao.yml
Normal file
@ -0,0 +1,17 @@
|
||||
uuid: 7e05584f-3fb5-4c50-8d6e-2dc731451b12
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: 9mxo86dMII5OxkHl4mbe2l4AgQloOXuErOte57BU9IY
|
||||
id: sex_icao
|
||||
label: 'Sex - International Civil Aviation Organization (ICAO)'
|
||||
category: Démographique
|
||||
likert: false
|
||||
options: |
|
||||
M: Male
|
||||
F: Female
|
||||
X: Unspecified
|
19
config/sync/webform.webform_options.size.yml
Normal file
19
config/sync/webform.webform_options.size.yml
Normal file
@ -0,0 +1,19 @@
|
||||
uuid: eabd6fa7-5844-4bc9-9074-3d5edea615ae
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: RKkc6tf1VudvYiOtwPCf3Tp_EoA6fov6BFC34D7gMoQ
|
||||
id: size
|
||||
label: Taille
|
||||
category: Général
|
||||
likert: false
|
||||
options: |
|
||||
Extra Small: Extra Small
|
||||
Small: Small
|
||||
Medium: Medium
|
||||
Large: Large
|
||||
Extra Large: Extra Large
|
14
config/sync/webform.webform_options.state_codes.yml
Normal file
14
config/sync/webform.webform_options.state_codes.yml
Normal file
@ -0,0 +1,14 @@
|
||||
uuid: 16cbb6a1-3fa1-41e3-83e8-9ad6d7127912
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: 8mYO8ewsZX3LVfNga69jXa0RNO0LNN8-EGkXLhSAMBU
|
||||
id: state_codes
|
||||
label: 'Codes des États'
|
||||
category: Géographique
|
||||
likert: false
|
||||
options: "AL: Alabama\r\nAK: Alaska\r\nAZ: Arizona\r\nAR: Arkansas\r\nCA: Californie\r\nNC: Caroline du Nord\r\nSC: Caroline du Sud\r\nCO: Colorado\r\nCT: Connecticut\r\nND: Dakota du Nord\r\nSD: Dakota du Sud\r\nDE: Delaware\r\nFL: Floride\r\nGA: Géorgie\r\nHI: Hawaï\r\nID: Idaho\r\nIL: Illinois\r\nIN: Indiana\r\nIA: Iowa\r\nKS: Kansas\r\nKY: Kentucky\r\nLA: Louisiane\r\nME: Maine\r\nMD: Maryland\r\nMA: Massachusetts\r\nMI: Michigan\r\nMN: Minnesota\r\nMS: Mississippi\r\nMO: Missouri\r\nMT: Montana\r\nNE: Nebraska\r\nNV: Nevada\r\nNH: New Hampshire\r\nNJ: New Jersey\r\nNM: Nouveau-Mexique\r\nNY: New York\r\nOH: Ohio\r\nOK: Oklahoma\r\nOR: Oregon\r\nPA: Pennsylvanie\r\nRI: Rhode Island\r\nTN: Tennessee\r\nTX: Texas\r\nUT: Utah\r\nVT: Vermont\r\nVA: Virginie\r\nWV: Virginie-Occidentale\r\nWA: Washington\r\nWI: Wisconsin\r\nWY: Wyoming\n"
|
65
config/sync/webform.webform_options.state_names.yml
Normal file
65
config/sync/webform.webform_options.state_names.yml
Normal file
@ -0,0 +1,65 @@
|
||||
uuid: 1f158962-cbe4-41b2-91f4-62825066e6e9
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: KfYqMSrFJ5iGtDzvy_rGUeRUJ4KyM7Xt-tWtYx9WjiM
|
||||
id: state_names
|
||||
label: 'Noms des États'
|
||||
category: Géographique
|
||||
likert: false
|
||||
options: |
|
||||
Alabama: Alabama
|
||||
Alaska: Alaska
|
||||
Arizona: Arizona
|
||||
Arkansas: Arkansas
|
||||
California: California
|
||||
Colorado: Colorado
|
||||
Connecticut: Connecticut
|
||||
Delaware: Delaware
|
||||
'District of Columbia': 'District of Columbia'
|
||||
Florida: Florida
|
||||
Georgia: Georgia
|
||||
Hawaii: Hawaii
|
||||
Idaho: Idaho
|
||||
Illinois: Illinois
|
||||
Indiana: Indiana
|
||||
Iowa: Iowa
|
||||
Kansas: Kansas
|
||||
Kentucky: Kentucky
|
||||
Louisiana: Louisiana
|
||||
Maine: Maine
|
||||
Maryland: Maryland
|
||||
Massachusetts: Massachusetts
|
||||
Michigan: Michigan
|
||||
Minnesota: Minnesota
|
||||
Mississippi: Mississippi
|
||||
Missouri: Missouri
|
||||
Montana: Montana
|
||||
Nebraska: Nebraska
|
||||
Nevada: Nevada
|
||||
'New Hampshire': 'New Hampshire'
|
||||
'New Jersey': 'New Jersey'
|
||||
'New Mexico': 'New Mexico'
|
||||
'New York': 'New York'
|
||||
'North Carolina': 'North Carolina'
|
||||
'North Dakota': 'North Dakota'
|
||||
Ohio: Ohio
|
||||
Oklahoma: Oklahoma
|
||||
Oregon: Oregon
|
||||
Pennsylvania: Pennsylvania
|
||||
'Rhode Island': 'Rhode Island'
|
||||
'South Carolina': 'South Carolina'
|
||||
'South Dakota': 'South Dakota'
|
||||
Tennessee: Tennessee
|
||||
Texas: Texas
|
||||
Utah: Utah
|
||||
Vermont: Vermont
|
||||
Virginia: Virginia
|
||||
Washington: Washington
|
||||
'West Virginia': 'West Virginia'
|
||||
Wisconsin: Wisconsin
|
||||
Wyoming: Wyoming
|
89
config/sync/webform.webform_options.state_province_codes.yml
Normal file
89
config/sync/webform.webform_options.state_province_codes.yml
Normal file
@ -0,0 +1,89 @@
|
||||
uuid: 819e2b66-5728-464b-8d74-76fa738f3888
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: ziWv9xVss1UBnP_R38EqduZOprwOAifpxjXhyOPzmys
|
||||
id: state_province_codes
|
||||
label: 'Codes des États et provinces'
|
||||
category: Géographique
|
||||
likert: false
|
||||
options: |
|
||||
AL: Alabama
|
||||
AK: Alaska
|
||||
AS: 'American Samoa'
|
||||
AZ: Arizona
|
||||
AR: Arkansas
|
||||
AE: 'Armed Forces (Canada, Europe, Africa, or Middle East)'
|
||||
AA: 'Armed Forces Americas'
|
||||
AP: 'Armed Forces Pacific'
|
||||
CA: California
|
||||
CO: Colorado
|
||||
CT: Connecticut
|
||||
DE: Delaware
|
||||
DC: 'District of Columbia'
|
||||
FM: 'Federated States of Micronesia'
|
||||
FL: Florida
|
||||
GA: Georgia
|
||||
GU: Guam
|
||||
HI: Hawaii
|
||||
ID: Idaho
|
||||
IL: Illinois
|
||||
IN: Indiana
|
||||
IA: Iowa
|
||||
KS: Kansas
|
||||
KY: Kentucky
|
||||
LA: Louisiana
|
||||
ME: Maine
|
||||
MH: 'Marshall Islands'
|
||||
MD: Maryland
|
||||
MA: Massachusetts
|
||||
MI: Michigan
|
||||
MN: Minnesota
|
||||
MS: Mississippi
|
||||
MO: Missouri
|
||||
MT: Montana
|
||||
NE: Nebraska
|
||||
NV: Nevada
|
||||
NH: 'New Hampshire'
|
||||
NJ: 'New Jersey'
|
||||
NM: 'New Mexico'
|
||||
NY: 'New York'
|
||||
NC: 'North Carolina'
|
||||
ND: 'North Dakota'
|
||||
MP: 'Northern Mariana Islands'
|
||||
OH: Ohio
|
||||
OK: Oklahoma
|
||||
OR: Oregon
|
||||
PW: Palau
|
||||
PA: Pennsylvania
|
||||
PR: 'Puerto Rico'
|
||||
RI: 'Rhode Island'
|
||||
SC: 'South Carolina'
|
||||
SD: 'South Dakota'
|
||||
TN: Tennessee
|
||||
TX: Texas
|
||||
UT: Utah
|
||||
VT: Vermont
|
||||
VI: 'Virgin Islands'
|
||||
VA: Virginia
|
||||
WA: Washington
|
||||
WV: 'West Virginia'
|
||||
WI: Wisconsin
|
||||
WY: Wyoming
|
||||
AB: Alberta
|
||||
BC: 'British Columbia'
|
||||
MB: Manitoba
|
||||
NB: 'New Brunswick'
|
||||
NL: 'Newfoundland and Labrador'
|
||||
NS: 'Nova Scotia'
|
||||
NT: 'Northwest Territories'
|
||||
NU: Nunavut
|
||||
'ON': Ontario
|
||||
PE: 'Prince Edward Island'
|
||||
QC: Quebec
|
||||
SK: Saskatchewan
|
||||
YT: Yukon
|
89
config/sync/webform.webform_options.state_province_names.yml
Normal file
89
config/sync/webform.webform_options.state_province_names.yml
Normal file
@ -0,0 +1,89 @@
|
||||
uuid: 32841c5d-28e1-47b8-bb67-8265d12a0ede
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: d4mxS_CxdzHZK4WaGQf1H3m-Uubm5HPbu9U4ydzscuo
|
||||
id: state_province_names
|
||||
label: 'Noms des États et provinces'
|
||||
category: Géographique
|
||||
likert: false
|
||||
options: |
|
||||
Alabama: Alabama
|
||||
Alaska: Alaska
|
||||
'American Samoa': 'American Samoa'
|
||||
Arizona: Arizona
|
||||
Arkansas: Arkansas
|
||||
'Armed Forces (Canada, Europe, Africa, or Middle East)': 'Armed Forces (Canada, Europe, Africa, or Middle East)'
|
||||
'Armed Forces Americas': 'Armed Forces Americas'
|
||||
'Armed Forces Pacific': 'Armed Forces Pacific'
|
||||
California: California
|
||||
Colorado: Colorado
|
||||
Connecticut: Connecticut
|
||||
Delaware: Delaware
|
||||
'District of Columbia': 'District of Columbia'
|
||||
'Federated States of Micronesia': 'Federated States of Micronesia'
|
||||
Florida: Florida
|
||||
Georgia: Georgia
|
||||
Guam: Guam
|
||||
Hawaii: Hawaii
|
||||
Idaho: Idaho
|
||||
Illinois: Illinois
|
||||
Indiana: Indiana
|
||||
Iowa: Iowa
|
||||
Kansas: Kansas
|
||||
Kentucky: Kentucky
|
||||
Louisiana: Louisiana
|
||||
Maine: Maine
|
||||
'Marshall Islands': 'Marshall Islands'
|
||||
Maryland: Maryland
|
||||
Massachusetts: Massachusetts
|
||||
Michigan: Michigan
|
||||
Minnesota: Minnesota
|
||||
Mississippi: Mississippi
|
||||
Missouri: Missouri
|
||||
Montana: Montana
|
||||
Nebraska: Nebraska
|
||||
Nevada: Nevada
|
||||
'New Hampshire': 'New Hampshire'
|
||||
'New Jersey': 'New Jersey'
|
||||
'New Mexico': 'New Mexico'
|
||||
'New York': 'New York'
|
||||
'North Carolina': 'North Carolina'
|
||||
'North Dakota': 'North Dakota'
|
||||
'Northern Mariana Islands': 'Northern Mariana Islands'
|
||||
Ohio: Ohio
|
||||
Oklahoma: Oklahoma
|
||||
Oregon: Oregon
|
||||
Palau: Palau
|
||||
Pennsylvania: Pennsylvania
|
||||
'Puerto Rico': 'Puerto Rico'
|
||||
'Rhode Island': 'Rhode Island'
|
||||
'South Carolina': 'South Carolina'
|
||||
'South Dakota': 'South Dakota'
|
||||
Tennessee: Tennessee
|
||||
Texas: Texas
|
||||
Utah: Utah
|
||||
Vermont: Vermont
|
||||
'Virgin Islands': 'Virgin Islands'
|
||||
Virginia: Virginia
|
||||
Washington: Washington
|
||||
'West Virginia': 'West Virginia'
|
||||
Wisconsin: Wisconsin
|
||||
Wyoming: Wyoming
|
||||
Alberta: Alberta
|
||||
'British Columbia': 'British Columbia'
|
||||
Manitoba: Manitoba
|
||||
'New Brunswick': 'New Brunswick'
|
||||
'Newfoundland and Labrador': 'Newfoundland and Labrador'
|
||||
'Nova Scotia': 'Nova Scotia'
|
||||
'Northwest Territories': 'Northwest Territories'
|
||||
Nunavut: Nunavut
|
||||
Ontario: Ontario
|
||||
'Prince Edward Island': 'Prince Edward Island'
|
||||
Quebec: Quebec
|
||||
Saskatchewan: Saskatchewan
|
||||
Yukon: Yukon
|
14
config/sync/webform.webform_options.time_zones.yml
Normal file
14
config/sync/webform.webform_options.time_zones.yml
Normal file
@ -0,0 +1,14 @@
|
||||
uuid: c49ee282-1b1d-495c-9b6f-8e6569b039ee
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: 8rVcRXLnTAEoWs7zl8du-7RIUnayqUcGYnvb3JT21-o
|
||||
id: time_zones
|
||||
label: 'Fuseaux horaires'
|
||||
category: 'Date et heure'
|
||||
likert: false
|
||||
options: ''
|
19
config/sync/webform.webform_options.titles.yml
Normal file
19
config/sync/webform.webform_options.titles.yml
Normal file
@ -0,0 +1,19 @@
|
||||
uuid: ebfdc1b8-ddfd-4770-8307-6ba74a9bacae
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: PEUoedWrfYEX7oZ8CcOukfBTVxar1cPSROX8534esuU
|
||||
id: titles
|
||||
label: Titres
|
||||
category: Démographique
|
||||
likert: false
|
||||
options: |
|
||||
Miss: Miss
|
||||
Ms: Ms
|
||||
Mr: Mr
|
||||
Mrs: Mrs
|
||||
Dr: Dr
|
14
config/sync/webform.webform_options.translations.yml
Normal file
14
config/sync/webform.webform_options.translations.yml
Normal file
@ -0,0 +1,14 @@
|
||||
uuid: 497608d4-1c6d-4e6e-ba33-ce65ccb6d2dd
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: Mb_L3vE-0IBZH5s2rjpk2LNn0QHClQP9AARQdCmVLt4
|
||||
id: translations
|
||||
label: Traductions
|
||||
category: Langue
|
||||
likert: false
|
||||
options: ''
|
14
config/sync/webform.webform_options.yes_no.yml
Normal file
14
config/sync/webform.webform_options.yes_no.yml
Normal file
@ -0,0 +1,14 @@
|
||||
uuid: 39cbc6d5-7f5d-44a7-b08d-cb35246dc060
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: W88NYg31DbaVNQx1Uir_dwwXHVtF09QOq4VBGsH1Snk
|
||||
id: yes_no
|
||||
label: Oui/Non
|
||||
category: Général
|
||||
likert: false
|
||||
options: "Oui: Oui\r\nNon: Non\n"
|
Loading…
x
Reference in New Issue
Block a user