Skip to content

Commit 71e56ae

Browse files
committed
docs: formatting
Change-Id: Ie438eb18755cfb66c60bb8a4ddc51f5e13568791
1 parent aeff96e commit 71e56ae

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

docs/faq/custom-collage.md

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,12 @@ Notes:
130130

131131
Single framed images only work when `apply_frame` is `always`.
132132

133+
---
134+
133135
## Collage Frames and Backgrounds: Name Changes
134136

135137
This guide explains how layout-specific frames and backgrounds are applied automatically if they exist. The system supports **default templates** with specific layout prefixes.
136138

137-
---
138-
139139
### How Name Changes Work
140140

141141
When you select a collage layout, the system looks for **layout-specific files**:
@@ -150,8 +150,8 @@ If the layout-specific file exists, it replaces the default. If it does **not ex
150150
- Default frame: `basic.png`
151151
- Layout: `1+2-1`
152152
- System checks for: `1+2-1_basic.png`
153-
- If exists → used automatically
154-
- If not → falls back to `basic.png`
153+
- If exists → used automatically
154+
- If not → falls back to `basic.png`
155155

156156
---
157157

@@ -172,22 +172,20 @@ The following prefixes can be used when naming layout-specific frame or backgrou
172172
- `2x4-3`
173173
- `2x4-4`
174174
- `3+1-1`
175-
- `collage`
175+
- `collage.json`
176176

177177
---
178178

179179
### User Guidelines
180180

181-
1. **Upload layout-specific files** using the pattern: `<layout>_<filename>`
182-
Example: `2+2-1_frame.png` or `2+4-2_background.jpg`
183-
184-
2. **Keep default files** in place for fallback.
185-
Example: `frame.png`, `background.jpg`
186-
187-
3. **Automatic selection:**
188-
- When a layout is selected, the system checks if a layout-specific file exists.
189-
- If it exists, it replaces the default automatically.
190-
- If not, the default is used.
181+
- **Upload layout-specific files** using the pattern: `<layout>_<filename>`
182+
- Example: `2+2-1_frame.png` or `2+4-2_background.jpg` or `collage.json_background.jpg`
183+
- **Keep default files** in place for fallback.
184+
- Example: `frame.png`, `background.jpg`
185+
- **Automatic selection:**
186+
- When a layout is selected, the system checks if a layout-specific file exists.
187+
- If it exists, it replaces the default automatically.
188+
- If not, the default is used.
191189

192190
---
193191

@@ -199,4 +197,4 @@ The following prefixes can be used when naming layout-specific frame or backgrou
199197
| `2x4-2` | `basic.png` | `2x4-2_basic.png` |
200198

201199
- Backgrounds follow the **same naming convention**.
202-
Example: `2x3-1_white.png` replaces `white.png` if it exists.
200+
- Example: `2x3-1_white.png` replaces `white.png` if it exists.

0 commit comments

Comments
 (0)