are there any specific updates you’re waiting for? We’re working on a few things behind the scenes, but nothing major we’re ready to announce just yet!
Hi there!
I’m really interested in the upcoming CMS features for Elements. Could you please let us know when functionalities like collection search, related items, item author, item tags, conditional display, or pagination will be available?
It would be great to have a rough timeline or any updates, as these features are very important for building dynamic sites with the CMS.
Thanks so much!
I know the Typography component needs to add support for lists, but whilst you’re waiting for that you could style lists manually by adding some custom CSS to your project’s template.
Something like this:
ul {
list-style-type: disc;
list-style-position: inside;
margin: 10px;
}
We are still working on these components and hope to have an update around availability in the coming weeks. I can’t give you a better timeline than that unfortunately!
In Typography, the Line Height and the bottom Margin will change the spacing underneath your Headings. You’ll need to do it for each H tag you’re using (i.e. H1,H2, H3, etc…).