Update 'ModuleJSONProperty'
@@ -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.
|
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
|
```JSON
|
||||||
{
|
{
|
||||||
"name": "Property 1",
|
"title": "Property 1",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"description": "Enter some text",
|
"description": "Enter some text",
|
||||||
"value": "Hello World!"
|
"value": "Hello World!"
|
||||||
|
|||||||
Reference in New Issue
Block a user