short style
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user