feat: json rich text editor, blocks, asides, general structure

This commit is contained in:
Simon Emanuelsson
2024-02-07 11:57:36 +01:00
parent 2bd4e25403
commit 66faa41e98
53 changed files with 966 additions and 211 deletions

View File

@@ -1,11 +1,11 @@
#import "./Image.graphql"
#import "./PageLinks.graphql"
fragment Puff on Puff {
imageConnection {
edges {
node {
title
url
...Image
}
}
}
@@ -24,6 +24,9 @@ fragment Puff on Puff {
}
}
}
system {
uid
}
text {
json
embedded_itemsConnection {
@@ -31,10 +34,7 @@ fragment Puff on Puff {
edges {
node {
__typename
... on SysAsset {
title
url
}
...Image
}
}
}