Automatically closed - issue fixed for 2 weeks with no activity.
When using a custom input format like AceEditor as a Paragraph, the book module attempts to add a background style to the "full_html" format which doesn't exist, resulting in the following error:
TypeError: Unsupported operand types: null + array in vardoc_book_editor_js_settings_alter() (line 21 of /app/docroot/profiles/vardoc/modules/vardoc_features/vardoc_book/vardoc_book.module)
I haven't tested other scenarios, but it's a pretty straightforward issue & fix. Simply check if the array exists before trying to merge.
- Install Paragraphs module
- Create custom input using only AceEditor
- Create Paragraph type using the new input
- add paragraph type to a entity
Fixed
4.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.