Skip to content
Snippets Groups Projects

Issue #3303037: CKEditor5 tests should not rely on Classy

Open Issue #3303037: CKEditor5 tests should not rely on Classy
2 unresolved threads
2 unresolved threads

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
27 27 /**
28 28 * {@inheritdoc}
29 29 */
30 protected $defaultTheme = 'classy';
30 protected $defaultTheme = 'media_library_templates';
  • Dave Long
  • 3 * @file
    4 * Theme override for a missing media error.
    5 *
    6 * Available variables
    7 * - message: The message text.
    8 * - attributes: HTML attributes for the containing element.
    9 *
    10 * When a response from the back end can't be returned, a related error message
    11 * is displayed from JavaScript.
    12 *
    13 * @see Drupal.theme.mediaEmbedPreviewError
    14 *
    15 * @ingroup themeable
    16 */
    17 #}
    18 {{ attach_library('classy/media_embed_error') }}
    Please register or sign in to reply
    Loading