Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
WCMS
uw_sites_all
Commits
3af59186
Commit
3af59186
authored
Sep 24, 2021
by
Chris Shantz
Browse files
Merge branch '1.0.x' into prod/1.0.x
parents
8f27c30e
8992e0fa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
1 deletion
+23
-1
config/install/webform.settings.yml
config/install/webform.settings.yml
+3
-1
uw_sites_all.info.yml
uw_sites_all.info.yml
+1
-0
uw_sites_all.install
uw_sites_all.install
+19
-0
No files found.
config/install/webform.settings.yml
View file @
3af59186
settings
:
default_status
:
open
default_page_base_path
:
form
default_page_base_path
:
/
form
default_ajax
:
false
default_ajax_effect
:
fade
default_ajax_speed
:
500
...
...
@@ -17,6 +17,7 @@ settings:
default_form_disable_back
:
false
default_form_submit_back
:
false
default_form_unsaved
:
false
default_form_disable_remote_addr
:
false
default_form_novalidate
:
false
default_form_disable_inline_errors
:
false
default_form_required
:
false
...
...
@@ -232,6 +233,7 @@ libraries:
-
jquery.timepicker
-
progress-tracker
-
signature_pad
-
tippyjs/5.x
requirements
:
cdn
:
true
bootstrap
:
true
...
...
uw_sites_all.info.yml
View file @
3af59186
...
...
@@ -16,6 +16,7 @@ dependencies:
-
'
drupal:ckeditor'
-
'
drupal:comment'
-
'
drupal:components'
-
'
drupal:composer_deploy'
-
'
drupal:config'
-
'
drupal:contact'
-
'
drupal:content_moderation'
...
...
uw_sites_all.install
View file @
3af59186
...
...
@@ -289,3 +289,22 @@ function uw_sites_all_update_8108(&$sandbox) {
}
}
/**
* Install composer_deploy.
*/
function
uw_sites_all_update_8109
()
{
// Modules to install.
$modules
=
[
'composer_deploy'
,
];
\
Drupal
::
service
(
'module_installer'
)
->
install
(
$modules
);
}
/**
* Re-run webform_update_8131().
*/
function
uw_sites_all_update_8110
()
{
module_load_include
(
'install'
,
'webform'
);
webform_update_8131
();
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment