Custom blocks on Page resource

Re: Custom blocks on Page resource

by Priya Shanu -
Number of replies: 0

You can try this:

function applicable_formats() {

    return array('all' => true);

}


set 'all' => true instead of 'all' => false,in the above function used in

blocks/blockname/block_blockname.php