Problem/Motivation
Enabling the module on Drupal 9.0.5 causes an error to be emitted, complaining about a missing config_export property in a config entity annotation.
The entities are BUEditorButton and BUEditorEditor, which need this property since Drupal 8.6.0 made it recommended in https://www.drupal.org/node/2949023
Steps to reproduce
* Clean D9 install
* drush en -y bueditor
Proposed resolution
Add the annotation to the two entities.
Remaining tasks
Do it.
User interface changes
None.
API changes
None.
Data model changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3169151-config_export.patch | 2 KB | fgm |
Comments
Comment #2
fgmSuggested patch, fixing the issue for me on core 9.0.5.
Comment #3
fgmoops bad status
Comment #5
ufku commentedAdded the missing fields for BUEditorButton and committed. Thanks