Includes are all of the following: Code Snippet, Content Section, Header, Footer.
Code Snippets must be stored within the following file path of your project: marketplace_builder/views/partials/includes/code_snippet/ and must be .liquid file type.
Content Sections must be stored within the following file path of your project: marketplace_builder/views/partials/includes/content_section/ and must be .liquid file type.
Headers must be stored within the following file path of your project: marketplace_builder/views/partials/includes/header/ and must be .liquid file type.
Footers must be stored within the following file path of your project: marketplace_builder/views/partials/includes/footer/ and must be .liquid file type.
This is an example Include generated by Siteglide. Below, we'll list available YML parameters, and body content.
metadata
physical_file_path - Files should be stored in a location relative to their ID and file_type. If your ID is '3', and file_type is 'header', then the physical_file_path would be views/partials/includes/header/3.liquid