Skip to content

Commit 2625193

Browse files
Merge branch 'main' into v15/bugfix/discard-changes-path-compare
2 parents 0c61167 + 5a1dac7 commit 2625193

File tree

214 files changed

+5774
-513
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

214 files changed

+5774
-513
lines changed

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"combobox",
77
"ctrls",
88
"devs",
9+
"Dropcursor",
910
"Elementable",
11+
"Gapcursor",
1012
"iframes",
1113
"invariantable",
1214
"lucide",

index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
<link rel="icon" type="image/svg+xml" href="umbraco/backoffice/assets/favicon.svg" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
88
<title>Umbraco</title>
9+
<script type="importmap">
10+
{
11+
"imports": {
12+
"@umbraco-cms/backoffice/block-rte": "/src/packages/block/block-rte/index.ts"
13+
}
14+
}
15+
</script>
916
<script src="node_modules/msw/lib/iife/index.js"></script>
1017
<link rel="stylesheet" href="node_modules/@umbraco-ui/uui-css/dist/uui-css.css" />
1118
<link rel="stylesheet" href="src/css/umb-css.css" />

0 commit comments

Comments
 (0)