Skip to content

Commit f373126

Browse files
committed
Correct descriptions of opacity field
1 parent 682814d commit f373126

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/schema/src/schema/project/layers/heatmapLayer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"opacity": {
1313
"type": "number",
14-
"description": "The opacity of the source",
14+
"description": "The opacity of the layer",
1515
"default": 1,
1616
"multipleOf": 0.1,
1717
"minimum": 0,

packages/schema/src/schema/project/layers/imageLayer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"opacity": {
1313
"type": "number",
14-
"description": "The opacity of the source",
14+
"description": "The opacity of the layer",
1515
"default": 1,
1616
"multipleOf": 0.1,
1717
"minimum": 0,

packages/schema/src/schema/project/layers/rasterLayer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"opacity": {
1313
"type": "number",
14-
"description": "The opacity of the source",
14+
"description": "The opacity of the layer",
1515
"default": 1,
1616
"multipleOf": 0.1,
1717
"minimum": 0,

0 commit comments

Comments
 (0)