opération, login destination
This commit is contained in:
@@ -16,16 +16,19 @@
|
||||
],
|
||||
"require": {
|
||||
"composer/installers": "^2.0",
|
||||
"drupal/address": "^1.12",
|
||||
"drupal/config_pages": "^2.15",
|
||||
"drupal/content_as_config": "^1.0",
|
||||
"drupal/core-composer-scaffold": "^10.1",
|
||||
"drupal/core-project-message": "^10.1",
|
||||
"drupal/core-recommended": "^10.1",
|
||||
"drupal/linked_field": "^1.5",
|
||||
"drupal/login_destination": "^2.0@beta",
|
||||
"drupal/page_manager": "^4.0@RC",
|
||||
"drupal/panels": "^4.7",
|
||||
"drupal/paragraphs": "^1.16",
|
||||
"drupal/phone_number": "^2.0@alpha",
|
||||
"drupal/webform": "^6.2",
|
||||
"wikimedia/composer-merge-plugin": "^2.1"
|
||||
},
|
||||
"conflict": {
|
||||
|
||||
Generated
+113
-2
@@ -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": "37d3b022f43e15535aba45eec7987dc1",
|
||||
"content-hash": "da66dc5565e7553b45e62f2a3453d6c4",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
@@ -7101,6 +7101,117 @@
|
||||
"docs": "https://www.drupal.org/docs/8/modules/views-bulk-operations-vbo"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/webform",
|
||||
"version": "6.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/webform.git",
|
||||
"reference": "6.2.0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/webform-6.2.0.zip",
|
||||
"reference": "6.2.0",
|
||||
"shasum": "7a8292fb86fa60c88377279769fd6f1b1fad05c2"
|
||||
},
|
||||
"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.0",
|
||||
"datestamp": "1698674300",
|
||||
"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",
|
||||
@@ -12199,6 +12310,7 @@
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": {
|
||||
"drupal/login_destination": 20,
|
||||
"drupal/page_manager": 5,
|
||||
"drupal/phone_number": 15,
|
||||
"drupal/advanced_text_formatter": 5,
|
||||
@@ -12214,7 +12326,6 @@
|
||||
"drupal/filter_perms": 20,
|
||||
"drupal/inline_entity_form": 5,
|
||||
"drupal/linkit": 10,
|
||||
"drupal/login_destination": 20,
|
||||
"drupal/maillog": 20,
|
||||
"drupal/maxlength": 10,
|
||||
"drupal/menu_block": 20,
|
||||
|
||||
@@ -9,7 +9,7 @@ dependencies:
|
||||
id: reha_contenudelapageprincipale
|
||||
theme: reha
|
||||
region: content
|
||||
weight: 0
|
||||
weight: -3
|
||||
provider: null
|
||||
plugin: system_main_block
|
||||
settings:
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
uuid: 3dc0acff-668e-43c0-ab2c-547ba9238f02
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
theme:
|
||||
- reha
|
||||
id: reha_titredepage
|
||||
theme: reha
|
||||
region: content
|
||||
weight: -4
|
||||
provider: null
|
||||
plugin: page_title_block
|
||||
settings:
|
||||
id: page_title_block
|
||||
label: 'Titre de page'
|
||||
label_display: '0'
|
||||
provider: core
|
||||
visibility: { }
|
||||
@@ -0,0 +1,22 @@
|
||||
uuid: 8c432d25-033e-4539-b9d6-a9123cd8fdf8
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.operation
|
||||
id: node.operation.promote
|
||||
field_name: promote
|
||||
entity_type: node
|
||||
bundle: operation
|
||||
label: "Promu en page d'accueil"
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
default_value:
|
||||
-
|
||||
value: 0
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: Activé
|
||||
off_label: Désactivé
|
||||
field_type: boolean
|
||||
@@ -0,0 +1,18 @@
|
||||
uuid: c5988be5-f65b-4482-b188-54cc4856db1d
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.operation
|
||||
id: node.operation.title
|
||||
field_name: title
|
||||
entity_type: node
|
||||
bundle: operation
|
||||
label: 'Nom du site'
|
||||
description: ''
|
||||
required: true
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
||||
@@ -0,0 +1,68 @@
|
||||
uuid: 56a3693f-5ea5-4dac-9cc1-d068e644237c
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.operation.field_adresse
|
||||
- field.field.node.operation.field_commentaire
|
||||
- field.field.node.operation.field_dossier_de_candidature
|
||||
- field.field.node.operation.field_fiche_candidature
|
||||
- node.type.operation
|
||||
module:
|
||||
- address
|
||||
- file
|
||||
id: node.operation.default
|
||||
targetEntityType: node
|
||||
bundle: operation
|
||||
mode: default
|
||||
content:
|
||||
field_adresse:
|
||||
type: address_default
|
||||
weight: 1
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_commentaire:
|
||||
type: string_textarea
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings:
|
||||
maxlength:
|
||||
maxlength_js: 1000
|
||||
maxlength_js_label: 'Contenu limité à @limit caractères, restant : <strong>@remaining</strong>'
|
||||
maxlength_js_enforce: true
|
||||
advanced_text_formatter:
|
||||
show_token_tree: 0
|
||||
field_dossier_de_candidature:
|
||||
type: file_generic
|
||||
weight: 4
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings: { }
|
||||
field_fiche_candidature:
|
||||
type: file_generic
|
||||
weight: 3
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings: { }
|
||||
title:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
created: true
|
||||
langcode: true
|
||||
path: true
|
||||
promote: true
|
||||
status: true
|
||||
sticky: true
|
||||
uid: true
|
||||
@@ -0,0 +1,57 @@
|
||||
uuid: 94dac4c2-f3e2-440e-ac7d-b8a192e5f9a8
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.operation.field_adresse
|
||||
- field.field.node.operation.field_commentaire
|
||||
- field.field.node.operation.field_dossier_de_candidature
|
||||
- field.field.node.operation.field_fiche_candidature
|
||||
- node.type.operation
|
||||
module:
|
||||
- address
|
||||
- file
|
||||
- user
|
||||
id: node.operation.default
|
||||
targetEntityType: node
|
||||
bundle: operation
|
||||
mode: default
|
||||
content:
|
||||
field_adresse:
|
||||
type: address_default
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 101
|
||||
region: content
|
||||
field_commentaire:
|
||||
type: basic_string
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 102
|
||||
region: content
|
||||
field_dossier_de_candidature:
|
||||
type: file_default
|
||||
label: above
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
weight: 104
|
||||
region: content
|
||||
field_fiche_candidature:
|
||||
type: file_default
|
||||
label: above
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
weight: 103
|
||||
region: content
|
||||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 100
|
||||
region: content
|
||||
hidden:
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
||||
@@ -0,0 +1,30 @@
|
||||
uuid: eaa60195-5470-4d53-9e93-af944bf12777
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.teaser
|
||||
- field.field.node.operation.field_adresse
|
||||
- field.field.node.operation.field_commentaire
|
||||
- field.field.node.operation.field_dossier_de_candidature
|
||||
- field.field.node.operation.field_fiche_candidature
|
||||
- node.type.operation
|
||||
module:
|
||||
- user
|
||||
id: node.operation.teaser
|
||||
targetEntityType: node
|
||||
bundle: operation
|
||||
mode: teaser
|
||||
content:
|
||||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 100
|
||||
region: content
|
||||
hidden:
|
||||
field_adresse: true
|
||||
field_commentaire: true
|
||||
field_dossier_de_candidature: true
|
||||
field_fiche_candidature: true
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
||||
@@ -22,7 +22,7 @@ content:
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 6
|
||||
weight: 0
|
||||
region: content
|
||||
field_prenom:
|
||||
type: string
|
||||
@@ -30,7 +30,7 @@ content:
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 7
|
||||
weight: 1
|
||||
region: content
|
||||
field_qualite:
|
||||
type: string
|
||||
@@ -38,7 +38,7 @@ content:
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 9
|
||||
weight: 3
|
||||
region: content
|
||||
field_structure:
|
||||
type: string
|
||||
@@ -46,7 +46,7 @@ content:
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 8
|
||||
weight: 2
|
||||
region: content
|
||||
field_telephone:
|
||||
type: phone_number_international
|
||||
@@ -54,7 +54,7 @@ content:
|
||||
settings:
|
||||
as_link: false
|
||||
third_party_settings: { }
|
||||
weight: 10
|
||||
weight: 4
|
||||
region: content
|
||||
member_for:
|
||||
settings: { }
|
||||
|
||||
@@ -3,6 +3,7 @@ _core:
|
||||
langcode: fr
|
||||
module:
|
||||
actions_permissions: 0
|
||||
address: 0
|
||||
admin_toolbar: 0
|
||||
admin_toolbar_links_access_filter: 0
|
||||
advanced_text_formatter: 0
|
||||
@@ -68,6 +69,7 @@ module:
|
||||
link_attributes: 0
|
||||
linkit: 0
|
||||
locale: 0
|
||||
login_destination: 0
|
||||
maillog: 0
|
||||
maxlength: 0
|
||||
menu_block: 0
|
||||
@@ -106,6 +108,7 @@ module:
|
||||
views_bulk_edit: 0
|
||||
views_bulk_operations: 0
|
||||
views_ui: 0
|
||||
webform: 0
|
||||
extlink: 1
|
||||
menu_admin_per_menu: 1
|
||||
pathauto: 1
|
||||
|
||||
@@ -0,0 +1,47 @@
|
||||
uuid: ed0e720f-53ea-462e-9f16-b38d8b0d438a
|
||||
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: { }
|
||||
@@ -0,0 +1,48 @@
|
||||
uuid: 29e4340b-edbb-45e1-ad65-ebc058cce91c
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_adresse
|
||||
- node.type.operation
|
||||
module:
|
||||
- address
|
||||
id: node.operation.field_adresse
|
||||
field_name: field_adresse
|
||||
entity_type: node
|
||||
bundle: operation
|
||||
label: Adresse
|
||||
description: ''
|
||||
required: true
|
||||
translatable: false
|
||||
default_value:
|
||||
-
|
||||
langcode: null
|
||||
country_code: FR
|
||||
administrative_area: null
|
||||
locality: ''
|
||||
dependent_locality: null
|
||||
postal_code: ''
|
||||
sorting_code: ''
|
||||
address_line1: ''
|
||||
address_line2: ''
|
||||
organization: ''
|
||||
given_name: ''
|
||||
additional_name: null
|
||||
family_name: ''
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
available_countries:
|
||||
FR: FR
|
||||
langcode_override: ''
|
||||
field_overrides:
|
||||
givenName:
|
||||
override: hidden
|
||||
additionalName:
|
||||
override: hidden
|
||||
familyName:
|
||||
override: hidden
|
||||
organization:
|
||||
override: hidden
|
||||
fields: { }
|
||||
field_type: address
|
||||
@@ -0,0 +1,19 @@
|
||||
uuid: af4b78d2-aa42-41a6-92f9-d846d7b0a9fc
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_commentaire
|
||||
- node.type.operation
|
||||
id: node.operation.field_commentaire
|
||||
field_name: field_commentaire
|
||||
entity_type: node
|
||||
bundle: operation
|
||||
label: Commentaire
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string_long
|
||||
@@ -0,0 +1,27 @@
|
||||
uuid: 2fa6f728-719a-41f9-ac2b-358640e3160a
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_dossier_de_candidature
|
||||
- node.type.operation
|
||||
module:
|
||||
- file
|
||||
id: node.operation.field_dossier_de_candidature
|
||||
field_name: field_dossier_de_candidature
|
||||
entity_type: node
|
||||
bundle: operation
|
||||
label: 'Dossier de candidature'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: 'default:file'
|
||||
handler_settings: { }
|
||||
file_directory: 'dossiers/[date:custom:Y]'
|
||||
file_extensions: 'zip gzip'
|
||||
max_filesize: 15MB
|
||||
description_field: false
|
||||
field_type: file
|
||||
@@ -0,0 +1,27 @@
|
||||
uuid: 945db134-c2ae-4bfc-9e23-33d40d511717
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_fiche_candidature
|
||||
- node.type.operation
|
||||
module:
|
||||
- file
|
||||
id: node.operation.field_fiche_candidature
|
||||
field_name: field_fiche_candidature
|
||||
entity_type: node
|
||||
bundle: operation
|
||||
label: 'Fiche candidature'
|
||||
description: 'format pdf, doc, docx / max (2 Mo)'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: 'default:file'
|
||||
handler_settings: { }
|
||||
file_directory: 'fiches_candidatures/[date:custom:Y]'
|
||||
file_extensions: 'pdf doc docx odt'
|
||||
max_filesize: 2MB
|
||||
description_field: false
|
||||
field_type: file
|
||||
@@ -0,0 +1,19 @@
|
||||
uuid: 076774eb-a268-4ef4-b252-06913185f527
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- address
|
||||
- node
|
||||
id: node.field_adresse
|
||||
field_name: field_adresse
|
||||
entity_type: node
|
||||
type: address
|
||||
settings: { }
|
||||
module: address
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
||||
@@ -0,0 +1,19 @@
|
||||
uuid: 40c365c0-4457-4b1f-9512-cca45e82ecfb
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
id: node.field_commentaire
|
||||
field_name: field_commentaire
|
||||
entity_type: node
|
||||
type: string_long
|
||||
settings:
|
||||
case_sensitive: false
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
||||
@@ -0,0 +1,23 @@
|
||||
uuid: 052740c4-03e5-4537-a9f1-1ff6a3a22e44
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- file
|
||||
- node
|
||||
id: node.field_dossier_de_candidature
|
||||
field_name: field_dossier_de_candidature
|
||||
entity_type: node
|
||||
type: file
|
||||
settings:
|
||||
target_type: file
|
||||
display_field: false
|
||||
display_default: false
|
||||
uri_scheme: public
|
||||
module: file
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
||||
@@ -0,0 +1,23 @@
|
||||
uuid: 83639237-1362-4be2-b003-495317bc49ef
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- file
|
||||
- node
|
||||
id: node.field_fiche_candidature
|
||||
field_name: field_fiche_candidature
|
||||
entity_type: node
|
||||
type: file
|
||||
settings:
|
||||
target_type: file
|
||||
display_field: false
|
||||
display_default: false
|
||||
uri_scheme: public
|
||||
module: file
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
||||
@@ -0,0 +1,13 @@
|
||||
uuid: 1779b8e1-ab74-4af4-bbaf-34c0b2a9118e
|
||||
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: { }
|
||||
@@ -0,0 +1,11 @@
|
||||
uuid: b4de3cb1-53b9-4c09-97fe-fa418efd0901
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.operation
|
||||
id: node.operation
|
||||
target_entity_type_id: node
|
||||
target_bundle: operation
|
||||
default_langcode: site_default
|
||||
language_alterable: false
|
||||
@@ -0,0 +1,16 @@
|
||||
uuid: 70e440af-ea43-417e-8779-86e406628be3
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
name: login_to_all_operations
|
||||
label: 'login to all operations'
|
||||
triggers:
|
||||
login: login
|
||||
destination_path: 'internal:/all_operations'
|
||||
pages_type: 0
|
||||
pages: ''
|
||||
language: ''
|
||||
roles:
|
||||
admin: admin
|
||||
weight: 0
|
||||
enabled: true
|
||||
@@ -0,0 +1,16 @@
|
||||
uuid: e118013b-8775-4f8c-92b1-7f983017ee0f
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
name: login_to_operations
|
||||
label: 'login to operations'
|
||||
triggers:
|
||||
login: login
|
||||
destination_path: 'internal:/operations'
|
||||
pages_type: 0
|
||||
pages: ''
|
||||
language: ''
|
||||
roles:
|
||||
authenticated: authenticated
|
||||
weight: 0
|
||||
enabled: true
|
||||
@@ -0,0 +1,16 @@
|
||||
uuid: 3c61a83a-5fd6-4fac-aee0-2f7c2e7f780c
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
name: register_to_create_operation
|
||||
label: 'Register to create operation'
|
||||
triggers:
|
||||
registration: registration
|
||||
destination_path: 'internal:/node/add/operation'
|
||||
pages_type: 0
|
||||
pages: ''
|
||||
language: ''
|
||||
roles:
|
||||
authenticated: authenticated
|
||||
weight: 0
|
||||
enabled: true
|
||||
@@ -0,0 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: SWXPN5YCm4J7782lXTPqDAneUijUwni85dQTQVjHYtw
|
||||
langcode: fr
|
||||
preserve_destination: false
|
||||
immediate_redirect: false
|
||||
@@ -0,0 +1,17 @@
|
||||
uuid: 6808c26f-8b1e-492a-8f96-e212a079edb1
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- menu_ui
|
||||
third_party_settings:
|
||||
menu_ui:
|
||||
available_menus: { }
|
||||
parent: ''
|
||||
name: Opération
|
||||
type: operation
|
||||
description: ''
|
||||
help: ''
|
||||
new_revision: false
|
||||
preview_mode: 2
|
||||
display_submitted: true
|
||||
@@ -0,0 +1,13 @@
|
||||
uuid: a7e4fcc4-d254-445c-bdc6-89b91e1e9787
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: OmnschvBLb9ZJn0iVyBd2odf8U8Nt0INjRbRMixZw9U
|
||||
id: webform_archive_action
|
||||
label: 'Archive webform'
|
||||
type: webform
|
||||
plugin: webform_archive_action
|
||||
configuration: { }
|
||||
@@ -0,0 +1,13 @@
|
||||
uuid: db81959e-c742-4cbf-98ee-7b5233356730
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: Dl-1T9PDkraB7MyMUjTJAioPEx6UNvIB9gqmnB1CRkk
|
||||
id: webform_close_action
|
||||
label: 'Close webform'
|
||||
type: webform
|
||||
plugin: webform_close_action
|
||||
configuration: { }
|
||||
@@ -0,0 +1,13 @@
|
||||
uuid: 099b4f61-c127-4cc4-bb4c-d7e507a8bddf
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: e1bCTp0ryXZZtnS9nlVAbtoWz3-8fmbNlqKY3GHzbsM
|
||||
id: webform_delete_action
|
||||
label: 'Delete webform'
|
||||
type: webform
|
||||
plugin: webform_delete_action
|
||||
configuration: { }
|
||||
@@ -0,0 +1,13 @@
|
||||
uuid: 477ea67f-affb-41ce-ae85-27978cd9da5b
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: AK83C-dOZEPruvi6GbkuhihWLnO4VtrbesqSC6izf4o
|
||||
id: webform_open_action
|
||||
label: 'Open webform'
|
||||
type: webform
|
||||
plugin: webform_open_action
|
||||
configuration: { }
|
||||
@@ -0,0 +1,13 @@
|
||||
uuid: 237dd504-7932-46e7-85a9-8e7d06176113
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: TBnl4vapW7sy5bRi7TcF-ueJnvz7aZNLif95ifvhfTQ
|
||||
id: webform_submission_delete_action
|
||||
label: 'Delete submission'
|
||||
type: webform_submission
|
||||
plugin: webform_submission_delete_action
|
||||
configuration: { }
|
||||
@@ -0,0 +1,13 @@
|
||||
uuid: 28e46d0f-abfa-4e7c-9701-7f3e28aabe76
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: MKmZlPRk3OJKNcYdYxSeZGQUh7LMah6MRShfkzch4bk
|
||||
id: webform_submission_make_lock_action
|
||||
label: 'Lock submission'
|
||||
type: webform_submission
|
||||
plugin: webform_submission_make_lock_action
|
||||
configuration: { }
|
||||
@@ -0,0 +1,13 @@
|
||||
uuid: 4d5e7053-42c9-4591-bb90-46df13fff9d7
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: mPWBT52fKHyINRl9S3cCWFxY3rKbwkIRxaK6sIA26oo
|
||||
id: webform_submission_make_sticky_action
|
||||
label: 'Star/flag submission'
|
||||
type: webform_submission
|
||||
plugin: webform_submission_make_sticky_action
|
||||
configuration: { }
|
||||
@@ -0,0 +1,13 @@
|
||||
uuid: 5b43a7b5-5781-4d42-9d13-b4d1a83521a0
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: begZ0-RmTzO_zDAwEKA2lKvtGYw1vbFOzbQOJzUbZX0
|
||||
id: webform_submission_make_unlock_action
|
||||
label: 'Unlock submission'
|
||||
type: webform_submission
|
||||
plugin: webform_submission_make_unlock_action
|
||||
configuration: { }
|
||||
@@ -0,0 +1,13 @@
|
||||
uuid: 7705f9e1-f84e-4e4c-8c88-63b4719789c7
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: n4gTFiUsdp7gw6yWUlDbKFEasZLCgXWWCmm7eJejay0
|
||||
id: webform_submission_make_unsticky_action
|
||||
label: 'Unstar/unflag submission'
|
||||
type: webform_submission
|
||||
plugin: webform_submission_make_unsticky_action
|
||||
configuration: { }
|
||||
@@ -0,0 +1,13 @@
|
||||
uuid: ec706d8a-b4eb-4f23-988c-2d2e2a943f84
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: aqi5Ftlnhe9KyOowpK7CanEvJMBBo8xAR1dA99bKOuc
|
||||
id: webform_unarchive_action
|
||||
label: 'Restore webform'
|
||||
type: webform
|
||||
plugin: webform_unarchive_action
|
||||
configuration: { }
|
||||
@@ -3,6 +3,7 @@ langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.operation
|
||||
- node.type.static
|
||||
module:
|
||||
- actions_permissions
|
||||
@@ -24,11 +25,13 @@ permissions:
|
||||
- 'access administration pages'
|
||||
- 'access files overview'
|
||||
- 'access toolbar'
|
||||
- 'access user profiles'
|
||||
- 'administer footer menu items'
|
||||
- 'administer users'
|
||||
- 'break content lock'
|
||||
- 'change own username'
|
||||
- 'create content translations'
|
||||
- 'edit any operation content'
|
||||
- 'edit any static content'
|
||||
- 'edit contact config page entity'
|
||||
- 'edit mentions_legales config page entity'
|
||||
@@ -51,3 +54,4 @@ permissions:
|
||||
- 'view config_pages entity'
|
||||
- 'view static revisions'
|
||||
- 'view the administration theme'
|
||||
- 'view user email addresses'
|
||||
|
||||
@@ -2,9 +2,14 @@ uuid: 42742938-4804-4b7e-a3be-8b50fa9cc342
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- filter.format.webform_default
|
||||
- node.type.operation
|
||||
module:
|
||||
- config_pages
|
||||
- devel
|
||||
- filter
|
||||
- node
|
||||
- system
|
||||
_core:
|
||||
default_config_hash: OVp5431n1LmiRh_QaOpDS1hEEFvtjRqisASIU0tYIwo
|
||||
@@ -15,6 +20,12 @@ is_admin: false
|
||||
permissions:
|
||||
- 'access content'
|
||||
- 'access devel information'
|
||||
- 'access user profiles'
|
||||
- 'change own username'
|
||||
- 'create operation content'
|
||||
- 'edit own operation content'
|
||||
- 'use text format webform_default'
|
||||
- 'view contact config page entity'
|
||||
- 'view mentions_legales config page entity'
|
||||
- 'view own unpublished content'
|
||||
- 'view partenaires config page entity'
|
||||
|
||||
@@ -0,0 +1,297 @@
|
||||
uuid: a9bd922e-88d3-416c-be6a-c30bcb4138e1
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.full
|
||||
- node.type.operation
|
||||
- user.role.admin
|
||||
- user.role.authenticated
|
||||
- user.role.root
|
||||
module:
|
||||
- node
|
||||
- user
|
||||
id: operations
|
||||
label: Opérations
|
||||
module: views
|
||||
description: ''
|
||||
tag: ''
|
||||
base_table: node_field_data
|
||||
base_field: nid
|
||||
display:
|
||||
default:
|
||||
id: default
|
||||
display_title: Default
|
||||
display_plugin: default
|
||||
position: 0
|
||||
display_options:
|
||||
title: Opérations
|
||||
fields:
|
||||
title:
|
||||
id: title
|
||||
table: node_field_data
|
||||
field: title
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
entity_type: node
|
||||
entity_field: title
|
||||
plugin_id: field
|
||||
label: ''
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
make_link: false
|
||||
absolute: false
|
||||
word_boundary: false
|
||||
ellipsis: false
|
||||
strip_tags: false
|
||||
trim: false
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
click_sort_column: value
|
||||
type: string
|
||||
settings:
|
||||
link_to_entity: true
|
||||
group_column: value
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
delta_limit: 0
|
||||
delta_offset: 0
|
||||
delta_reversed: false
|
||||
delta_first_last: false
|
||||
multi_type: separator
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
pager:
|
||||
type: mini
|
||||
options:
|
||||
offset: 0
|
||||
items_per_page: 10
|
||||
total_pages: null
|
||||
id: 0
|
||||
tags:
|
||||
next: ››
|
||||
previous: ‹‹
|
||||
expose:
|
||||
items_per_page: false
|
||||
items_per_page_label: 'Éléments par page'
|
||||
items_per_page_options: '5, 10, 25, 50'
|
||||
items_per_page_options_all: false
|
||||
items_per_page_options_all_label: '- Tout -'
|
||||
offset: false
|
||||
offset_label: Décalage
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
submit_button: Appliquer
|
||||
reset_button: false
|
||||
reset_button_label: Réinitialiser
|
||||
exposed_sorts_label: 'Trier par'
|
||||
expose_sort_order: true
|
||||
sort_asc_label: Asc
|
||||
sort_desc_label: Desc
|
||||
access:
|
||||
type: role
|
||||
options:
|
||||
role:
|
||||
authenticated: authenticated
|
||||
admin: admin
|
||||
root: root
|
||||
cache:
|
||||
type: tag
|
||||
options: { }
|
||||
empty:
|
||||
area:
|
||||
id: area
|
||||
table: views
|
||||
field: area
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
plugin_id: text
|
||||
empty: true
|
||||
content:
|
||||
value: "Vous n'avez pas d'opérations enregistrées"
|
||||
format: wysiwyg
|
||||
tokenize: false
|
||||
sorts:
|
||||
created:
|
||||
id: created
|
||||
table: node_field_data
|
||||
field: created
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
entity_type: node
|
||||
entity_field: created
|
||||
plugin_id: date
|
||||
order: ASC
|
||||
expose:
|
||||
label: ''
|
||||
field_identifier: ''
|
||||
exposed: false
|
||||
granularity: second
|
||||
arguments:
|
||||
uid:
|
||||
id: uid
|
||||
table: users_field_data
|
||||
field: uid
|
||||
relationship: uid
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
entity_type: user
|
||||
entity_field: uid
|
||||
plugin_id: user_uid
|
||||
default_action: default
|
||||
exception:
|
||||
value: all
|
||||
title_enable: false
|
||||
title: All
|
||||
title_enable: false
|
||||
title: ''
|
||||
default_argument_type: current_user
|
||||
default_argument_options: { }
|
||||
default_argument_skip_url: false
|
||||
summary_options:
|
||||
base_path: ''
|
||||
count: true
|
||||
override: false
|
||||
items_per_page: 25
|
||||
summary:
|
||||
sort_order: asc
|
||||
number_of_records: 0
|
||||
format: default_summary
|
||||
specify_validation: false
|
||||
validate:
|
||||
type: none
|
||||
fail: 'not found'
|
||||
validate_options: { }
|
||||
break_phrase: false
|
||||
not: false
|
||||
filters:
|
||||
status:
|
||||
id: status
|
||||
table: node_field_data
|
||||
field: status
|
||||
entity_type: node
|
||||
entity_field: status
|
||||
plugin_id: boolean
|
||||
value: '1'
|
||||
group: 1
|
||||
expose:
|
||||
operator: ''
|
||||
type:
|
||||
id: type
|
||||
table: node_field_data
|
||||
field: type
|
||||
entity_type: node
|
||||
entity_field: type
|
||||
plugin_id: bundle
|
||||
value:
|
||||
operation: operation
|
||||
style:
|
||||
type: default
|
||||
row:
|
||||
type: 'entity:node'
|
||||
options:
|
||||
relationship: none
|
||||
view_mode: full
|
||||
query:
|
||||
type: views_query
|
||||
options:
|
||||
query_comment: ''
|
||||
disable_sql_rewrite: false
|
||||
distinct: false
|
||||
replica: false
|
||||
query_tags: { }
|
||||
relationships:
|
||||
uid:
|
||||
id: uid
|
||||
table: node_field_data
|
||||
field: uid
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: Utilisateur
|
||||
entity_type: node
|
||||
entity_field: uid
|
||||
plugin_id: standard
|
||||
required: false
|
||||
header: { }
|
||||
footer:
|
||||
node_listing_empty:
|
||||
id: node_listing_empty
|
||||
table: node
|
||||
field: node_listing_empty
|
||||
entity_type: node
|
||||
plugin_id: node_listing_empty
|
||||
display_extenders: { }
|
||||
cache_metadata:
|
||||
max-age: -1
|
||||
contexts:
|
||||
- 'languages:language_content'
|
||||
- 'languages:language_interface'
|
||||
- url
|
||||
- url.query_args
|
||||
- user
|
||||
- 'user.node_grants:view'
|
||||
- user.roles
|
||||
tags: { }
|
||||
page_1:
|
||||
id: page_1
|
||||
display_title: 'User operations'
|
||||
display_plugin: page
|
||||
position: 1
|
||||
display_options:
|
||||
display_description: ''
|
||||
display_extenders: { }
|
||||
path: operations
|
||||
cache_metadata:
|
||||
max-age: -1
|
||||
contexts:
|
||||
- 'languages:language_content'
|
||||
- 'languages:language_interface'
|
||||
- url
|
||||
- url.query_args
|
||||
- user
|
||||
- 'user.node_grants:view'
|
||||
- user.roles
|
||||
tags: { }
|
||||
page_2:
|
||||
id: page_2
|
||||
display_title: 'All opérations'
|
||||
display_plugin: page
|
||||
position: 1
|
||||
display_options:
|
||||
title: 'Toutes les opérations'
|
||||
empty: { }
|
||||
arguments: { }
|
||||
defaults:
|
||||
empty: false
|
||||
title: false
|
||||
arguments: false
|
||||
footer: false
|
||||
display_description: ''
|
||||
footer: { }
|
||||
display_extenders: { }
|
||||
path: all_operations
|
||||
cache_metadata:
|
||||
max-age: -1
|
||||
contexts:
|
||||
- 'languages:language_content'
|
||||
- 'languages:language_interface'
|
||||
- url.query_args
|
||||
- 'user.node_grants:view'
|
||||
- user.roles
|
||||
tags: { }
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,337 @@
|
||||
_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: 'This form has not yet been opened to submissions.'
|
||||
default_form_close_message: 'Sorry… This form is closed to new submissions.'
|
||||
default_form_exception_message: 'Unable to display this webform. Please contact the site administrator.'
|
||||
default_form_confidential_message: 'This form is confidential. You must <a href="[site:login-url]/logout?destination=[current-page:url:relative]">Log out</a> to submit it.'
|
||||
default_form_access_denied_message: 'Please login to access this form.'
|
||||
default_form_disable_remote_addr: false
|
||||
default_form_novalidate: false
|
||||
default_form_disable_inline_errors: false
|
||||
default_form_required: false
|
||||
default_form_required_label: 'Indicates required field'
|
||||
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: '< Previous'
|
||||
default_wizard_next_button_label: 'Next >'
|
||||
default_wizard_start_label: Start
|
||||
default_wizard_confirmation_label: Complete
|
||||
default_wizard_toggle_show_label: 'Show all'
|
||||
default_wizard_toggle_hide_label: 'Hide all'
|
||||
default_preview_next_button_label: Aperçu
|
||||
default_preview_prev_button_label: '< Previous'
|
||||
default_preview_label: Aperçu
|
||||
default_preview_title: '[webform:title]: Preview'
|
||||
default_preview_message: 'Please review your submission. Your submission is not complete until you press the "Submit" button!'
|
||||
default_draft_button_label: 'Save Draft'
|
||||
default_draft_saved_message: 'Submission saved. You may return to this form later and it will restore the current values.'
|
||||
default_draft_loaded_message: 'A partially-completed form was found. Please complete the remaining portions.'
|
||||
default_draft_pending_single_message: 'You have a pending draft for this webform. <a href="#">Load your pending draft</a>.'
|
||||
default_draft_pending_multiple_message: 'You have pending drafts for this webform. <a href="#">View your pending drafts</a>.'
|
||||
default_confirmation_message: 'New submission added to [webform:title].'
|
||||
default_confirmation_back_label: 'Back to form'
|
||||
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]: Submission #[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: 'Please login to access this submission.'
|
||||
default_submission_exception_message: 'Unable to process this submission. Please contact the site administrator.'
|
||||
default_submission_locked_message: 'This submission has been locked.'
|
||||
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: 'This submission has been autofilled with your previous submission.'
|
||||
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: '{Empty}'
|
||||
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: 'Please login to access the uploaded file.'
|
||||
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>Submitted on [webform_submission:created]</p>
|
||||
<p>Submitted by: [webform_submission:user]</p>
|
||||
<p>Submitted values are:</p>
|
||||
[webform_submission:values]
|
||||
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:
|
||||
- true
|
||||
color:
|
||||
- '#ffffcc'
|
||||
- '#ffffcc'
|
||||
- '#ccffff'
|
||||
email:
|
||||
- 'example@example.com'
|
||||
- 'test@test.com'
|
||||
- 'random@random.com'
|
||||
language_select:
|
||||
- en
|
||||
machine_name:
|
||||
- 'loremipsum'
|
||||
- 'oratione'
|
||||
- 'dixisset'
|
||||
tel:
|
||||
- '123-456-7890'
|
||||
- '098-765-4321'
|
||||
textarea:
|
||||
- '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.'
|
||||
- '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;'
|
||||
- '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.'
|
||||
text_format:
|
||||
- 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>'
|
||||
- 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>'
|
||||
- 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>'
|
||||
url:
|
||||
- 'http://example.com'
|
||||
- 'http://test.com'
|
||||
webform_email_confirm:
|
||||
- 'example@example.com'
|
||||
- 'test@test.com'
|
||||
- 'random@random.com'
|
||||
webform_email_multiple:
|
||||
- 'example@example.com, test@test.com, random@random.com'
|
||||
webform_time:
|
||||
- '09:00'
|
||||
- '17:00'
|
||||
names: |
|
||||
first_name:
|
||||
- 'John'
|
||||
- 'Paul'
|
||||
- 'Ringo'
|
||||
- 'George'
|
||||
last_name:
|
||||
- 'Lennon'
|
||||
- 'McCartney'
|
||||
- 'Starr'
|
||||
- 'Harrison'
|
||||
address:
|
||||
- '10 Main Street'
|
||||
- '11 Brook Alley Road. APT 1'
|
||||
zip:
|
||||
- '11111'
|
||||
- '12345'
|
||||
- '12345-6789'
|
||||
postal_code:
|
||||
- '11111'
|
||||
- '12345'
|
||||
- '12345-6789'
|
||||
phone:
|
||||
- '123-456-7890'
|
||||
- '098-765-4321'
|
||||
fax:
|
||||
- '123-456-7890'
|
||||
- '098-765-4321'
|
||||
city:
|
||||
- 'Springfield'
|
||||
- 'Pleasantville'
|
||||
- 'Hill Valley'
|
||||
url:
|
||||
- 'http://example.com'
|
||||
- 'http://test.com'
|
||||
default:
|
||||
- 'Loremipsum'
|
||||
- 'Oratione'
|
||||
- 'Dixisset'
|
||||
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
|
||||
@@ -0,0 +1,303 @@
|
||||
uuid: 6768628f-9a13-45f0-94f4-c697e302b262
|
||||
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: 'Email 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: 'Email notification'
|
||||
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: { }
|
||||
@@ -0,0 +1,14 @@
|
||||
uuid: d2b99c5c-a1e5-4dea-9c82-90e31273cf4a
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: adQ16YGDPk7QfUKrfrC35o2sKdHEozdNtdpiH7CftQQ
|
||||
id: country_codes
|
||||
label: 'Country codes'
|
||||
category: Geographic
|
||||
likert: false
|
||||
options: ''
|
||||
@@ -0,0 +1,14 @@
|
||||
uuid: 83121df2-6307-422d-b39a-8f96cf61ce7b
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: zsfFP124dAM-sJkuEfnwaA7DN6o3-IsaXLgdNmObbYg
|
||||
id: country_names
|
||||
label: 'Country names'
|
||||
category: Geographic
|
||||
likert: false
|
||||
options: ''
|
||||
@@ -0,0 +1,21 @@
|
||||
uuid: 3fa449f7-50ee-4434-beca-f55ceef71bf8
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: YNrKbYrWWjeubUUM8AsQ19KnX7cU1elACR14CZJHmdg
|
||||
id: days
|
||||
label: Days
|
||||
category: 'Date et heure'
|
||||
likert: false
|
||||
options: |
|
||||
Sunday: Sunday
|
||||
Monday: Monday
|
||||
Tuesday: Tuesday
|
||||
Wednesday: Wednesday
|
||||
Thursday: Thursday
|
||||
Friday: Friday
|
||||
Saturday: Saturday
|
||||
@@ -0,0 +1,18 @@
|
||||
uuid: 3e150b83-155a-4e75-990e-39184f7571c7
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: mII4acOv33s-j8PINywrCag4OITbeJGxdPO373dnHHw
|
||||
id: education
|
||||
label: Education
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
High School: High School
|
||||
Associate Degree: Associate Degree
|
||||
Graduate or Professional Degree: Graduate or Professional Degree
|
||||
Some College: Some College
|
||||
@@ -0,0 +1,19 @@
|
||||
uuid: e156a9f5-d8a4-4d08-94fb-f775eeafde10
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: 8MCmsz_csdJkVItxI8g_s4zp2PM285YqCy_gWTzOLPw
|
||||
id: employment_status
|
||||
label: 'Employment status'
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
'Full Time': 'Full Time'
|
||||
'Part Time': 'Part Time'
|
||||
'Military': 'Military'
|
||||
Unemployed: Unemployed
|
||||
Retired: Retired
|
||||
@@ -0,0 +1,22 @@
|
||||
uuid: 7019093f-db52-4ed4-8ef1-7eba7b4cf77a
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: pIPgrAC82wE2GAk1mOv2UvMYv71YQe4VT8667QIYdvI
|
||||
id: ethnicity
|
||||
label: Ethnicity
|
||||
category: Demographic
|
||||
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
|
||||
@@ -0,0 +1,42 @@
|
||||
uuid: a8930215-d13b-4cf2-91d3-5d8f4ee89633
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: yxhG0JmQs2HT-Ro6ZeDQboDc9ZWR4GglflTtyoqxK4A
|
||||
id: gender
|
||||
label: Gender
|
||||
category: Demographic
|
||||
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'
|
||||
@@ -0,0 +1,53 @@
|
||||
uuid: 301fceb4-2726-414b-aa77-b07834590298
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: s_SXZn2HbRGvTex-TLOCxz2oOnMYqtEZh8HD4_318QI
|
||||
id: industry
|
||||
label: Industry
|
||||
category: Demographic
|
||||
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
|
||||
@@ -0,0 +1,14 @@
|
||||
uuid: 68588a58-aec6-417e-b26e-3870a26e61e8
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: mYH14Vi65Ixj10c_GFa7CipxU3D0Bt9wgo8zE8zjOfE
|
||||
id: languages
|
||||
label: Langues
|
||||
category: Langue
|
||||
likert: false
|
||||
options: ''
|
||||
@@ -0,0 +1,19 @@
|
||||
uuid: c8a104dc-94a9-4a5f-a431-3d0332c57154
|
||||
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: Strongly Disagree
|
||||
2: Disagree
|
||||
3: Neutral
|
||||
4: Agree
|
||||
5: Strongly Agree
|
||||
@@ -0,0 +1,19 @@
|
||||
uuid: 7c919989-9179-426e-9cfa-80b725acfe3c
|
||||
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
|
||||
@@ -0,0 +1,19 @@
|
||||
uuid: 31b901a8-d866-4513-9167-bb3e25925ca1
|
||||
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: Not at all Important
|
||||
2: Somewhat Important
|
||||
3: Neutral
|
||||
4: Important
|
||||
5: Very Important
|
||||
@@ -0,0 +1,19 @@
|
||||
uuid: b51c7939-65fc-4808-ae3f-be4ac60fc5e7
|
||||
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: Poor
|
||||
2: Fair
|
||||
3: Good
|
||||
4: Very good
|
||||
5: Excellent
|
||||
@@ -0,0 +1,19 @@
|
||||
uuid: 6b09e28a-2360-44eb-8c49-4704a4f292f2
|
||||
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: Very Unsatisfied
|
||||
2: Unsatisfied
|
||||
3: Neutral
|
||||
4: Satisfied
|
||||
5: Very Satisfied
|
||||
@@ -0,0 +1,24 @@
|
||||
uuid: c0c1217a-ea82-446b-b037-746319bf415c
|
||||
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
|
||||
2: 2
|
||||
3: 3
|
||||
4: 4
|
||||
5: 5
|
||||
6: 6
|
||||
7: 7
|
||||
8: 8
|
||||
9: 9
|
||||
10: 10
|
||||
@@ -0,0 +1,19 @@
|
||||
uuid: 1b92a0c2-8d51-42b9-9233-6b773d9f4d28
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: qBS2TmfAJB37Qn3TnrNM8x4AWimmDapcizzRllgo0fo
|
||||
id: likert_would_you
|
||||
label: 'Likert: Would You'
|
||||
category: Likert
|
||||
likert: true
|
||||
options: |
|
||||
1: Definitely Not
|
||||
2: Probably Not
|
||||
3: Not Sure
|
||||
4: Probably
|
||||
5: Definitely
|
||||
@@ -0,0 +1,18 @@
|
||||
uuid: 98af41c1-81a8-44d4-b8bd-1f016503b777
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: cjVDbAE5BlopGrY-tfxsxMoyEibwBBNgdQwDdxOSkow
|
||||
id: marital_status
|
||||
label: 'Marital status'
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
Single: Single
|
||||
Married: Married
|
||||
Divorced: Divorced
|
||||
Widowed: Widowed
|
||||
@@ -0,0 +1,26 @@
|
||||
uuid: b7750962-d2d9-4e06-b7ba-43a2345348b8
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: pZJnuQkh9afNML5IcMuKTUC__vmHMFn66Qr5IWtedZ4
|
||||
id: months
|
||||
label: Months
|
||||
category: 'Date et heure'
|
||||
likert: false
|
||||
options: |
|
||||
January: January
|
||||
February: February
|
||||
March: March
|
||||
April: April
|
||||
May: May
|
||||
June: June
|
||||
July: July
|
||||
August: August
|
||||
September: September
|
||||
October: October
|
||||
November: November
|
||||
December: December
|
||||
@@ -0,0 +1,17 @@
|
||||
uuid: 46d1df7a-69ae-4f23-900a-4225d9e6aacf
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: LkO63Zl2cP_l9YdjzWI8dWoD9uD0pytkPiUiUM2bo9A
|
||||
id: phone_types
|
||||
label: 'Phone type'
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
Home: Home
|
||||
Office: Office
|
||||
Cell: Cell
|
||||
@@ -0,0 +1,27 @@
|
||||
uuid: 6d3c6c42-5cac-4ae2-84e5-cfc2720a8b05
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: cR3A6XXinVGC9g5vLS-vVvTC2ppZXRNXLPWA8xBUMew
|
||||
id: province_codes
|
||||
label: 'Province codes'
|
||||
category: Geographic
|
||||
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
|
||||
@@ -0,0 +1,27 @@
|
||||
uuid: ffee0dda-af0d-43c5-9469-40b1c4777186
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: aaEeYBWoWETLKX2ivmZBpUAd3uPe2iPNydaxBuLPXKc
|
||||
id: province_names
|
||||
label: 'Province names'
|
||||
category: Geographic
|
||||
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
|
||||
@@ -0,0 +1,19 @@
|
||||
uuid: c8fa41db-a417-4bbe-b2fc-a65d4f810178
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: 4J2RPG4JmsD4Fm1NlIQY0JHkrJ08UUl0qTF0_EjUxvw
|
||||
id: relationship
|
||||
label: Relation
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
Parent: Parent
|
||||
'Significant Other': 'Significant Other'
|
||||
Sibling: Sibling
|
||||
Child: Child
|
||||
Friend: Friend
|
||||
@@ -0,0 +1,16 @@
|
||||
uuid: 1511a243-cbdb-42c5-a1af-5140ea52ef20
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: WRpxpwYpfcO_i0so7BV4QXxXlbPiSVppYmAV6DAz4c0
|
||||
id: sex
|
||||
label: Sex
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
Male: Male
|
||||
Female: Female
|
||||
@@ -0,0 +1,17 @@
|
||||
uuid: f77443ea-9467-4383-a95e-74c7dc02e862
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: 9mxo86dMII5OxkHl4mbe2l4AgQloOXuErOte57BU9IY
|
||||
id: sex_icao
|
||||
label: 'Sex - International Civil Aviation Organization (ICAO)'
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
M: Male
|
||||
F: Female
|
||||
X: Unspecified
|
||||
@@ -0,0 +1,19 @@
|
||||
uuid: 7e390cc7-2e44-4052-b28e-4a1a69a70cf6
|
||||
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
|
||||
@@ -0,0 +1,66 @@
|
||||
uuid: e2aa3f4a-a64c-4f65-a390-c10eda9a94c9
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: 8mYO8ewsZX3LVfNga69jXa0RNO0LNN8-EGkXLhSAMBU
|
||||
id: state_codes
|
||||
label: 'State codes'
|
||||
category: Geographic
|
||||
likert: false
|
||||
options: |
|
||||
AL: Alabama
|
||||
AK: Alaska
|
||||
AZ: Arizona
|
||||
AR: Arkansas
|
||||
CA: California
|
||||
CO: Colorado
|
||||
CT: Connecticut
|
||||
DE: Delaware
|
||||
DC: 'District of Columbia'
|
||||
FL: Florida
|
||||
GA: Georgia
|
||||
GU: Guam
|
||||
HI: Hawaii
|
||||
ID: Idaho
|
||||
IL: Illinois
|
||||
IN: Indiana
|
||||
IA: Iowa
|
||||
KS: Kansas
|
||||
KY: Kentucky
|
||||
LA: Louisiana
|
||||
ME: Maine
|
||||
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'
|
||||
OH: Ohio
|
||||
OK: Oklahoma
|
||||
OR: Oregon
|
||||
PA: Pennsylvania
|
||||
RI: 'Rhode Island'
|
||||
SC: 'South Carolina'
|
||||
SD: 'South Dakota'
|
||||
TN: Tennessee
|
||||
TX: Texas
|
||||
UT: Utah
|
||||
VT: Vermont
|
||||
VA: Virginia
|
||||
WA: Washington
|
||||
WV: 'West Virginia'
|
||||
WI: Wisconsin
|
||||
WY: Wyoming
|
||||
@@ -0,0 +1,65 @@
|
||||
uuid: c11832e2-61fe-4855-90d9-f136f2dbd742
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: KfYqMSrFJ5iGtDzvy_rGUeRUJ4KyM7Xt-tWtYx9WjiM
|
||||
id: state_names
|
||||
label: 'State names'
|
||||
category: Geographic
|
||||
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
|
||||
@@ -0,0 +1,89 @@
|
||||
uuid: e22e6eff-9316-4a1b-8eae-1320196dc42f
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: ziWv9xVss1UBnP_R38EqduZOprwOAifpxjXhyOPzmys
|
||||
id: state_province_codes
|
||||
label: 'State/Province codes'
|
||||
category: Geographic
|
||||
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
|
||||
@@ -0,0 +1,89 @@
|
||||
uuid: a4f67d0b-b8fe-4e76-9c16-c136e6642365
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: d4mxS_CxdzHZK4WaGQf1H3m-Uubm5HPbu9U4ydzscuo
|
||||
id: state_province_names
|
||||
label: 'State/Province names'
|
||||
category: Geographic
|
||||
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
|
||||
@@ -0,0 +1,14 @@
|
||||
uuid: df8f35d2-b7b8-4499-812f-ebd260a1a520
|
||||
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: ''
|
||||
@@ -0,0 +1,19 @@
|
||||
uuid: a18b211c-2eb8-473b-a5d9-20b4f17eab82
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: PEUoedWrfYEX7oZ8CcOukfBTVxar1cPSROX8534esuU
|
||||
id: titles
|
||||
label: Titles
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: |
|
||||
Miss: Miss
|
||||
Ms: Ms
|
||||
Mr: Mr
|
||||
Mrs: Mrs
|
||||
Dr: Dr
|
||||
@@ -0,0 +1,14 @@
|
||||
uuid: 232382e5-50a4-4955-8818-bbed366fb9db
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: Mb_L3vE-0IBZH5s2rjpk2LNn0QHClQP9AARQdCmVLt4
|
||||
id: translations
|
||||
label: Translations
|
||||
category: Langue
|
||||
likert: false
|
||||
options: ''
|
||||
@@ -0,0 +1,16 @@
|
||||
uuid: 30598666-fbb5-45a1-9f1c-53bcc45e0895
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: W88NYg31DbaVNQx1Uir_dwwXHVtF09QOq4VBGsH1Snk
|
||||
id: yes_no
|
||||
label: Yes/No
|
||||
category: Général
|
||||
likert: false
|
||||
options: |
|
||||
Yes: Yes
|
||||
No: No
|
||||
Reference in New Issue
Block a user