-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathversion-6-3.php
69 lines (68 loc) · 2.85 KB
/
version-6-3.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
59
60
61
62
63
64
65
66
67
68
69
<?php
return [
'version' => '6.3',
'list_screen' =>
[
'title' => 'Example settings for 6.3 and up',
'type' => 'post',
'id' => '64d0b15f7cf8e',
'updated' => 1691398983,
'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' =>
[
'roles' =>
[
],
'users' =>
[
],
'sorting' => '0',
'sorting_order' => 'asc',
'hide_inline_edit' => 'off',
'hide_bulk_edit' => 'off',
'hide_bulk_delete' => 'off',
'hide_smart_filters' => 'off',
'hide_segments' => 'off',
'hide_export' => 'off',
'hide_conditional_formatting' => 'off',
'resize_columns' => 'off',
'column_order' => 'off',
'hide_filters' => 'off',
'hide_submenu' => 'off',
'hide_search' => 'off',
'hide_bulk_actions' => 'off',
'hide_row_actions' => 'off',
'horizontal_scrolling' => 'on',
'primary_column' => '',
'filter_segment' => '',
],
],
];