Skip to content

Commit

Permalink
Merge branch 'master' into feature-kw-settings-page
Browse files Browse the repository at this point in the history
  • Loading branch information
esmeetewinkel authored Dec 31, 2024
2 parents ac79f12 + 3243e30 commit 1f75db5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class TmplTitleComponent extends TemplateBaseComponent implements ITempla
this.params.textAlign = getStringParamFromTemplateRow(
this._row,
"text_align",
"left"
null
) as ITitleParams["textAlign"];
this.params.variant = getStringParamFromTemplateRow(this._row, "variant", "")
.split(",")
Expand Down

0 comments on commit 1f75db5

Please sign in to comment.