true, 'resourceName' => 'GridBlock', 'itemName' => 'Grid Block', 'itemsName' => 'Grid Blocks', 'grid' => [ 'containerId' => 'grid-blocks', 'width' => 14, 'defaultItems' => [ // initial layout // line 1 ['x' => 0, 'y' => 0, 'width' => 4, 'height' => 4, 'title' => 'Block 1', 'content' => ''], ['x' => 4, 'y' => 0, 'width' => 4, 'height' => 2, 'title' => 'Block 2', 'content' => ''], ['x' => 4, 'y' => 2, 'width' => 4, 'height' => 2, 'title' => 'Block 3', 'content' => ''], ['x' => 8, 'y' => 0, 'width' => 2, 'height' => 4, 'title' => 'Block 4', 'content' => ''], ['x' => 10, 'y' => 0, 'width' => 2, 'height' => 4, 'title' => 'Block 5', 'content' => ''], ['x' => 12, 'y' => 0, 'width' => 2, 'height' => 4, 'title' => 'Block 6', 'content' => ''], // line 2 ['x' => 0, 'y' => 4, 'width' => 4, 'height' => 4, 'title' => 'Block 7', 'content' => ''], ['x' => 4, 'y' => 4, 'width' => 4, 'height' => 2, 'title' => 'Block 8', 'content' => ''], ['x' => 4, 'y' => 6, 'width' => 4, 'height' => 2, 'title' => 'Block 9', 'content' => ''], ['x' => 8, 'y' => 4, 'width' => 2, 'height' => 2, 'title' => 'Block 10', 'content' => ''], ['x' => 8, 'y' => 6, 'width' => 2, 'height' => 2, 'title' => 'Block 11', 'content' => ''], ['x' => 10, 'y' => 4, 'width' => 2, 'height' => 2, 'title' => 'Block 12', 'content' => ''], ['x' => 10, 'y' => 6, 'width' => 2, 'height' => 2, 'title' => 'Block 13', 'content' => ''], ['x' => 12, 'y' => 4, 'width' => 2, 'height' => 4, 'title' => 'Block 14', 'content' => ''], ], ] ];