added content picker and local packages for modal

This commit is contained in:
JesmoDev
2022-07-06 11:05:34 +02:00
parent cf349aa045
commit 80a4453f45
11 changed files with 13894 additions and 13652 deletions

View File

@@ -1,17 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Umbraco</title>
<script type="module" src="/src/index.ts"></script>
<base href="/" />
</head>
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Umbraco</title>
<script type="module" src="/src/index.ts"></script>
<base href="/">
</head>
<body class="uui-font uui-text" style="margin: 0; padding: 0">
<umb-app></umb-app>
</body>
</html>
<body class="uui-font uui-text" style="margin: 0; padding: 0; overflow: hidden">
<umb-app></umb-app>
</body>
</html>