2.0.2
2.0.2
Fixed (#12): editing content containing Twig expressions with square brackets (e.g. {{media['thumbs://...']...}}) no longer breaks the page, since turndown's HTML→Markdown conversion no longer escapes [ and ] into [ ].
Fixed: the two markdown helper libraries (marked/turndown) could keep loading from the jsDelivr CDN even with "local" (self-hosted) mode selected. Their URLs now also travel through the same /modern-editor/config REST endpoint already used (and proven reliable) for the TinyMCE script URL, instead of relying solely on an inline <script> injection that doesn't always reach the page inside Admin Next's decoupled SPA shell.
New: added alignleft/aligncenter/alignright/alignjustify to the default toolbar (and auto-injected into any custom toolbar missing them, same as the existing forecolor/backcolor injection).
New: the visual editor's own UI (loading/error messages) and a compact, built-in Italian translation for TinyMCE's toolbar/menu labels are now shown automatically when the admin panel's language is Italian — no extra download or CDN call required.