| @@ -9,30 +9,23 @@ | ||
| 9 | 9 | return array( |
| 10 | 10 | array( |
| 11 | 11 | 'name' => 'connectors-home', |
| 12 | 12 | 'path' => '/', |
| 13 | - 'page' => 'options-connectors', | |
| 13 | + 'page' => 'connectors', | |
| 14 | 14 | 'has_route' => true, |
| 15 | 15 | 'has_content' => true, |
| 16 | 16 | ), |
| 17 | 17 | array( |
| 18 | - 'name' => 'content-types', | |
| 18 | + 'name' => 'content-guidelines', | |
| 19 | 19 | 'path' => '/', |
| 20 | - 'page' => 'content-types', | |
| 20 | + 'page' => 'content-guidelines', | |
| 21 | 21 | 'has_route' => true, |
| 22 | - 'has_content' => false, | |
| 23 | - ), | |
| 24 | - array( | |
| 25 | - 'name' => 'dashboard', | |
| 26 | - 'path' => '/', | |
| 27 | - 'page' => 'dashboard', | |
| 28 | - 'has_route' => false, | |
| 29 | 22 | 'has_content' => true, |
| 30 | 23 | ), |
| 31 | 24 | array( |
| 32 | - 'name' => 'experiments-home', | |
| 33 | - 'path' => '/', | |
| 34 | - 'page' => 'experiments', | |
| 25 | + 'name' => 'font-list', | |
| 26 | + 'path' => '/font-list', | |
| 27 | + 'page' => 'site-editor', | |
| 35 | 28 | 'has_route' => true, |
| 36 | 29 | 'has_content' => true, |
| 37 | 30 | ), |
| 38 | 31 | array( |
| @@ -49,15 +42,8 @@ | ||
| 49 | 42 | 'has_route' => true, |
| 50 | 43 | 'has_content' => false, |
| 51 | 44 | ), |
| 52 | 45 | array( |
| 53 | - 'name' => 'guidelines', | |
| 54 | - 'path' => '/', | |
| 55 | - 'page' => 'guidelines', | |
| 56 | - 'has_route' => true, | |
| 57 | - 'has_content' => true, | |
| 58 | - ), | |
| 59 | - array( | |
| 60 | 46 | 'name' => 'home', |
| 61 | 47 | 'path' => '/', |
| 62 | 48 | 'page' => 'site-editor-v2', |
| 63 | 49 | 'has_route' => true, |
| @@ -63,22 +49,8 @@ | ||
| 63 | 49 | 'has_route' => true, |
| 64 | 50 | 'has_content' => false, |
| 65 | 51 | ), |
| 66 | 52 | 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 | 53 | 'name' => 'navigation', |
| 82 | 54 | 'path' => '/navigation', |
| 83 | 55 | 'page' => 'site-editor-v2', |
| 84 | 56 | 'has_route' => true, |
| @@ -120,9 +92,9 @@ | ||
| 120 | 92 | 'has_content' => false, |
| 121 | 93 | ), |
| 122 | 94 | array( |
| 123 | 95 | 'name' => 'post-edit', |
| 124 | - 'path' => '/types/$type/edit/$', | |
| 96 | + 'path' => '/types/$type/edit/$id', | |
| 125 | 97 | 'page' => 'site-editor-v2', |
| 126 | 98 | 'has_route' => true, |
| 127 | 99 | 'has_content' => false, |
| 128 | 100 | ), |
| @@ -140,39 +112,11 @@ | ||
| 140 | 112 | 'has_route' => true, |
| 141 | 113 | 'has_content' => false, |
| 142 | 114 | ), |
| 143 | 115 | 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 | 116 | 'name' => 'styles', |
| 159 | 117 | 'path' => '/styles', |
| 160 | 118 | '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 | 119 | 'has_route' => true, |
| 176 | 120 | 'has_content' => true, |
| 177 | 121 | ), |
| 178 | 122 | array( |