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