PluginProbe
Gutenberg / 23.2.0
Gutenberg v23.2.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
gutenberg / build / routes / registry.php
build/routes
connectors-home 3 months ago content-types 3 months ago dashboard 3 months ago experiments-home 3 months ago font-list 3 months ago fonts-home 7 months ago guidelines 3 months ago home 7 months ago media-editor 3 months ago navigation 7 months ago navigation-edit 3 months ago navigation-list 3 months ago pattern 7 months ago pattern-list 3 months ago post 7 months ago post-edit 7 months ago post-list 3 months ago post-new 7 months ago post-type-edit 3 months ago post-types-list 3 months ago styles 3 months ago taxonomies-list 3 months ago taxonomy-edit 3 months ago template 7 months ago template-list 3 months ago template-part 7 months ago template-part-list 3 months ago registry.php 4.7 KB 3 months ago

registry.php in Gutenberg 23.2.0, at build/routes/registry.php

207 lines 4.7 KB Raw Download Zip
1 <?php
2 /**
3 * Route registry - Auto-generated by build process.
4 * Do not edit this file manually.
5 *
6 * @package gutenberg
7 */
8
9 return array(
10 array(
11 'name' => 'connectors-home',
12 'path' => '/',
13 'page' => 'options-connectors',
14 'has_route' => true,
15 'has_content' => true,
16 ),
17 array(
18 'name' => 'content-types',
19 'path' => '/',
20 'page' => 'content-types',
21 'has_route' => true,
22 'has_content' => false,
23 ),
24 array(
25 'name' => 'dashboard',
26 'path' => '/',
27 'page' => 'dashboard',
28 'has_route' => false,
29 'has_content' => true,
30 ),
31 array(
32 'name' => 'experiments-home',
33 'path' => '/',
34 'page' => 'experiments',
35 'has_route' => true,
36 'has_content' => true,
37 ),
38 array(
39 'name' => 'font-list',
40 'path' => '/font-list',
41 'page' => 'font-library',
42 'has_route' => true,
43 'has_content' => true,
44 ),
45 array(
46 'name' => 'fonts-home',
47 'path' => '/',
48 'page' => 'font-library',
49 'has_route' => true,
50 'has_content' => false,
51 ),
52 array(
53 'name' => 'guidelines',
54 'path' => '/',
55 'page' => 'guidelines',
56 'has_route' => true,
57 'has_content' => true,
58 ),
59 array(
60 'name' => 'home',
61 'path' => '/',
62 'page' => 'site-editor-v2',
63 'has_route' => true,
64 'has_content' => false,
65 ),
66 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 'name' => 'navigation',
82 'path' => '/navigation',
83 'page' => 'site-editor-v2',
84 'has_route' => true,
85 'has_content' => false,
86 ),
87 array(
88 'name' => 'navigation-edit',
89 'path' => '/navigation/edit/$id',
90 'page' => 'site-editor-v2',
91 'has_route' => true,
92 'has_content' => true,
93 ),
94 array(
95 'name' => 'navigation-list',
96 'path' => '/navigation/list',
97 'page' => 'site-editor-v2',
98 'has_route' => true,
99 'has_content' => true,
100 ),
101 array(
102 'name' => 'pattern',
103 'path' => '/patterns',
104 'page' => 'site-editor-v2',
105 'has_route' => true,
106 'has_content' => false,
107 ),
108 array(
109 'name' => 'pattern-list',
110 'path' => '/patterns/list/$type',
111 'page' => 'site-editor-v2',
112 'has_route' => true,
113 'has_content' => true,
114 ),
115 array(
116 'name' => 'post',
117 'path' => '/types/$type',
118 'page' => 'site-editor-v2',
119 'has_route' => true,
120 'has_content' => false,
121 ),
122 array(
123 'name' => 'post-edit',
124 'path' => '/types/$type/edit/$id',
125 'page' => 'site-editor-v2',
126 'has_route' => true,
127 'has_content' => false,
128 ),
129 array(
130 'name' => 'post-list',
131 'path' => '/types/$type/list/$slug',
132 'page' => 'site-editor-v2',
133 'has_route' => true,
134 'has_content' => true,
135 ),
136 array(
137 'name' => 'post-new',
138 'path' => '/types/$type/new',
139 'page' => 'site-editor-v2',
140 'has_route' => true,
141 'has_content' => false,
142 ),
143 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 'name' => 'styles',
159 'path' => '/styles',
160 '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 'has_route' => true,
176 'has_content' => true,
177 ),
178 array(
179 'name' => 'template',
180 'path' => '/templates',
181 'page' => 'site-editor-v2',
182 'has_route' => true,
183 'has_content' => false,
184 ),
185 array(
186 'name' => 'template-list',
187 'path' => '/templates/list/$activeView',
188 'page' => 'site-editor-v2',
189 'has_route' => true,
190 'has_content' => true,
191 ),
192 array(
193 'name' => 'template-part',
194 'path' => '/template-parts',
195 'page' => 'site-editor-v2',
196 'has_route' => true,
197 'has_content' => false,
198 ),
199 array(
200 'name' => 'template-part-list',
201 'path' => '/template-parts/list/$area',
202 'page' => 'site-editor-v2',
203 'has_route' => true,
204 'has_content' => true,
205 )
206 );
207