File Structure
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
In general there are two main types of folder structure for Modules, though within that, there will be variation on the types of file available, so check each individual module.
The form directory stores the form layout for Module create/ edit Forms.
Most Siteglide published Modules will have a folder structure a little like this:
marketplace_builder/
└── views/
└── partials/
└── layouts/
└── modules/
└── module_3/
└── example_layout_name/
| └── list/
| | |── wrapper.liquid
| | └── item.liquid
| └── detail/
| |── wrapper.liquid
| └── item.liquid
└── form/
└── example_layout_name.liquid
modules/
└── example_module_id/
└── private/
└── public/
└── views/
└── partials/
└── layouts/
└── modules/
└── module_3/
└── example_layout_name/
| └── list/
| | |── wrapper.liquid
| | └── item.liquid
| └── detail/
| |── wrapper.liquid
| └── item.liquid
└── form/
└── example_layout_name.liquid
Read more about Module Directory Structure on platformOS: https://documentation.platformos.com/developer-guide/platformos-workflow/directory-structure#modules