Problem/Motivation
When you try to save / create a social media service, the following error appears:
Drupal\Core\Config\Schema\SchemaIncompleteException: Entity type 'Drupal\jasm\Entity\JasmServiceEntity' is missing 'config_export' definition in its annotation in Drupal\Core\Config\Entity\ConfigEntityBase->toArray()
Proposed resolution
Added the missing config_export
| Comment | File | Size | Author |
|---|---|---|---|
| jasmserviceentity-missing-config-export.patch | 1.35 KB | ashrafomar |
Comments
Comment #3
uberellis commentedI've applied the patch and tested. All appears to be in order. Thanks @ashrafomar!