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
Issue fork notification_message-3208539
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:
- 3208539-installing-site-with
changes, plain diff MR !1
Comments
Comment #3
vierlexComment #5
droath commented