| @@ -430,8 +430,9 @@ | ||
| 430 | 430 | 'nav_kind' => $manifest['nav_kind'], |
| 431 | 431 | 'dock_order' => $manifest['dock_order'], |
| 432 | 432 | 'placeable' => $manifest['placeable'], |
| 433 | 433 | 'autofocus' => $manifest['autofocus'], |
| 434 | + 'admin' => isset( $manifest['admin'] ) ? $manifest['admin'] : 'site', | |
| 434 | 435 | 'config' => openstation_apps_client_config( $manifest, $bundle, $app ), |
| 435 | 436 | ); |
| 436 | 437 | |
| 437 | 438 | /** |