Skip to content

1.4. Plain text

kirillo edited this page Apr 5, 2016 · 2 revisions

Description

Component represents block of text.

Elements

  • text *

* - required

Settings

  • font size
  • font type (bold, italic etc.)
  • font color
  • etc.

JSON representation

{
  "id" : "textId",
  "text" : "Some text",
  "type" : 4
}