Problem/Motivation
- Installed D8 from GIT
- Created "Article" content type.
- Enabled Field UI, Options
- Added a field "List(text)" widget: "Select List"
- Added a few keys and labels to the select list. All other options as default.
- Create new node and save
Status message
Article asd has been created.
Error message
Drupal\Component\Plugin\Exception\PluginException: The plugin (list_default) did not specify an instance class. in Drupal\Component\Plugin\Factory\DefaultFactory::getPluginClass() (line 62 of /Users/ivan/Sites/drupal8/core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php).
API changes
Shouldn't be needed
Related Issues
Maybe #1787238: Convert options module formatters to Plugin system