Skip to content

Commit 1714cd2

Browse files
authored
Merge branch 'main' into v14/chore/check-paths-in-dist-cms
2 parents 5629ed9 + db53cfd commit 1714cd2

File tree

703 files changed

+3919
-3044
lines changed

Some content is hidden

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

703 files changed

+3919
-3044
lines changed

.github/localization_overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Before you start:
7575
- [ ] Section: Info
7676
- [ ] Relation Types
7777
- [ ] Log Viewer
78-
- [ ] Document Blueprints
78+
- [x] Document Blueprints
7979
- [ ] Languages
8080
- [ ] Extensions
8181
- [ ] Templates

eslint.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ export default [
5555
'import/order': ['warn', { groups: ['builtin', 'parent', 'sibling', 'index', 'external'] }],
5656
'import/no-self-import': 'error',
5757
'import/no-cycle': ['error', { maxDepth: 6, allowUnsafeDynamicCyclicDependency: true }],
58+
'import/no-named-as-default': 'off', // Does not work with eslint 9
59+
'import/no-named-as-default-member': 'off', // Does not work with eslint 9
5860
'local-rules/prefer-static-styles-last': 'warn',
5961
'local-rules/enforce-umbraco-external-imports': [
6062
'error',

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
88
<title>Umbraco</title>
99
<script src="node_modules/msw/lib/iife/index.js"></script>
10-
<link rel="stylesheet" href="src/css/user-defined.css" />
1110
<link rel="stylesheet" href="node_modules/@umbraco-ui/uui-css/dist/uui-css.css" />
1211
<link rel="stylesheet" href="src/css/umb-css.css" />
1312
<script type="module" src="index.ts"></script>

0 commit comments

Comments
 (0)