public function CatalogBlock::defaultConfiguration in Ubercart 8.4
Overrides BlockPluginTrait::defaultConfiguration
File
- uc_catalog/
src/ Plugin/ Block/ CatalogBlock.php, line 76
Class
- CatalogBlock
- Provides the product catalog block.
Namespace
Drupal\uc_catalog\Plugin\BlockCode
public function defaultConfiguration() {
return [
'link_title' => FALSE,
'expanded' => FALSE,
'product_count' => TRUE,
'label_display' => BlockPluginInterface::BLOCK_LABEL_VISIBLE,
];
}