When we set title to display in Linked & Wrapped formatter, summary of settings for that filed aren't visible after updating those.
Attached patch will display selected options as summary.

Comments

mohit_aghera created an issue. See original summary.

mohit_aghera’s picture

Status: Needs work » Needs review
StatusFileSize
new791 bytes
anfor’s picture

Just rerun the patch to fixed the test case.

adamps’s picture

Title: Summary is not visible for field formatter settings » Show summary for field formatter settings
Category: Bug report » Feature request
Status: Needs review » Needs work

Nice patch.

1) Instead of "Display Tag" how about "Wrapper tag"? It seems a better match for the #description, and don't think we need capital letter for Tag.

2) Currently it shows "linked to content" as an integer 1 or 0. Maybe better like this?

    if ($settings['linked']) {
      $summary[] = $this->t('Linked to content');
    }