Files
AFFiNE-Mirror/blocksuite/tests-legacy/snapshots/code/crud.spec.ts/format-text-in-code-block-link.json
fundon b9f2650369 feat(editor): store real color values in edgeless (#9254)
### What's Changed!

* adds theme type: `ThemeSchema`
* adds default theme: `DefaultTheme`
* stores real color values
2024-12-30 03:36:35 +00:00

99 lines
2.3 KiB
JSON

{
"type": "block",
"id": "0",
"flavour": "affine:page",
"version": 2,
"props": {
"title": {
"$blocksuite:internal:text$": true,
"delta": []
}
},
"children": [
{
"type": "block",
"id": "1",
"flavour": "affine:note",
"version": 1,
"props": {
"xywh": "[0,0,498,92]",
"background": {
"dark": "#000000",
"light": "#ffffff"
},
"index": "a0",
"lockedBySelf": false,
"hidden": false,
"displayMode": "both",
"edgeless": {
"style": {
"borderRadius": 8,
"borderSize": 4,
"borderStyle": "none",
"shadowType": "--affine-note-shadow-box"
}
}
},
"children": [
{
"type": "block",
"id": "3",
"flavour": "affine:code",
"version": 1,
"props": {
"text": {
"$blocksuite:internal:text$": true,
"delta": [
{
"insert": "c"
},
{
"insert": "o",
"attributes": {
"bold": true
}
},
{
"insert": "ns"
},
{
"insert": "t a",
"attributes": {
"link": "https://www.baidu.com",
"bold": true
}
},
{
"insert": "a",
"attributes": {
"link": "https://www.baidu.com"
}
},
{
"insert": "a ",
"attributes": {
"link": "https://www.baidu.com",
"bold": true
}
},
{
"insert": "= 1000",
"attributes": {
"bold": true
}
},
{
"insert": ";"
}
]
},
"language": "typescript",
"wrap": false,
"caption": ""
},
"children": []
}
]
}
]
}