PluginProbe
Gutenberg / 22.7.0
Gutenberg v22.7.0
24.0.0 23.9.1 23.9.0 23.8.0 23.7.2 23.7.1 23.7.0 23.6.1 23.6.2 23.6.0 23.5.3 23.5.2 23.5.1 23.5.0 23.4.0 23.3.2 23.3.1 23.3.0 23.2.0 23.2.1 23.2.2 23.1.1 23.1.0 23.0.1 12.6.0 All 403 releases
← All changes | build/routes/registry.php +7 -63 23.6.2 → 22.7.0 View file →
@@ -9,30 +9,23 @@
9 9 return array(
10 10 array(
11 11 'name' => 'connectors-home',
12 12 'path' => '/',
13 - 'page' => 'options-connectors',
13 + 'page' => 'connectors',
14 14 'has_route' => true,
15 15 'has_content' => true,
16 16 ),
17 17 array(
18 - 'name' => 'content-types',
18 + 'name' => 'content-guidelines',
19 19 'path' => '/',
20 - 'page' => 'content-types',
20 + 'page' => 'content-guidelines',
21 21 'has_route' => true,
22 - 'has_content' => false,
23 - ),
24 - array(
25 - 'name' => 'dashboard',
26 - 'path' => '/',
27 - 'page' => 'dashboard',
28 - 'has_route' => false,
29 22 'has_content' => true,
30 23 ),
31 24 array(
32 - 'name' => 'experiments-home',
33 - 'path' => '/',
34 - 'page' => 'experiments',
25 + 'name' => 'font-list',
26 + 'path' => '/font-list',
27 + 'page' => 'site-editor',
35 28 'has_route' => true,
36 29 'has_content' => true,
37 30 ),
38 31 array(
@@ -49,15 +42,8 @@
49 42 'has_route' => true,
50 43 'has_content' => false,
51 44 ),
52 45 array(
53 - 'name' => 'guidelines',
54 - 'path' => '/',
55 - 'page' => 'guidelines',
56 - 'has_route' => true,
57 - 'has_content' => true,
58 - ),
59 - array(
60 46 'name' => 'home',
61 47 'path' => '/',
62 48 'page' => 'site-editor-v2',
63 49 'has_route' => true,
@@ -63,22 +49,8 @@
63 49 'has_route' => true,
64 50 'has_content' => false,
65 51 ),
66 52 array(
67 - 'name' => 'media-editor',
68 - 'path' => '/media-editor/$id',
69 - 'page' => 'site-editor-v2',
70 - 'has_route' => true,
71 - 'has_content' => true,
72 - ),
73 - array(
74 - 'name' => 'media-editor',
75 - 'path' => '/media-editor/$id',
76 - 'page' => 'media-editor',
77 - 'has_route' => true,
78 - 'has_content' => true,
79 - ),
80 - array(
81 53 'name' => 'navigation',
82 54 'path' => '/navigation',
83 55 'page' => 'site-editor-v2',
84 56 'has_route' => true,
@@ -120,9 +92,9 @@
120 92 'has_content' => false,
121 93 ),
122 94 array(
123 95 'name' => 'post-edit',
124 - 'path' => '/types/$type/edit/$',
96 + 'path' => '/types/$type/edit/$id',
125 97 'page' => 'site-editor-v2',
126 98 'has_route' => true,
127 99 'has_content' => false,
128 100 ),
@@ -140,39 +112,11 @@
140 112 'has_route' => true,
141 113 'has_content' => false,
142 114 ),
143 115 array(
144 - 'name' => 'post-type-edit',
145 - 'path' => '/post-types/$id',
146 - 'page' => 'content-types',
147 - 'has_route' => true,
148 - 'has_content' => true,
149 - ),
150 - array(
151 - 'name' => 'post-types-list',
152 - 'path' => '/post-types',
153 - 'page' => 'content-types',
154 - 'has_route' => true,
155 - 'has_content' => true,
156 - ),
157 - array(
158 116 'name' => 'styles',
159 117 'path' => '/styles',
160 118 'page' => 'site-editor-v2',
161 - 'has_route' => true,
162 - 'has_content' => true,
163 - ),
164 - array(
165 - 'name' => 'taxonomies-list',
166 - 'path' => '/taxonomies',
167 - 'page' => 'content-types',
168 - 'has_route' => true,
169 - 'has_content' => true,
170 - ),
171 - array(
172 - 'name' => 'taxonomy-edit',
173 - 'path' => '/taxonomies/$id',
174 - 'page' => 'content-types',
175 119 'has_route' => true,
176 120 'has_content' => true,
177 121 ),
178 122 array(