diff --git a/ModuleJSONProperty.md b/ModuleJSONProperty.md index 9268c17..c5f6b3f 100644 --- a/ModuleJSONProperty.md +++ b/ModuleJSONProperty.md @@ -80,7 +80,7 @@ Property that contains multiple text styling sub properties. Select file from filebrowser |Parameter|Type|Description| |-|-|-| -|value|null| +|value|{ size:number, color:string, bold:boolean, italic:boolean, underlined:boolean, strikethrough:boolean, align:"left"\|"center"\|"right"}|Can also be null to use default settings. |allowedTypes|string[]|Which sub properties to show. Can be `size`, `color`, `bold`, `italic`, `underlined`, `strikethrough`, `align` ### time