Update 'ModuleJSONProperty'

2023-05-19 13:53:29 +00:00
parent 797980b651
commit 47f03d02b0

@@ -2,7 +2,7 @@
Each property consists of a property-type, some metadata and of course the value. Below is an example of what a basic property looks like.
```JSON
{
"name": "Property 1",
"title": "Property 1",
"type": "text",
"description": "Enter some text",
"value": "Hello World!"