Skip to content
Snippets Groups Projects
Commit 0f29d67b authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2117687 by geerlingguy, Wim Leers: CKEditor Plugin settings vertical...

Issue #2117687 by geerlingguy, Wim Leers: CKEditor Plugin settings vertical tab not showing when isEnabled() is set to TRUE.
parent 22083c0d
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -1422,7 +1422,7 @@ Drupal.behaviors.ckeditorAdminButtonPluginSettings = { ...@@ -1422,7 +1422,7 @@ Drupal.behaviors.ckeditorAdminButtonPluginSettings = {
var $ckeditorPluginSettings = $context.find('#ckeditor-plugin-settings').once('ckeditor-plugin-settings'); var $ckeditorPluginSettings = $context.find('#ckeditor-plugin-settings').once('ckeditor-plugin-settings');
if ($ckeditorPluginSettings.length) { if ($ckeditorPluginSettings.length) {
// Hide all button-dependent plugin settings initially. // Hide all button-dependent plugin settings initially.
$ckeditorPluginSettings.find('[data-ckeditor-plugin-id]').each(function () { $ckeditorPluginSettings.find('[data-ckeditor-buttons]').each(function () {
var $this = $(this); var $this = $(this);
if ($this.data('verticalTab')) { if ($this.data('verticalTab')) {
$this.data('verticalTab').tabHide(); $this.data('verticalTab').tabHide();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment