plugins/sys/share/db/data/sys_blocks.data.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
  99999 => [
    'id' => 1,
    'name' => 'center_area',
    'type' => 'user',
    'method_name' => 'main.tasks',
    'active' => 1,
  ],
  100000 => [
    'id' => 2,
    'name' => 'left_area',
    'type' => 'user',
    'method_name' => '',
    'active' => 1,
  ],
  100001 => [
    'id' => 3,
    'name' => 'right_area',
    'type' => 'user',
    'method_name' => '',
    'active' => 1,
  ],
  100002 => [
    'id' => 4,
    'name' => 'center_area',
    'type' => 'admin',
    'method_name' => 'main.tasks',
    'active' => 1,
  ],
];