You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Admin Queues (Horizon) |**Vite layout**|`admin.queues.index` + `layoutnextvite`|`admin/users/loaderUsers.js` only; page is an iframe to `/admin/horizon`|
- TinyMCE under Vite: import core + theme + `icons/default` + plugins; with `skin: false` also import `tinymce/skins/ui/oxide/skin.min.css`. Content iframe CSS: inject oxide/default content CSS via `content_style` (`?raw`) plus `content_css: '/css/app.css'` — parent-page CSS imports do not apply inside the editor iframe.
421
421
- Package tabs: `showTabs` is `tabs.length > 1`. `cssOverrideTabs` may arrive after page modules because addon scripts load after `@yield('js')`; merge on `window``load` when needed.
422
422
- Mix: no longer builds `admin/cssOverride/edit.js`
0 commit comments