Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_sites_all
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WCMS
uw_sites_all
Commits
7742fc10
Commit
7742fc10
authored
1 year ago
by
Chris Shantz
Browse files
Options
Downloads
Plain Diff
Merge branch '1.1.x' into prod/1.1.x
parents
53e91059
81210639
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
config/install/webform.settings.yml
+1
-4
1 addition, 4 deletions
config/install/webform.settings.yml
uw_sites_all.info.yml
+2
-0
2 additions, 0 deletions
uw_sites_all.info.yml
uw_sites_all.install
+22
-0
22 additions, 0 deletions
uw_sites_all.install
with
25 additions
and
4 deletions
config/install/webform.settings.yml
+
1
−
4
View file @
7742fc10
...
...
@@ -213,10 +213,8 @@ mail:
roles
:
{
}
export
:
temp_directory
:
'
'
exporter
:
delimited
delimiter
:
'
,'
exporter
:
xlsx
multiple_delimiter
:
;
excel
:
false
archive_type
:
tar
header_format
:
label
header_prefix
:
true
...
...
@@ -230,7 +228,6 @@ export:
options_multiple_format
:
compact
options_item_format
:
label
likert_answers_format
:
label
signature_format
:
status
composite_element_item_format
:
label
excluded_exporters
:
{
}
handler
:
...
...
This diff is collapsed.
Click to expand it.
uw_sites_all.info.yml
+
2
−
0
View file @
7742fc10
...
...
@@ -191,6 +191,8 @@ dependencies:
-
'
webform:webform_clientside_validation'
-
'
webform:webform_options_limit'
-
'
webform:webform_ui'
-
'
webform_mailchimp:webform_mailchimp'
-
'
webform_xlsx_export:webform_xlsx_export'
-
'
workbench_access:workbench_access'
libraries
:
-
uw_sites_all/uw-sites-all-adminimal
This diff is collapsed.
Click to expand it.
uw_sites_all.install
+
22
−
0
View file @
7742fc10
...
...
@@ -1751,3 +1751,25 @@ function uw_sites_all_update_9147(&$sandbox) {
\Drupal
::
service
(
'module_installer'
)
->
install
(
$modules
);
}
/**
* Install webform_xlsx_export.
*/
function
uw_sites_all_update_9148
(
&
$sandbox
)
{
$modules
=
[
'webform_xlsx_export'
,
];
\Drupal
::
service
(
'module_installer'
)
->
install
(
$modules
);
}
/**
* Install webform_mailchimp.
*/
function
uw_sites_all_update_9149
(
&
$sandbox
)
{
$modules
=
[
'webform_mailchimp'
,
];
\Drupal
::
service
(
'module_installer'
)
->
install
(
$modules
);
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment