Skip to content

Commit 5b6d6a5

Browse files
Change wording from implicit to explicit
1 parent 461db9f commit 5b6d6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ The Page then iterates through all Component Cell instances stored in `@cells`,
184184

185185
This `render_mode` applies if the following condition is met:
186186

187-
- Implicit `only_component` request
187+
- Explicit request for **exactly one** component:
188188
- the page is requested with the query param: `component_key=xyz`
189189

190190
If the Page is asked to only render one of its Components, the given `component_key` is used to find the corresponding node within the Pages `@nodes`. If found, the corresponding Component Cell is instantiated and ONLY this Cell is rendered:

0 commit comments

Comments
 (0)