From 82fcbb7736b9724a9dc209f2f420a1a112406a06 Mon Sep 17 00:00:00 2001 From: Mees van der Wijk Date: Mon, 16 Oct 2023 16:50:09 +0000 Subject: [PATCH] Updated some stuff --- ModuleJSONProperty.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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