PluginProbe
Gutenberg / 23.0.1
Gutenberg v23.0.1
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.0.1, at build/routes/registry.php

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