Unverified Commit f8c5c101 authored by Alex Pott's avatar Alex Pott
Browse files

task: #3582169 Cleanup cspell ignores in Admin

By: quietone
By: amateescu
(cherry picked from commit 51366e68)
parent 8cc6f0cc
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -12,8 +12,6 @@
 * @see autocomplete.js
 */

/* cspell:ignore is-autocompleting */

/**
 * Since the autocomplete library is attached conditionally and not globally, we
 * can be 99% sure that the default icon will be used. With inline SVGs we can
+0 −2
Original line number Diff line number Diff line
@@ -5,8 +5,6 @@
 * @see autocomplete.js
 */

/* cspell:ignore is-autocompleting */

/**
 * Since the autocomplete library is attached conditionally and not globally, we
 * can be 99% sure that the default icon will be used. With inline SVGs we can
+2 −2
Original line number Diff line number Diff line
name: Default Admin
type: theme
base theme: false
description: Default Admin theme with a strong focus on improving the editorial experience. Learn more about <a href="https://www.drupal.org/docs/contributed-themes/gin-admin-theme/specific-settings-within-gin" target="_blank">the available settings</a> and <a href="https://www.drupal.org/docs/contributed-themes/gin-admin-theme/custom-theming" target="_blank">how to customize the theme</a>.
alt text: Screenshot of Default Admin, Drupal administration theme.
description: A clean, accessible and powerful Drupal administration theme with a strong focus on improving the editorial experience.
alt text: Screenshot of Default Admin, the Drupal administration theme.
package: Core
version: VERSION
lifecycle: experimental
+0 −2
Original line number Diff line number Diff line
@@ -3,8 +3,6 @@
 * Claro's enhancement for autocomplete form element.
 */

// cspell:ignore is-autocompleting

(($, Drupal, once) => {
  Drupal.behaviors.claroAutoCompete = {
    attach(context) {