Skip to content
Snippets Groups Projects
Commit 041025dd authored by catch's avatar catch
Browse files

Issue #3094047 by dww: @see links in ckeditor module point to deprecated version of docs

(cherry picked from commit ea29d982)
parent 56719db9
No related branches found
No related tags found
9 merge requests!1445Issue #2920039: Views' User Name exposed group filter validation,!1298Issue #3240993: Let layout builder render inline block translations,!774Issue #3174569: Example node template file name is incorrect,!497Issue #2463967: Use .user.ini file for PHP settings,!433Resolve #3163663 "Too many open files",!233Resolve #2693787 "Taxonomy term name",!133Resolve #2666286 "Clean up menuui",!112Resolve #3187004 "Drupaldatetime serialization issue",!53Resolve #3181870: Correct typo "the the" in "core/classList" deprecation message.
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
const element = classes.shift(); const element = classes.shift();
// Build the data structure CKEditor's stylescombo plugin expects. // Build the data structure CKEditor's stylescombo plugin expects.
// @see http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Styles // @see https://ckeditor.com/docs/ckeditor4/latest/guide/dev_howtos_styles.html
stylesSet.push({ stylesSet.push({
attributes: { class: classes.join(' ') }, attributes: { class: classes.join(' ') },
element, element,
......
...@@ -68,8 +68,8 @@ public function getLibraries(Editor $editor); ...@@ -68,8 +68,8 @@ public function getLibraries(Editor $editor);
/** /**
* Returns the Drupal root-relative file path to the plugin JavaScript file. * Returns the Drupal root-relative file path to the plugin JavaScript file.
* *
* Note: this does not use a Drupal library because this uses CKEditor's API, * Note: this does not use a Drupal library because this uses CKEditor's API.
* see http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.resourceManager.html#addExternal. * @see https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_resourceManager.html#method-addExternal
* *
* @return string|false * @return string|false
* The Drupal root-relative path to the file, FALSE if an internal plugin. * The Drupal root-relative path to the file, FALSE if an internal plugin.
......
...@@ -150,7 +150,7 @@ protected function generateStylesSetSetting($styles) { ...@@ -150,7 +150,7 @@ protected function generateStylesSetSetting($styles) {
$element = array_shift($classes); $element = array_shift($classes);
// Build the data structure CKEditor's stylescombo plugin expects. // Build the data structure CKEditor's stylescombo plugin expects.
// @see http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Styles // @see https://ckeditor.com/docs/ckeditor4/latest/guide/dev_howtos_styles.html
$configured_style = [ $configured_style = [
'name' => trim($label), 'name' => trim($label),
'element' => trim($element), 'element' => trim($element),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment