-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathversion-5-7.php
58 lines (57 loc) · 2.21 KB
/
version-5-7.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?php
return [
'version' => '5.7',
'title' => 'Column settings for 5.7 and up',
'type' => 'post',
'id' => '60ffbef37b309',
'updated' => 1627884655,
'columns' =>
[
'title' =>
[
'type' => 'title',
'label' => 'Title',
'width' => '',
'width_unit' => '%',
'export' => 'on',
'sort' => 'on',
'edit' => 'on',
'bulk_edit' => 'on',
'search' => 'on',
'name' => 'title',
],
'author' =>
[
'type' => 'author',
'label' => 'Author',
'width' => '10',
'width_unit' => '%',
'export' => 'on',
'sort' => 'on',
'edit' => 'on',
'bulk_edit' => 'on',
'search' => 'on',
'name' => 'author',
],
],
'settings' =>
[
'hide_inline_edit' => 'off',
'hide_bulk_edit' => 'off',
'hide_filters' => 'off',
'hide_filter_product_category' => 'off',
'hide_filter_product_type' => 'off',
'hide_filter_product_stock_status' => 'off',
'hide_filter_yoast_readability_score' => 'off',
'hide_filter_yoast_seo_scores' => 'off',
'hide_smart_filters' => 'off',
'hide_segments' => 'off',
'hide_export' => 'off',
'hide_submenu' => 'off',
'hide_search' => 'off',
'hide_bulk_actions' => 'off',
'horizontal_scrolling' => 'on',
'sorting' => '0',
'sorting_order' => 'asc',
],
];