Skip to content

Commit

Permalink
Update webform configs in install folder. (#1609)
Browse files Browse the repository at this point in the history
* Update webform configs in install folder.

* Add READMEs
  • Loading branch information
jiisuominen authored Dec 20, 2024
1 parent f0b8051 commit 7b47d5a
Show file tree
Hide file tree
Showing 31 changed files with 16,284 additions and 919 deletions.
4 changes: 3 additions & 1 deletion public/modules/custom/grants_admin_applications/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Admin functionalities for grants handler

Mostly these are for deleting unwanted documents from ATV.
Module provides a way to delete testing documents from ATV and Avus2 by giving copypasteable list to be sent to Avus2 developer so they can delete applications.

One needs to know the user uuid and y-tunnus to be able to delete things. These can be found from ATV document.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ _core:
langcode: fi
settings:
default_status: open
default_categories: { }
default_page: true
default_page_base_path: /form
default_ajax: false
Expand All @@ -14,7 +15,7 @@ settings:
default_delete_button_label: Poista
default_form_submit_once: false
default_form_open_message: 'Tätä lomaketta ei ole vielä avattu lähetyksille.'
default_form_close_message: 'Sorry… This form is closed to new submissions.'
default_form_close_message: 'Tämä hakemuspohja on suljettu.'
default_form_exception_message: 'Unable to display this webform. Please contact the site administrator.'
default_form_confidential_message: 'Tämä lomake on luottamuksellinen. Sinun täytyy <a href="[site:login-url]/logout?destination=[current-page:url:relative]">kirjautua ulos</a> lähettääksesi se.'
default_form_access_denied_message: 'Please login to access this form.'
Expand All @@ -23,19 +24,19 @@ settings:
default_form_disable_inline_errors: false
default_form_required: false
default_form_required_label: 'Indicates required field'
default_form_unsaved: false
default_form_unsaved: true
default_form_disable_back: false
default_form_submit_back: false
default_form_submit_back: true
default_form_details_toggle: true
default_form_file_limit: ''
default_wizard_prev_button_label: 'Previous'
default_wizard_next_button_label: 'Next'
default_wizard_prev_button_label: Previous
default_wizard_next_button_label: Next
default_wizard_start_label: Alkaa
default_wizard_confirmation_label: Valmis
default_wizard_toggle_show_label: 'Näytä kaikki'
default_wizard_toggle_hide_label: 'Piilota kaikki'
default_preview_next_button_label: Preview
default_preview_prev_button_label: 'Previous'
default_preview_prev_button_label: Previous
default_preview_label: Preview
default_preview_title: '[webform:title]: Preview'
default_preview_message: 'Please review your submission. Your submission is not complete until you press the "Submit" button!'
Expand All @@ -46,6 +47,7 @@ settings:
default_draft_pending_multiple_message: 'You have pending drafts for this webform. <a href="#">View your pending drafts</a>.'
default_confirmation_message: 'Lisätty uusi lähetys lomakkeelle [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]'
Expand Down Expand Up @@ -240,15 +242,13 @@ element:
default_empty_option: true
default_empty_option_required: ''
default_empty_option_optional: ''
default_algolia_places_app_id: ''
default_algolia_places_api_key: ''
excluded_elements:
password: password
password_confirm: password_confirm
html_editor:
disabled: false
element_format: ''
mail_format: ''
element_format: webform_default
mail_format: webform_default
tidy: true
make_unused_managed_files_temporary: true
file:
Expand Down
Loading

0 comments on commit 7b47d5a

Please sign in to comment.