From 3932f3e0add488b0caf0acbd4b96b5569208b2cb Mon Sep 17 00:00:00 2001 From: wzztoone Date: Sat, 28 May 2022 15:03:27 +0800 Subject: [PATCH] add copyOption Signed-off-by: wzztoone Change-Id: I78656f4bac3c95c2180dc2adee5819ebc9a8e2b0 --- compiler/components/text.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/components/text.json b/compiler/components/text.json index 9d8d8ef..4d667ef 100644 --- a/compiler/components/text.json +++ b/compiler/components/text.json @@ -4,6 +4,6 @@ "attrs": [ "fontColor", "fontSize", "fontStyle", "fontWeight", "textAlign", "lineHeight", "textOverflow", "maxLines", "decoration", "letterSpacing", "textCase", "baselineOffset", "minFontSize", - "maxFontSize" + "maxFontSize", "copyOption" ] } \ No newline at end of file