(frontend) adapt export to divider block

We have a new block type, the divider block.
We have to adapt the export to handle this
new block type.
This commit is contained in:
Anthony LC
2025-03-11 12:24:22 +01:00
committed by Anthony LC
parent 534085439f
commit 4316b4e67d
7 changed files with 100 additions and 1 deletions

View File

@@ -8,6 +8,10 @@ and this project adheres to
## [Unreleased]
## Added
- ✨(frontend) Custom block divider with export #698
## Changed
- 🧑‍💻(frontend) change literal section open source #702