view core/modules/ckeditor/js/ckeditor.language.admin.es6.js @ 18:af1871eacc83

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:33:08 +0100
parents 129ea1e6d783
children
line wrap: on
line source
(function($, Drupal) {
  /**
   * Provides the summary for the "language" plugin settings vertical tab.
   */
  Drupal.behaviors.ckeditorLanguageSettingsSummary = {
    attach() {
      $('#edit-editor-settings-plugins-language').drupalSetSummary(context =>
        $(
          '#edit-editor-settings-plugins-language-language-list-type option:selected',
        ).text(),
      );
    },
  };
})(jQuery, Drupal);