deactivation-dialog.php
5 years ago
jetpack-plugin-portal-containers.php
4 years ago
must-connect-main-blog.php
4 years ago
network-activated-notice.php
4 years ago
network-admin-header.php
4 years ago
network-settings.php
3 years ago
jetpack-plugin-portal-containers.php
22 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Containers for Jetpack to portal React components in the WP Admin. |
| 4 | * |
| 5 | * @package automattic/jetpack |
| 6 | */ |
| 7 | |
| 8 | ?> |
| 9 | <div id="jetpack-plugin-portal-app"> |
| 10 | <!-- |
| 11 | React Managed |
| 12 | The app that needs to make use of portals can render here. |
| 13 | --> |
| 14 | </div> |
| 15 | <div id="jetpack-plugin-portal-sidecar"> |
| 16 | <!-- |
| 17 | React Managed |
| 18 | Used by portal components that may not have an anchor elsewhere on the page and need to dynamically render |
| 19 | This is especially useful for modals |
| 20 | --> |
| 21 | </div> |
| 22 |