Commit ce32a32a authored by Sergey Shadrin's avatar Sergey Shadrin

[#124455] Update to enable path to ckeditor5_plugin_pack

parent 10ab0e04
dll_location: /libraries/ckeditor_plugins/PLUGIN_NAME/VERSION_TOKEN/dll
...@@ -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',
......
...@@ -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(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment