Homepage

LiquidPartialInputType

Last edit:

No description

type LiquidPartialInputType {
  body: String
  format: PageFormat
  manually_managed: Boolean
  metadata: HashObject
  path: String!
  physical_file_path: String
}

Fields

body (String)

format (PageFormat)

manually_managed (Boolean)

defines whether this object will be manually managed, meaning it will not be affected via pos-cli deploy / sync

metadata (HashObject)

path (String)

physical_file_path (String)

defines where the file definition will be available after pull; should start
with the module name follow by private/public scope, for example
manual/public/views/partials/my_partial

Questions?

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

contact us