Homepage

LiquidLayout

Last edit: Oct 26, 2022

Liquid Layouts

type LiquidLayout implements AdminSharedAttributesInterface {
  body: String
  created_at: JSONDate!
  format: PageFormat
  id: ID!
  metadata: HashObject
  path: String!
  physical_file_path: String
  updated_at: JSONDate!
}

Fields

body (String)

liquid code to evaluate to valid html. To inject content of the resources using the layout use

created_at (JSONDate)

format (PageFormat)

id (ID)

metadata (HashObject)

path (String)

Defines the the path for layout, must starts with layouts/, for example
layouts/my_layout. Please note that the layouts/ prefix must be skipped when
setting layout in Page or EmailNotification

physical_file_path (String)

defines the physical path of the file

updated_at (JSONDate)

Interfaces

AdminSharedAttributesInterface

Questions?

We are always happy to help with any questions you may have.

contact us