Skip to content

Introduction

In this section, we will cover the main components (we will call them nodes) of that make up the template.

For the sake of simplicity, we will only list customizable attributes of Nodes.

In the future, we will enrich the API reference with the full schema and provide you with functionality to generate all sorts of templates via the API. Meanwhile, feel free to use this minimal API reference to apply template modifications.

Core nodes

There are 4 core Nodes:

  • Device
  • Text
  • Image (API support to be implemented)
  • Background (API support to be implemented)
Back to top