Problem/Motivation

Can't install a drupal website with the --existing-config flag

Will result in the following error:
" The "text_long" plugin does not exist. Valid plugin IDs for Drupal\Core\Field\FieldTypePluginManager are: uri, float, integer, created, map, timestamp, changed, st
ring, string_long, entity_reference, password, boolean, decimal, language, email, uuid "

Steps to reproduce

set up a drupal project
install the module
export all the config
try drush si --existing-config

Proposed resolution

Since the NotificationMessage.php defines a base field of type text_long
Adding drupal:text as a dependency to the modules .info.yml is necessary

Remaining tasks

User interface changes

API changes

Data model changes

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

vierlex created an issue. See original summary.

vierlex’s picture

Issue summary: View changes

droath’s picture

Status: Active » Fixed

  • droath committed 98296d2 on 8.x-1.x
    Issue #3208539 by vierlex, droath: Installing site with existing...

Status: Fixed » Closed (fixed)

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