WEBAPPS
Layouts
WebApp Detail Layouts
3min
when enabled, webapps have automatically generated detail pages, which use your chosen detail layout to display each webapp item's content users can make new webapp items and the page will automatically be created for them syntax to output a webapp list within a detail layout you must include the following parameter type 'list' see more about nesting dynamic content inside your webapp layouts in the nested content and datasources section of the documentation see more about list output parameters on the list layouts doc folder structure when you create a webapp, default files are automatically created for you webapp list layouts are stored in the following folder structure, which you can view via code editor layouts/webapps/webapp id (my webapp)/ within this folder you will find the following detail/ the detail layouts of the webapp, visible on the url of the item default liquid the default detail layout editing layouts to create a custom layout file, right click on the detail folder alternatively, you can edit the default file all layout files must use the liquid file extension, for example mylayout liquid you can select which detail layout a webapp from a dropdown on the edit webapp page while editing the layout of the webapp using code editor, you can output any field using the dropdown along the top of the editor