Problem/Motivation

the following error pops up durring drush cim
The "textfield" plugin does not exist. Valid plugin IDs for Drupal\Core\Field\WidgetPluginManager are: ... string_textarea, ...

Proposed resolution

replace "textfield" with "string_textfield"

Remaining tasks

review the patch

CommentFileSizeAuthor
#2 invalid_plugin_id-3187423-2.patch549 bytesreszli

Comments

reszli created an issue. See original summary.

reszli’s picture

Issue summary: View changes
Status: Active » Needs review
StatusFileSize
new549 bytes

attached patch

sandboxpl’s picture

Status: Needs review » Reviewed & tested by the community

I've been able to reproduce the issue, proposed patch solves the problem

  • Grayle committed b0127b4 on 2.x
    Issue #3187423 by reszli, sandboxpl: Invalid widget plugin ID in base...
grayle’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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