short style

This commit is contained in:
CHIEFSOFT\ameye
2023-06-11 14:13:56 -04:00
parent bb8e4646a2
commit 02d32703a9
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -118,6 +118,7 @@ class ResultFormatter extends Model
"short_button_text" => $out["short_button_text_${key}"],
"short_title" => $out["short_title_${key}"],
"short_description" => $out["short_description_${key}"],
"short_style" => $out["short_style_${key}"],
);
}
break;
+1
View File
@@ -112,6 +112,7 @@ function processOutJson($in, $out) {
"short_button_text" => $out["short_button_text_${key}"],
"short_title" => $out["short_title_${key}"],
"short_description" => $out["short_description_${key}"],
"short_style" => $out["short_style_${key}"],
);
}
break;