How to insert a block inside another block in a Drupal 8 way?!
Is there any Module or Code snippet to do this?!
a) there used to be Insert Block module for drupal 7, they had an early alpha in some 2015, with many later complaints, and no development from those times;
b) there is a Block Field module; I've never tried out the Block fielding feature, may be that could do....
c) I lnow how to insert a View inside a Node text field by Code.... may be that would do for a custom block too....
----------------------------------------------