We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 590a0fe + d94e8b1 commit 1ce1d29Copy full SHA for 1ce1d29
example/scratchpad/bundle.js
@@ -33,6 +33,11 @@ define([
33
legacyRegistry.register("example/scratchpad", {
34
"extensions": {
35
"roots": [
36
+ {
37
+ "id": "scratch:root"
38
+ }
39
+ ],
40
+ "models": [
41
{
42
"id": "scratch:root",
43
"model": {
example/taxonomy/bundle.js
@@ -35,6 +35,11 @@ define([
"description": "Example illustrating the addition of a static top-level hierarchy",
+ "id": "exampleTaxonomy"
44
"id": "exampleTaxonomy",
45
0 commit comments