.dev/install/installer_data/db_tables/sys_blocks.data.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
  1 => [
    'id' => '1',
    'name' => 'center_area',
    'desc' => '',
    'stpl_name' => '',
    'method_name' => 'main.tasks',
    'type' => 'user',
    'active' => '1',
  ],
  2 => [
    'id' => '2',
    'name' => 'left_area',
    'desc' => '',
    'stpl_name' => '',
    'method_name' => '',
    'type' => 'user',
    'active' => '1',
  ],
  3 => [
    'id' => '3',
    'name' => 'right_area',
    'desc' => '',
    'stpl_name' => '',
    'method_name' => '',
    'type' => 'user',
    'active' => '1',
  ],
  4 => [
    'id' => '4',
    'name' => 'center_area',
    'desc' => '',
    'stpl_name' => '',
    'method_name' => 'main.tasks',
    'type' => 'admin',
    'active' => '1',
  ],
  6 => [
    'id' => '6',
    'name' => 'left_area',
    'desc' => '',
    'stpl_name' => '',
    'method_name' => '',
    'type' => 'admin',
    'active' => '1',
  ],
  7 => [
    'id' => '7',
    'name' => 'basket_micro',
    'desc' => '',
    'stpl_name' => '',
    'method_name' => 'shop._basket_micro',
    'type' => 'user',
    'active' => '1',
  ],
  8 => [
    'id' => '8',
    'name' => 'head_nav',
    'desc' => '',
    'stpl_name' => '',
    'method_name' => 'shop._block_nav_head',
    'type' => 'user',
    'active' => '1',
  ],
  9 => [
    'id' => '9',
    'name' => 'products_latest',
    'desc' => '',
    'stpl_name' => '',
    'method_name' => 'shop._block_products_latest',
    'type' => 'user',
    'active' => '1',
  ],
  10 => [
    'id' => '10',
    'name' => 'products_latest_sold',
    'desc' => '',
    'stpl_name' => '',
    'method_name' => 'shop._block_products_latest_sold',
    'type' => 'user',
    'active' => '1',
  ],
  12 => [
    'id' => '12',
    'name' => 'products_popular',
    'desc' => '',
    'stpl_name' => '',
    'method_name' => 'shop._block_products_popular',
    'type' => 'user',
    'active' => '1',
  ],
  13 => [
    'id' => '13',
    'name' => 'products_closeout',
    'desc' => '',
    'stpl_name' => '',
    'method_name' => 'shop._block_products_closeout',
    'type' => 'user',
    'active' => '1',
  ],
  14 => [
    'id' => '14',
    'name' => 'products_also_purchased',
    'desc' => '',
    'stpl_name' => '',
    'method_name' => 'shop._block_products_also_purchased',
    'type' => 'user',
    'active' => '1',
  ],
  15 => [
    'id' => '15',
    'name' => 'product_sets_top',
    'desc' => '',
    'stpl_name' => '',
    'method_name' => 'shop._block_product_sets_top',
    'type' => 'user',
    'active' => '1',
  ],
  16 => [
    'id' => '16',
    'name' => 'product_sets_left',
    'desc' => '',
    'stpl_name' => '',
    'method_name' => 'shop._block_product_sets_left',
    'type' => 'user',
    'active' => '1',
  ],
  20 => [
    'id' => '20',
    'name' => 'product_sets_center',
    'desc' => '',
    'stpl_name' => '',
    'method_name' => 'shop._block_product_sets_center',
    'type' => 'user',
    'active' => '1',
  ],
  21 => [
    'id' => '21',
    'name' => 'product_sets_top_clone',
    'desc' => '',
    'stpl_name' => '',
    'method_name' => 'shop._block_product_sets_top',
    'type' => 'user',
    'active' => '0',
  ],
  22 => [
    'id' => '22',
    'name' => 'products_viewed',
    'desc' => '',
    'stpl_name' => '',
    'method_name' => 'shop._block_products_viewed',
    'type' => 'user',
    'active' => '1',
  ],
];