From 72891c08829ba7238bb605167fe454149fb06365 Mon Sep 17 00:00:00 2001 From: wangqing Date: Wed, 15 Feb 2023 23:55:56 -0800 Subject: [PATCH] Add order style validator. Signed-off-by: wangqing --- deps/weex-styler/lib/validator.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deps/weex-styler/lib/validator.js b/deps/weex-styler/lib/validator.js index 30ea65f..d76f5ee 100644 --- a/deps/weex-styler/lib/validator.js +++ b/deps/weex-styler/lib/validator.js @@ -2381,7 +2381,8 @@ var RICH_PROP_NAME_GROUPS = { imageFill: COLOR_VAR_VALIDATOR, maskImage: MASK_VALIDATOR, maskPosition: BACKGROUND_POSITION_VALIDATOR, - maskSize: BACKGROUND_SIZE_VALIDATOR + maskSize: BACKGROUND_SIZE_VALIDATOR, + order:INTEGER_VALIDATOR }, text: { lines: INTEGER_VALIDATOR, -- Gitee