Provide clarifying UI message/warning for new/disabled default CE displays.
1 unresolved thread
Closes #3484760
Merge request reports
Activity
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);
Please register or sign in to reply