- First commit to issue fork.
- @wotnak opened merge request.
- 🇵🇱Poland wotnak
The incompatibility is not only with paragraphs_selection but with any entity reference selection handler that doesn't store available paragraphs types under target_bundles key same as the default paragraph reference selection handler.
Approach from MR !111 worked well for me with custom selection handler that uses categories of paragraph types instead of paragraphs types directly.
Created MR !211 against 3.0.x branch with changes from MR !111 + dependency injection instead of \Drupal::service() and updated phpdocs.