Skip to content

Commit 4a19480

Browse files
committed
Fixed setting definitions in the package.json file.
1 parent b6125b9 commit 4a19480

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
"configuration": {
3131
"title": "DGMLViewer",
3232
"properties": {
33-
"dgmlViewer.dgmlViewer.defaultNodeBackgroundColor": {
33+
"dgmlViewer.defaultNodeBackgroundColor": {
3434
"type": "string",
3535
"default": "#D2E5FF",
3636
"description": "The color of the nodes of the directed graph. The string should be in rgb format."
3737
},
38-
"dgmlViewer.dgmlViewer.edgeArrowToType": {
38+
"dgmlViewer.edgeArrowToType": {
3939
"type": "string",
4040
"default": "triangle",
4141
"enum": [
@@ -53,7 +53,7 @@
5353
],
5454
"description": "The default ending of the edges."
5555
},
56-
"dgmlViewer.dgmlViewer.nodeShape": {
56+
"dgmlViewer.nodeShape": {
5757
"type": "string",
5858
"default": "box",
5959
"enum": [
@@ -72,27 +72,27 @@
7272
],
7373
"description": "The shape of the nodes in the directed graph. Notice that 'ellipse','circle','database','box' and 'text' have the label inside the shape, the rest have the label outside the shape."
7474
},
75-
"dgmlViewer.dgmlViewer.graphSelectionGuidelineColor": {
75+
"dgmlViewer.graphSelectionGuidelineColor": {
7676
"type": "string",
7777
"default": "blue",
7878
"description": "The color of the guidelines used when selecting part of a directed graph. The string should be in rgba format or standard css color names."
7979
},
80-
"dgmlViewer.dgmlViewer.graphSelectionGuidelineWidth": {
80+
"dgmlViewer.graphSelectionGuidelineWidth": {
8181
"type": "number",
8282
"default": "1",
8383
"description": "The width of the guide lines shown when selecting part of a directed graph"
8484
},
85-
"dgmlViewer.dgmlViewer.graphSelectionColor": {
85+
"dgmlViewer.graphSelectionColor": {
8686
"type": "string",
8787
"default": "red",
8888
"description": "The color of the selection rectangle used when selecting part of a directed graph. The string should be in rgba format or standard css color names."
8989
},
90-
"dgmlViewer.dgmlViewer.graphSelectionWidth": {
90+
"dgmlViewer.graphSelectionWidth": {
9191
"type": "number",
9292
"default": "2",
9393
"description": "The width of the selection rectangle shown when selecting part of a directed graph"
9494
},
95-
"dgmlViewer.dgmlViewer.pngFilename": {
95+
"dgmlViewer.pngFilename": {
9696
"type": "string",
9797
"default": "DirectedGraph.png",
9898
"description": "The default name used when saving the directed graph to a Png file."

0 commit comments

Comments
 (0)