Added visibility option for texts for usercontents

This commit is contained in:
Marcel Konrad
2019-11-12 18:10:28 +01:00
parent 5e6b36e9c1
commit dc4e3722c2
3 changed files with 24 additions and 3 deletions

View File

@@ -344,7 +344,11 @@
"text": "Text",
"x": 0,
"y": -11,
"color": 2039583
"color": 2039583,
"visible": {
"type": "js",
"function": "isVisible"
}
}
]
}