faq formulaire

This commit is contained in:
2024-03-06 15:38:03 +01:00
parent 2636bef2b2
commit 652f8ef333
55 changed files with 5195 additions and 2 deletions

113
composer.lock generated
View File

@@ -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",