feat: add initial RTE rendering to AccountPage

This commit is contained in:
Arvid Norlin
2024-04-19 15:54:13 +02:00
parent 0dd8998ff8
commit 3d5f0ebb2c
4 changed files with 35 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
fragment AccountPageContentTextContent on AccountPageContentTextContent {
text_content {
content {
json
}
}
}