Problem/Motivation
When I try to enable https://www.drupal.org/project/section_library module I get "The website encountered an unexpected error. Please try again later."
Running the cache rebuild in terminal gets me this message:
The "list_string" plugin does not exist. Valid plugin IDs for Drupal\Core\Field\FieldTypePluginManager are: datetime, file_uri, file, fontawesome_icon, image, layout_section, link, metatag, path, redirect_source, text_with_summary, text, text_long, video_embed_field, integer, uri, entity_reference, uuid, float, email, timestamp, string, language, created, changed, map, string_long, password, decimal, boolean
Steps to reproduce
- Install a fresh copy of Drupal, using the Minimal Installation Profile
- Enable the module section_library
Proposed resolution
The Drupal Core module "Options" is enabled by default in Standard Installation Profile, not Minimal Installation Profile. Therefore, this should be a dependency of this module.
Patch coming soon
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | dependencies-3213916-2.patch | 232 bytes | bwebster719 |
Comments
Comment #2
bwebster719 commentedPatch file to add drupal/options as a dependency.
Comment #3
bwebster719 commentedComment #5
mahmoud-zayed commentedComment #6
mahmoud-zayed commentedAdded to 1.0.0-beta2 release!