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
gutenberg / build / routes / registry.php

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

151 lines 3.4 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' => 'connectors',
14 'has_route' => true,
15 'has_content' => true,
16 ),
17 array(
18 'name' => 'content-guidelines',
19 'path' => '/',
20 'page' => 'content-guidelines',
21 'has_route' => true,
22 'has_content' => true,
23 ),
24 array(
25 'name' => 'font-list',
26 'path' => '/font-list',
27 'page' => 'site-editor',
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' => 'home',
47 'path' => '/',
48 'page' => 'site-editor-v2',
49 'has_route' => true,
50 'has_content' => false,
51 ),
52 array(
53 'name' => 'navigation',
54 'path' => '/navigation',
55 'page' => 'site-editor-v2',
56 'has_route' => true,
57 'has_content' => false,
58 ),
59 array(
60 'name' => 'navigation-edit',
61 'path' => '/navigation/edit/$id',
62 'page' => 'site-editor-v2',
63 'has_route' => true,
64 'has_content' => true,
65 ),
66 array(
67 'name' => 'navigation-list',
68 'path' => '/navigation/list',
69 'page' => 'site-editor-v2',
70 'has_route' => true,
71 'has_content' => true,
72 ),
73 array(
74 'name' => 'pattern',
75 'path' => '/patterns',
76 'page' => 'site-editor-v2',
77 'has_route' => true,
78 'has_content' => false,
79 ),
80 array(
81 'name' => 'pattern-list',
82 'path' => '/patterns/list/$type',
83 'page' => 'site-editor-v2',
84 'has_route' => true,
85 'has_content' => true,
86 ),
87 array(
88 'name' => 'post',
89 'path' => '/types/$type',
90 'page' => 'site-editor-v2',
91 'has_route' => true,
92 'has_content' => false,
93 ),
94 array(
95 'name' => 'post-edit',
96 'path' => '/types/$type/edit/$id',
97 'page' => 'site-editor-v2',
98 'has_route' => true,
99 'has_content' => false,
100 ),
101 array(
102 'name' => 'post-list',
103 'path' => '/types/$type/list/$slug',
104 'page' => 'site-editor-v2',
105 'has_route' => true,
106 'has_content' => true,
107 ),
108 array(
109 'name' => 'post-new',
110 'path' => '/types/$type/new',
111 'page' => 'site-editor-v2',
112 'has_route' => true,
113 'has_content' => false,
114 ),
115 array(
116 'name' => 'styles',
117 'path' => '/styles',
118 'page' => 'site-editor-v2',
119 'has_route' => true,
120 'has_content' => true,
121 ),
122 array(
123 'name' => 'template',
124 'path' => '/templates',
125 'page' => 'site-editor-v2',
126 'has_route' => true,
127 'has_content' => false,
128 ),
129 array(
130 'name' => 'template-list',
131 'path' => '/templates/list/$activeView',
132 'page' => 'site-editor-v2',
133 'has_route' => true,
134 'has_content' => true,
135 ),
136 array(
137 'name' => 'template-part',
138 'path' => '/template-parts',
139 'page' => 'site-editor-v2',
140 'has_route' => true,
141 'has_content' => false,
142 ),
143 array(
144 'name' => 'template-part-list',
145 'path' => '/template-parts/list/$area',
146 'page' => 'site-editor-v2',
147 'has_route' => true,
148 'has_content' => true,
149 )
150 );
151