Skip to content
Snippets Groups Projects

Provide clarifying UI message/warning for new/disabled default CE displays.

1 unresolved thread

Closes #3484760

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
526 579 if ($non_default_view_displays_without_own_ce_not_using_lb) {
527 580 $args = ['%modes' => $this->getViewModeLabelsFromDisplays($non_default_view_displays_without_own_ce_not_using_lb)];
528 581 $extra_message = $non_default_ce_display_ids
529 ? $this->t("This is done for all view modes that don't have their own custom element display, <em>except</em> %modes (which always use the below settings).", $args)
530 : $this->t('This is done for all view modes <em>except</em> %modes (which always use the below settings).', $args);
582 ? $this->t("Layout Builder is used by all view modes that don't have their own custom element display, <em>except</em> %modes (which always use the below settings).", $args)
583 : $this->t('Layout Builder is used by all view modes <em>except</em> %modes (which always use the below settings).', $args);
  • Roderik Muit added 1 commit

    added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading