(frontend) adapt export to quote block

We have a new block type, the quote block.
We have to adapt the export to handle this
new block type.
This commit is contained in:
Anthony LC
2025-02-20 10:03:11 +01:00
committed by Anthony LC
parent 942c0f059c
commit cd5ee3fb7c
9 changed files with 151 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ and this project adheres to
## Added
- 💄(frontend) add error pages #643
- ✨(frontend) Custom block quote with export #646
## Changed
@@ -24,6 +25,7 @@ and this project adheres to
- 🐛(backend) allow any type of extensions for media download #671
- ♻️(frontend) improve table pdf rendering
## [2.2.0] - 2025-02-10
## Added