Discussions
How do I customize the display of dynamically selected data in a Liquid template's settings?
I have section configuration as below. In type: select
attributes options I want to get data from content_type
nav_items instead of setting data static.
I have a page with many sections, each section contains many blocks, and within each block, I want to have many child blocks. Can someone please support me?
I have a page with many sections, each section contains many blocks, and within each block, I want to have many child blocks. Can someone please support me?
Separate section for each content_entry page
Hi, I'm building an ecommerce shop with Locomotive CMS. I want to add a gallery with a dynamic number of photos to each product. I've created a template page for my product entries and then added a gallery section to the template. I expected to able to edit the gallery on each product page separately, but the content is the same on all product pages.
Single content entry in edit section control
Hello, i would like to implement section view based on some content entries that need to be selected from edit section panel. In documentation described definition of section with content_type field, but it only create a link to content_type page. Is any way to select one entry from box, or i need to implement this functionality by myself ? Thanks for your answer.
block_display: tree not working
I tried to implement a menu section as suggested here.
I'm using the attribute blocks_display: tree
for the section, but it does not seem to work. The list of blocks in the editor UI is still linear and does not look like a tree. I can't even access any of the blocks I created inside my liquid template using section.blocks_as_tree
. section.blocks
seems to work.