Patch Changes
-
#1342
83daa41Thanks @bergaaberg! - Adds Norwegian Bokmål (nb) locale to the admin UI. -
#1334
dfabafeThanks @theobaidur! - Honor theiconfield on pluginadminPagesin the sidebar nav.Plugin admin pages declared via
adminPages: [{ path, label, icon }]previously rendered with a hardcodedPuzzlePieceglyph — theiconfield was accepted in the types but never read at runtime. The sidebar now resolves the icon name to its@phosphor-icons/reactcomponent: common documented names (settings,chart,history,image,trophy, …) are statically mapped so they resolve synchronously, and any other name is matched against the full Phosphor set by converting it to PascalCase (e.g.chart-bar→ChartBar) and lazy-loading it from a code-split chunk. The full set is therefore reachable without bundling it into the admin's main chunk. Unknown or omitted names fall back toPuzzlePiece, so the change is purely additive. -
Updated dependencies []:
- @emdash-cms/blocks@0.17.1