PluginProbe
Gutenberg / 23.1.0
Gutenberg v23.1.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 7.4.0 All 402 releases
gutenberg / build / routes / registry.php

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

172 lines 3.9 KB
No matching file
Up and down to move Enter to open Esc to close
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' => 'dashboard',
19 'path' => '/',
20 'page' => 'dashboard',
21 'has_route' => false,
22 'has_content' => true,
23 ),
24 array(
25 'name' => 'experiments-home',
26 'path' => '/',
27 'page' => 'experiments',
28 'has_route' => true,
29 'has_content' => true,
30 ),
31 array(
32 'name' => 'font-list',
33 'path' => '/font-list',
34 'page' => 'font-library',
35 'has_route' => true,
36 'has_content' => true,
37 ),
38 array(
39 'name' => 'fonts-home',
40 'path' => '/',
41 'page' => 'font-library',
42 'has_route' => true,
43 'has_content' => false,
44 ),
45 array(
46 'name' => 'guidelines',
47 'path' => '/',
48 'page' => 'guidelines',
49 'has_route' => true,
50 'has_content' => true,
51 ),
52 array(
53 'name' => 'home',
54 'path' => '/',
55 'page' => 'site-editor-v2',
56 'has_route' => true,
57 'has_content' => false,
58 ),
59 array(
60 'name' => 'navigation',
61 'path' => '/navigation',
62 'page' => 'site-editor-v2',
63 'has_route' => true,
64 'has_content' => false,
65 ),
66 array(
67 'name' => 'navigation-edit',
68 'path' => '/navigation/edit/$id',
69 'page' => 'site-editor-v2',
70 'has_route' => true,
71 'has_content' => true,
72 ),
73 array(
74 'name' => 'navigation-list',
75 'path' => '/navigation/list',
76 'page' => 'site-editor-v2',
77 'has_route' => true,
78 'has_content' => true,
79 ),
80 array(
81 'name' => 'pattern',
82 'path' => '/patterns',
83 'page' => 'site-editor-v2',
84 'has_route' => true,
85 'has_content' => false,
86 ),
87 array(
88 'name' => 'pattern-list',
89 'path' => '/patterns/list/$type',
90 'page' => 'site-editor-v2',
91 'has_route' => true,
92 'has_content' => true,
93 ),
94 array(
95 'name' => 'post',
96 'path' => '/types/$type',
97 'page' => 'site-editor-v2',
98 'has_route' => true,
99 'has_content' => false,
100 ),
101 array(
102 'name' => 'post-edit',
103 'path' => '/types/$type/edit/$id',
104 'page' => 'site-editor-v2',
105 'has_route' => true,
106 'has_content' => false,
107 ),
108 array(
109 'name' => 'post-list',
110 'path' => '/types/$type/list/$slug',
111 'page' => 'site-editor-v2',
112 'has_route' => true,
113 'has_content' => true,
114 ),
115 array(
116 'name' => 'post-new',
117 'path' => '/types/$type/new',
118 'page' => 'site-editor-v2',
119 'has_route' => true,
120 'has_content' => false,
121 ),
122 array(
123 'name' => 'styles',
124 'path' => '/styles',
125 'page' => 'site-editor-v2',
126 'has_route' => true,
127 'has_content' => true,
128 ),
129 array(
130 'name' => 'taxonomies',
131 'path' => '/',
132 'page' => 'taxonomies',
133 'has_route' => true,
134 'has_content' => true,
135 ),
136 array(
137 'name' => 'taxonomy-edit',
138 'path' => '/edit/$id',
139 'page' => 'taxonomies',
140 'has_route' => true,
141 'has_content' => true,
142 ),
143 array(
144 'name' => 'template',
145 'path' => '/templates',
146 'page' => 'site-editor-v2',
147 'has_route' => true,
148 'has_content' => false,
149 ),
150 array(
151 'name' => 'template-list',
152 'path' => '/templates/list/$activeView',
153 'page' => 'site-editor-v2',
154 'has_route' => true,
155 'has_content' => true,
156 ),
157 array(
158 'name' => 'template-part',
159 'path' => '/template-parts',
160 'page' => 'site-editor-v2',
161 'has_route' => true,
162 'has_content' => false,
163 ),
164 array(
165 'name' => 'template-part-list',
166 'path' => '/template-parts/list/$area',
167 'page' => 'site-editor-v2',
168 'has_route' => true,
169 'has_content' => true,
170 )
171 );
172