feat: add real-time email template preview with variable interpolation

- Introduce preview panel to edit form for rendering subject, HTML, and text with sample values.
- Add support for real-time updates using JavaScript.
- Include supporting styles for preview panel in admin CSS.
- Add optional `Scripts` section rendering to `_EditorLayout`.
- Create `.env.Development` for better development environment configuration.
This commit is contained in:
Anatolii Grynchuk
2026-05-12 21:56:50 +03:00
parent 0d1aa4f6be
commit 9490718c04
4 changed files with 313 additions and 0 deletions
@@ -14,3 +14,4 @@
</div>
</div>
</div>
@RenderSection("Scripts", required: false)