Problem/Motivation

IN the options form we have

      $output['description'] = [
        '#markup' => '<p>' . $this->t("The following replacement tokens are available for this field. Note that due to rendering order, you cannot use fields that come after this field; if you need a field not listed here, rearrange your fields.") . '</p>',
      ];

But this is not a field and we using arguments as replacement values.

Proposed resolution

Remove the description.

Remaining tasks

User interface changes

Less interface text.

API changes

None

Data model changes

None

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

alexpott created an issue. See original summary.

thejimbirch’s picture

Status: Active » Reviewed & tested by the community

I added a Merge Request from Alex's suggestion. Description is simpler now. Marking as RTBC.

berdir made their first commit to this issue’s fork.

berdir’s picture

Status: Reviewed & tested by the community » Fixed

Merging.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

  • berdir committed 4a4493b6 on 8.x-1.x authored by thejimbirch
    fix: #3213373 Remove unhelpful description
    
    By: alexpott
    By: thejimbirch...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.