LiquidPartial
Last edit: Jun 10, 2024
Liquid Partials
type LiquidPartial implements AdminSharedAttributesInterface {
body: String
created_at: JSONDate!
format: PageFormat
id: ID!
manually_managed: Boolean
metadata: HashObject
path: String!
physical_file_path: String
updated_at: JSONDate!
}
Fields
body
(String
)
liquid code to evaluate to valid html
created_at
(JSONDate
)
format
(PageFormat
)
id
(ID
)
manually_managed
(Boolean
)
defines whether this objectwill be affected via pos-cli deploy / sync
metadata
(HashObject
)
path
(String
)
defines the name of the partial to be used with include tag
physical_file_path
(String
)
defines the physical path of the file