Skip to main content
Validate page payload component

Properties

  • backgroundColor (string)
  • backgroundImage (string)
  • backgroundImageSetting (string)

Used in Categories

This component is used in the following categories:

Schema

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "definitions": {},
  "title": "Page layout component",
  "description": "Validate page payload component",
  "type": "object",
  "required": [],
  "properties": {
    "backgroundColor": {
      "type": "string"
    },
    "backgroundImage": {
      "type": "string"
    },
    "backgroundImageSetting": {
      "type": "string"
    }
  }
}