Hello
At first this is an awesome module but I have a request.
Is it possible to exclude special blocks?

best regards

Comments

beanluc’s picture

Each block has collapsiblock settings. If you set the collapsiblock setting on a specific block, this setting will override the global collapsiblock setting.

gagarine’s picture

Status: Active » Fixed
gagarine’s picture

Category: task » support
Status: Fixed » Closed (works as designed)
mrugesh_drupal’s picture

Yes it is possible to apply collapsible block on special blocks.

As open the collapsiblock.module file where you can see the
function collapsiblock_default_settings()
In that array you will see code like
'collapsiblock_block' => '[put your div class name on which block you want to apply collapsible block]',

So, Example code will be look like this :

'collapsiblock_block' => 'div.block-homepagebox',

Thank you,
Mrugesh Panchal

gagarine’s picture

Component: Miscellaneous » Documentation

Perhaps I don't get it... But how say in #1 they are a admin settings for that.