In this file:
https://git.drupalcode.org/project/distributions_recipes/-/blob/1.0.x/do...

Need to be updated to this format:

Singular:

    core.entity_form_display.node.article.default:
      setComponent:
        name: field_tags
        options:
          type: entity_reference_autocomplete_tags
          weight: 3
          region: content
          third_party_settings: {  }

Plural:

    # Add fields to the user form.
    core.entity_form_display.user.user.default:
      setComponents:
        -
          name: field_last_password_reset
          options:
            type: datetime_default
            weight: 5
            region: content
            settings: {  }
            third_party_settings: {  }
        -
          name: field_password_expiration
          options:
            type: boolean_checkbox
            weight: 12
            region: content
            settings:
              display_label: true
            third_party_settings: {  }
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

thejimbirch created an issue. See original summary.

ltrain’s picture

I have tested this and confirm it works both for setComponent() and setComponents(), the settings and third party settings are applied properly.

thejimbirch’s picture

Status: Active » Fixed

Thanks @ltrain. Merged!

Status: Fixed » Closed (fixed)

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