- Issue created by @joseph.olstad
- 🇫🇷France lazzyvn paris
The next step of the module will be
- after selecting a block there will be a balloon panel displaying a form allowing the user to enter the class and libray. when submitting that form the generated html string will be
<div class="insert-block custom-class" data-block-id="block_id" data-libraries="module1/library1,module2/library2">content block</div>
then will start making a filter to find and replace (exactly module embed block) this html template with the actual block renders.
- maybe check block access for dropdown block list