Skip to content

Commit

Permalink
FIx Editor
Browse files Browse the repository at this point in the history
  • Loading branch information
dipaksarkar committed Apr 25, 2024
1 parent 1584a61 commit 3a35006
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<meta charset="utf-8">
<title>Grapesjs Templates</title>
<link href="https://unpkg.com/grapesjs/dist/css/grapes.min.css" rel="stylesheet">
<!-- <link rel="stylesheet" href="stylesheets/grapesjs-preset-webpage.min.css"> -->
<link rel="stylesheet" href="stylesheets/grapesjs-preset-webpage.min.css">
<script src="https://unpkg.com/grapesjs"></script>
<!-- <script src="https://unpkg.com/grapesjs-preset-webpage@1.0.2"></script> -->
<script src="https://unpkg.com/grapesjs-preset-webpage@1.0.2"></script>
<style>
body,
html {
Expand Down Expand Up @@ -36,7 +36,7 @@
fromElement: true,
noticeOnUnload: false,
storageManager: false,
plugins: [/*'grapesjs-preset-webpage',*/ 'grapesjs-templates'],
plugins: ['grapesjs-preset-webpage', 'grapesjs-templates'],
pluginsOpts: {
'grapesjs-templates': {
templates: 'http://localhost:3000/templates',
Expand Down

0 comments on commit 3a35006

Please sign in to comment.