Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
16.57 KB
MD5: cda52a93c38c4b01438e235c5eb408fd
SHA-1: 0179f1515d2555537f6be37693ece69f68110643
SHA-256: 88763db9d82ed5973e0b1f74b815c05ad631047f65c8e0b8ea0d938e1cc438e0
Download zip
18.74 KB
MD5: b54ff47ca941849e359aa3380eca47bd
SHA-1: 2e960c4c4eb2555ee490c2621bb4fbfd795ec197
SHA-256: 1147566e3d9e6069418371fe22a5c3aa19870f7ba2cb640298b0e8c26717f1e7
Release notes
New features:
- Issue #2184105 : Wrapped the injected region in a div with classes to be targetable by css. Created also an alter hook so you can easily add your own classes there. More info on how to use it in the README.txt file
- Issue #2184071 : You can now set up a default condition and action when creating the inject region. For ex you can set it so that if the node has more then 10 paragraphs, there should be an offset of 5 paragraphs.
Bug fixes:
- Issue #2247701 : Ensured that the token filter does not interfere with the block inject. Changed the way the body field gets retrieved from the node to a more sustainable approach.
Other minor changes:
- Cleaned up the Block Inject section of the node edit form and added it to the bottom in its separate tab.
Updating issues
If you have any problems with updating the module (error being thrown from a column not being found), make sure you update the module using Drush:
drush up block_inject
Otherwise, wait for the next release which should come shortly with a fix.