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
d141ee98
Commit
d141ee98
authored
Jun 21, 2021
by
Kevin Paxman
Browse files
ISTWCMS-4751: enable UW CKEditor Plugins module
parent
ce7c33b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
uw_sites_all.info.yml
uw_sites_all.info.yml
+1
-0
uw_sites_all.install
uw_sites_all.install
+7
-0
No files found.
uw_sites_all.info.yml
View file @
d141ee98
...
...
@@ -161,6 +161,7 @@ dependencies:
-
drupal:webform_ui
-
drupal:workbench_access
-
drupal:workflows
-
uw_ckeditor_plugins:uw_ckeditor_plugins
-
uw_ws_ofis:uw_ws_ofis
libraries
:
-
uw_sites_all/uw-sites-all-adminimal
uw_sites_all.install
View file @
d141ee98
...
...
@@ -64,3 +64,10 @@ function uw_sites_all_uninstall() {
function
uw_sites_all_update_8101
(
&
$sandbox
)
{
\
Drupal
::
service
(
'module_installer'
)
->
install
([
'uw_ws_ofis'
]);
}
/**
* Enables UW CKEditor Plugins module.
*/
function
uw_sites_all_update_8102
(
&
$sandbox
)
{
\
Drupal
::
service
(
'module_installer'
)
->
install
([
'uw_ckeditor_plugins'
]);
}
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