enhance: store url property value in :block/title

So that url can be written using the block editor.
This commit is contained in:
Tienson Qin
2024-11-04 23:04:27 +08:00
parent 98967ecede
commit 385b4937e1
11 changed files with 85 additions and 32 deletions

View File

@@ -969,6 +969,12 @@ html.is-mac {
height: 18px;
}
.ls-type-warning svg {
color: var(--rx-gray-09);
width: 12px;
height: 12px;
}
.ls-page-title .ls-page-icon svg, .ls-page-title .ls-page-icon button {
width: 38px;
height: 38px;
@@ -1026,4 +1032,4 @@ html.is-mac {
@apply opacity-100;
}
}
}
}