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
feat(styles): publish per-file manifest for admin-uploaded styles
build_theme_registry_override() now ships a 'files' array alongside
each uploaded entry, enumerated from the extracted storage directory.
The embedded editor's ResourceFetcher reads this manifest to pull
admin-uploaded styles file by file instead of looking for a zip in
bundles/themes/, so preview and HTML5 export pack the real theme
assets (CSS, fonts, icons) under theme/* rather than falling back to
the placeholder theme/content.css + theme/default.js.
0 commit comments