Skip to content

Commit 4a8a641

Browse files
committed
docs: use block instead of container, simplify slider collection setup
Made-with: Cursor
1 parent 5af8d6b commit 4a8a641

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

content/cms/dynamic-pages.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To show multiple items on a single page (e.g., a blog listing), use a **Collecti
3939
3. Design the layout for a single item — the design repeats for each item
4040
4. Bind collection fields to elements inside the list
4141

42-
You can also right-click any container element and select **Convert to collection** to quickly turn it into a collection list. The container's existing children become the repeating template.
42+
You can also right-click any block and select **Convert to collection** to quickly turn it into a collection list. The block's existing children become the repeating template.
4343

4444
### Sorting
4545

content/editor/slider.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,12 @@ Select the slider element and open the **Settings** tab in the right panel to co
8686

8787
You can use CMS collection items as slides to create dynamic, data-driven sliders. Instead of manually creating each slide, connect a collection and design a single slide template that repeats for each item.
8888

89-
1. Inside the **Slides** wrapper, add a container and connect it to a collection
90-
2. Place a **Slide** element inside the container
91-
3. Bind collection fields to elements within the slide (images, text, links, etc.)
89+
1. Select the **Slides** block in the Layers panel
90+
2. Right-click and choose **Convert to collection**, then select the collection
91+
3. Design a single **Slide** inside and bind collection fields to its elements (images, text, links, etc.)
9292

9393
Each collection item generates a slide automatically. This is ideal for testimonial sliders, product carousels, team member spotlights, and any content managed through the CMS.
9494

95-
You can also right-click any container inside a slider and select **Convert to collection** to quickly set up a collection-powered slider.
96-
9795
## Styling
9896

9997
You can style every part of the slider independently:

0 commit comments

Comments
 (0)