Skip to content

Commit f3e0c60

Browse files
Configure beta branch with version and experimental flag.
1 parent 9c67605 commit f3e0c60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

editor.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
</script>
7979
<script type="application/javascript">
8080
// VERSION INFORMATION
81-
EDITOR_VERSION = "2.0.0";
81+
EDITOR_VERSION = "2.1.0-beta.1";
8282
UPY_VERSION = "1.0.1";
8383
</script>
8484
<script id="files-template" type="x-tmpl-mustache">
@@ -445,7 +445,7 @@ <h2 id="modal-msg-title"></h2>
445445
blocks: false,
446446
snippets: true,
447447
share: false,
448-
experimental: false,
448+
experimental: true,
449449
},
450450
};
451451
web_editor(config);

0 commit comments

Comments
 (0)