Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dar-otechestvu
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Open-source
dar-otechestvu
Commits
ce32a32a
Commit
ce32a32a
authored
Jul 16, 2024
by
Sergey Shadrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[#124455] Update to enable path to ckeditor5_plugin_pack
parent
10ab0e04
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
ckeditor5_plugin_pack.settings.yml
...les/dar/config/install/ckeditor5_plugin_pack.settings.yml
+1
-0
dar.install
profiles/dar/dar.install
+3
-1
installed.php
vendor/composer/installed.php
+2
-2
No files found.
profiles/dar/config/install/ckeditor5_plugin_pack.settings.yml
0 → 100644
View file @
ce32a32a
dll_location
:
/libraries/ckeditor_plugins/PLUGIN_NAME/VERSION_TOKEN/dll
profiles/dar/dar.install
View file @
ce32a32a
...
@@ -75,8 +75,10 @@ function dar_update_10001(&$sandbox) {
...
@@ -75,8 +75,10 @@ function dar_update_10001(&$sandbox) {
$source
=
new
FileStorage
(
$config_path
);
$source
=
new
FileStorage
(
$config_path
);
$config_storage
=
\Drupal
::
service
(
'config.storage'
);
$config_storage
=
\Drupal
::
service
(
'config.storage'
);
$configs_to_update
=
[
$configs_to_update
=
[
'editor.editor.full_html'
,
'bootstrap.settings'
,
'ckeditor5_plugin_pack.settings'
,
'editor.editor.basic_html'
,
'editor.editor.basic_html'
,
'editor.editor.full_html'
,
'editor.editor.webform_default'
,
'editor.editor.webform_default'
,
'filter.format.basic_html'
,
'filter.format.basic_html'
,
'filter.format.full_html'
,
'filter.format.full_html'
,
...
...
vendor/composer/installed.php
View file @
ce32a32a
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
'name'
=>
'drupal/recommended-project'
,
'name'
=>
'drupal/recommended-project'
,
'pretty_version'
=>
'10.3.x-dev'
,
'pretty_version'
=>
'10.3.x-dev'
,
'version'
=>
'10.3.9999999.9999999-dev'
,
'version'
=>
'10.3.9999999.9999999-dev'
,
'reference'
=>
'
bb94b730bb2347b43212ac68d88cc63e85d95c48
'
,
'reference'
=>
'
10ab0e0488f5c766f776e71011b30dd1390e1059
'
,
'type'
=>
'project'
,
'type'
=>
'project'
,
'install_path'
=>
__DIR__
.
'/../../'
,
'install_path'
=>
__DIR__
.
'/../../'
,
'aliases'
=>
array
(),
'aliases'
=>
array
(),
...
@@ -1072,7 +1072,7 @@
...
@@ -1072,7 +1072,7 @@
'drupal/recommended-project'
=>
array
(
'drupal/recommended-project'
=>
array
(
'pretty_version'
=>
'10.3.x-dev'
,
'pretty_version'
=>
'10.3.x-dev'
,
'version'
=>
'10.3.9999999.9999999-dev'
,
'version'
=>
'10.3.9999999.9999999-dev'
,
'reference'
=>
'
bb94b730bb2347b43212ac68d88cc63e85d95c48
'
,
'reference'
=>
'
10ab0e0488f5c766f776e71011b30dd1390e1059
'
,
'type'
=>
'project'
,
'type'
=>
'project'
,
'install_path'
=>
__DIR__
.
'/../../'
,
'install_path'
=>
__DIR__
.
'/../../'
,
'aliases'
=>
array
(),
'aliases'
=>
array
(),
...
...
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