@@ -146,11 +146,11 @@ View example of the logo section pattern without CTA block
146146View example of the logo section pattern without description and CTA block
147147</a ></div >
148148
149- #### Full vs Minimal mode
149+ #### Default vs Minimal mode
150150
151- Use the <code >mode</code > parameter to control how much content the pattern renders. Two modes are supported: "full " and "minimal".
151+ Use the <code >mode</code > parameter to control how much content the pattern renders. Two modes are supported: "default " and "minimal".
152152
153- - full ( default)
153+ - default
154154
155155 - Renders the title with a top rule, description, CTA, and logo block.
156156 - Renders the root element as a <code >< ; section> ; </code >
@@ -164,13 +164,13 @@ Usage
164164
165165- Add the mode property at the pattern level when invoking the macro.
166166
167- Example: full
167+ ##### Example: default
168168
169169``` json
170170{
171- "title" : {"text" : " Trusted by organisations worldwide" },
172- "mode" : " full " ,
173- "description" : " <p>We power the digital services of many public sector organisations .</p>" ,
171+ "title" : {"text" : " Trusted by organizations worldwide" },
172+ "mode" : " default " ,
173+ "description" : " <p>We power the digital services of many public sector organizations .</p>" ,
174174 "blocks" : [
175175 {"type" : " logo-block" , "item" : {"logos" : [{"attrs" : {"src" : " logo.png" , "alt" : " Org" }}]}},
176176 {"type" : " cta-block" , "item" : {"link" : {"content_html" : " Learn more" , "attrs" : {"href" : " /about" }}}}
@@ -179,14 +179,14 @@ Example: full
179179```
180180
181181<div class =" embedded-example " ><a href =" /docs/examples/patterns/logo-section/default " class =" js-example " data-lang =" jinja " >
182- View example of the "full " mode Logo section
182+ View example of the "default " mode Logo section
183183</a ></div >
184184
185- Example: minimal
185+ ##### Example: minimal
186186
187187``` json
188188{
189- "title" : {"text" : " Trusted by organisations worldwide" },
189+ "title" : {"text" : " Trusted by organizations worldwide" },
190190 "mode" : " minimal" ,
191191 "blocks" : [{"type" : " logo-block" , "item" : {"logos" : [{"attrs" : {"src" : " logo.png" , "alt" : " Org" }}]}}]
192192}
@@ -330,16 +330,16 @@ below.
330330 </td>
331331 <td>
332332 One of:<br>
333- <code>'full '</code>,<br>
333+ <code>'default '</code>,<br>
334334 <code>'minimal'</code>
335335 </td>
336336 <td>
337- <code>'full '</code>
337+ <code>'default '</code>
338338 </td>
339339 <td>
340340 Layout for the pattern.
341341 <ul>
342- <li>"full" ( default) : renders a <section> as the root element, and renders title, description and cta (suitable when used standalone).</li>
342+ <li>"default" : renders a <section> as the root element, and renders title, description and cta (suitable when used standalone).</li>
343343 <li>"minimal": renders a <div> as the root element, and does not render title, description and cta (suitable when used inside another section).</li>
344344 </ul>
345345 </td>
0 commit comments