Lowdefy

Context

areas: content

The Context block creates a new context. It can be used at a page level to create the context for the page, or it can be used inside a page to create a separate context (for example to create a new context for a web form).

content
id: block_id
type: Context

properties:
Context content string, alternatively provide and list of blocks as Context content.
Css style object to apply to Context div.
type: object
properties:
  events:
    additionalProperties: false
    properties:
      onClick:
        description: Trigger actions when the Context is clicked.
        type: array
    type: object
  properties:
    additionalProperties: false
    properties:
      content:
        description: >-
          Context content string, alternatively provide and list of blocks as
          Context content.
        type: string
      style:
        description: Css style object to apply to Context div.
        type: object
    type: object