I'm considering using Cosmic CMS for a WS project. While digging around one of their project template I noticed an object field named Layout - simple dropdown field with 3 options - that controlled the order of elements in a section. For example, one Layout value is "2-Column - Image | Content" that order the image first followed by some text content (just as it sounds). Another Layout value is "2-Column - Content | Image" that puts the text content first followed by the image. The attached PNG file details the use of this field. Is it possible to do something similar in WS? Thanks!
Probably but would need to see how the API outputs that content. You would likely use a collection to see what type of layout it is and then conditionally apply sections in Webstudio