depose ressource form and link
This commit is contained in:
@@ -6,7 +6,10 @@ dependencies:
|
|||||||
- page_manager.page.ressources
|
- page_manager.page.ressources
|
||||||
- views.view.base_de_donnees
|
- views.view.base_de_donnees
|
||||||
- views.view.collections
|
- views.view.collections
|
||||||
|
content:
|
||||||
|
- 'block_content:link:82917d0c-5004-4bfb-af66-ce334782d82d'
|
||||||
module:
|
module:
|
||||||
|
- block_content
|
||||||
- config_pages
|
- config_pages
|
||||||
- panels
|
- panels
|
||||||
- views
|
- views
|
||||||
@@ -48,6 +51,18 @@ variant_settings:
|
|||||||
weight: 0
|
weight: 0
|
||||||
uuid: bddad8ae-4bd3-43fa-9fcd-1b51c44dd1a9
|
uuid: bddad8ae-4bd3-43fa-9fcd-1b51c44dd1a9
|
||||||
context_mapping: { }
|
context_mapping: { }
|
||||||
|
f812b08b-afca-4652-a883-d4fc4eea791a:
|
||||||
|
id: 'block_content:82917d0c-5004-4bfb-af66-ce334782d82d'
|
||||||
|
label: 'Ressource form'
|
||||||
|
provider: block_content
|
||||||
|
label_display: '0'
|
||||||
|
status: true
|
||||||
|
info: ''
|
||||||
|
view_mode: full
|
||||||
|
region: content
|
||||||
|
weight: 0
|
||||||
|
uuid: f812b08b-afca-4652-a883-d4fc4eea791a
|
||||||
|
context_mapping: { }
|
||||||
id: panels_variant
|
id: panels_variant
|
||||||
uuid: 3e681071-36ef-4e59-a40b-fff553c6a489
|
uuid: 3e681071-36ef-4e59-a40b-fff553c6a489
|
||||||
label: null
|
label: null
|
||||||
|
|||||||
@@ -292,6 +292,20 @@ menus:
|
|||||||
langcode: fr
|
langcode: fr
|
||||||
uuid: 4d296aca-5316-4106-828a-01624ca7853e
|
uuid: 4d296aca-5316-4106-828a-01624ca7853e
|
||||||
blocks:
|
blocks:
|
||||||
|
-
|
||||||
|
info: 'Ressource form'
|
||||||
|
langcode: fr
|
||||||
|
uuid: 82917d0c-5004-4bfb-af66-ce334782d82d
|
||||||
|
bundle: link
|
||||||
|
revision_id: null
|
||||||
|
rev_id_current: null
|
||||||
|
fields:
|
||||||
|
field_description: { }
|
||||||
|
field_lien:
|
||||||
|
-
|
||||||
|
uri: 'internal:/form/deposer-une-contribution'
|
||||||
|
title: 'Proposer une ressource'
|
||||||
|
options: { }
|
||||||
-
|
-
|
||||||
info: 'Offres de services block link'
|
info: 'Offres de services block link'
|
||||||
langcode: fr
|
langcode: fr
|
||||||
|
|||||||
@@ -0,0 +1,297 @@
|
|||||||
|
uuid: cf444f59-1023-4d84-a08e-7702454e7ca9
|
||||||
|
langcode: fr
|
||||||
|
status: open
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- honeypot
|
||||||
|
third_party_settings:
|
||||||
|
honeypot:
|
||||||
|
honeypot: true
|
||||||
|
open: null
|
||||||
|
close: null
|
||||||
|
weight: 0
|
||||||
|
uid: 1
|
||||||
|
template: false
|
||||||
|
archive: false
|
||||||
|
id: deposer_une_contribution
|
||||||
|
title: 'Déposer une contribution'
|
||||||
|
description: ''
|
||||||
|
category: ''
|
||||||
|
elements: |-
|
||||||
|
processed_text:
|
||||||
|
'#type': processed_text
|
||||||
|
'#text': |
|
||||||
|
<p>Pour déposer une contribution, veuillez remplir le formulaire ci-contre.</p>
|
||||||
|
|
||||||
|
<p>Les champs marqués (*) sont<br />
|
||||||
|
obligatoires.</p>
|
||||||
|
|
||||||
|
<p>Votre contribution devra être revue par un administrateur avant publication.</p>
|
||||||
|
'#format': wysiwyg
|
||||||
|
titre_du_document:
|
||||||
|
'#type': textfield
|
||||||
|
'#title': 'Titre du document'
|
||||||
|
'#required': true
|
||||||
|
auteur_s_:
|
||||||
|
'#type': textfield
|
||||||
|
'#title': Auteur(s)
|
||||||
|
'#required': true
|
||||||
|
date_de_parution:
|
||||||
|
'#type': date
|
||||||
|
'#title': 'Date de parution'
|
||||||
|
'#required': true
|
||||||
|
'#date_date_format': ''
|
||||||
|
nombre_de_pages:
|
||||||
|
'#type': number
|
||||||
|
'#title': 'Nombre de pages'
|
||||||
|
'#min': 0
|
||||||
|
nom_de_la_revue_et_de_l_editeur:
|
||||||
|
'#type': textfield
|
||||||
|
'#title': 'Nom de la revue et de l''éditeur'
|
||||||
|
'#required': true
|
||||||
|
type_de_document_revue_article_etc_:
|
||||||
|
'#type': textfield
|
||||||
|
'#title': 'Type de document (revue, article, etc.)'
|
||||||
|
'#required': true
|
||||||
|
resume_de_la_ressource:
|
||||||
|
'#type': textarea
|
||||||
|
'#title': 'Résumé de la ressource'
|
||||||
|
'#required': true
|
||||||
|
3_ou_4_mots_ou_expression_cles_pour_identifier_le_sujet:
|
||||||
|
'#type': textfield
|
||||||
|
'#title': '3 ou 4 mots ou expression clés pour identifier le sujet'
|
||||||
|
url_vers_une_video_ou_un_site_internet:
|
||||||
|
'#type': url
|
||||||
|
'#title': 'Url vers une vidéo ou un site internet'
|
||||||
|
courriel:
|
||||||
|
'#type': email
|
||||||
|
'#title': Courriel
|
||||||
|
'#required': true
|
||||||
|
telephone:
|
||||||
|
'#type': tel
|
||||||
|
'#title': Téléphone
|
||||||
|
'#required': true
|
||||||
|
actions:
|
||||||
|
'#type': webform_actions
|
||||||
|
'#title': 'Submit button(s)'
|
||||||
|
'#submit__label': Envoyer
|
||||||
|
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: both
|
||||||
|
form_submit_once: false
|
||||||
|
form_exception_message: ''
|
||||||
|
form_open_message: ''
|
||||||
|
form_close_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_reset: false
|
||||||
|
form_disable_autocomplete: false
|
||||||
|
form_novalidate: false
|
||||||
|
form_disable_inline_errors: false
|
||||||
|
form_required: false
|
||||||
|
form_unsaved: false
|
||||||
|
form_disable_back: false
|
||||||
|
form_submit_back: false
|
||||||
|
form_autofocus: false
|
||||||
|
form_details_toggle: false
|
||||||
|
form_access_denied: default
|
||||||
|
form_access_denied_title: ''
|
||||||
|
form_access_denied_message: ''
|
||||||
|
form_access_denied_attributes: { }
|
||||||
|
form_file_limit: ''
|
||||||
|
form_method: ''
|
||||||
|
form_action: ''
|
||||||
|
form_attributes: { }
|
||||||
|
share: false
|
||||||
|
share_node: false
|
||||||
|
share_theme_name: ''
|
||||||
|
share_title: true
|
||||||
|
share_page_body_attributes: { }
|
||||||
|
submission_label: ''
|
||||||
|
submission_log: 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: { }
|
||||||
|
submission_exception_message: ''
|
||||||
|
submission_locked_message: ''
|
||||||
|
submission_excluded_elements: { }
|
||||||
|
submission_exclude_empty: false
|
||||||
|
submission_exclude_empty_checkbox: false
|
||||||
|
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_auto_forward: true
|
||||||
|
wizard_auto_forward_hide_next_button: false
|
||||||
|
wizard_keyboard: true
|
||||||
|
wizard_start_label: ''
|
||||||
|
wizard_preview_link: false
|
||||||
|
wizard_confirmation: true
|
||||||
|
wizard_confirmation_label: ''
|
||||||
|
wizard_track: ''
|
||||||
|
wizard_prev_button_label: ''
|
||||||
|
wizard_next_button_label: ''
|
||||||
|
wizard_toggle: false
|
||||||
|
wizard_toggle_show_label: ''
|
||||||
|
wizard_toggle_hide_label: ''
|
||||||
|
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_title: ''
|
||||||
|
confirmation_message: ''
|
||||||
|
confirmation_url: ''
|
||||||
|
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:
|
||||||
|
courriel:
|
||||||
|
id: email
|
||||||
|
label: Courriel
|
||||||
|
notes: ''
|
||||||
|
handler_id: courriel
|
||||||
|
status: true
|
||||||
|
conditions: { }
|
||||||
|
weight: 0
|
||||||
|
settings:
|
||||||
|
states:
|
||||||
|
- completed
|
||||||
|
to_mail: julie.andre@popsu.archi.fr
|
||||||
|
to_options: { }
|
||||||
|
cc_mail: ''
|
||||||
|
cc_options: { }
|
||||||
|
bcc_mail: ''
|
||||||
|
bcc_options: { }
|
||||||
|
from_mail: _default
|
||||||
|
from_options: { }
|
||||||
|
from_name: _default
|
||||||
|
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
|
||||||
|
debug: false
|
||||||
|
reply_to: ''
|
||||||
|
return_path: ''
|
||||||
|
sender_mail: ''
|
||||||
|
sender_name: ''
|
||||||
|
theme_name: ''
|
||||||
|
parameters: { }
|
||||||
|
variants: { }
|
||||||
@@ -61,6 +61,10 @@ elements: |-
|
|||||||
'#type': tel
|
'#type': tel
|
||||||
'#title': Téléphone
|
'#title': Téléphone
|
||||||
'#required': true
|
'#required': true
|
||||||
|
actions:
|
||||||
|
'#type': webform_actions
|
||||||
|
'#title': 'Submit button(s)'
|
||||||
|
'#submit__label': Envoyer
|
||||||
css: ''
|
css: ''
|
||||||
javascript: ''
|
javascript: ''
|
||||||
settings:
|
settings:
|
||||||
|
|||||||
Reference in New Issue
Block a user