*/
public $collapsible = self::NOT_HIDEABLE;
+ /**
+ * Set this to true if the block is dockable.
+ * @var bool
+ */
+ public $dockable = false;
+
/**
* @var array A (possibly empty) array of editing controls. Each element of
* this array should be an array('url' => $url, 'icon' => $icon, 'caption' => $caption).