Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7
-
Component/s: None
-
Labels:
-
Documentation Required?:Developer Doc
-
Funding Source:Contributed Code
Description
As described - just an extra region.
Sample code to swap out the contents of this block looks like this
```
CRM_Core_Region::instance('pledge-block')->update('default', array(
'disabled' => TRUE,
));
CRM_Core_Region::instance('pledge-block')->add(array(
'template' => 'pledgeOnlyBlock.tpl',
));
``