Section & Variations › Client
Available Parameters
| Parameter | Type | Description |
|---|---|---|
variation
|
Text
required Default : client-variation-1
|
Set variation for Client section. List of available variations :
|
images
|
Array of Filename
required |
Set list of Client logo. The value is array of image filename in the src/assets/images/ folder. |
Available Variations
Starter Kit Codes
{# include sections/client #}
{% include "../resources/sections/client.twig", with {
'variation' : 'client-variation-1',
'images' : [
'client-image-96-1-white.svg',
'client-image-96-2-white.svg',
'client-image-96-3-white.svg',
'client-image-96-4-white.svg',
'client-image-96-5-white.svg',
'client-image-96-6-white.svg'
]
} %}
Starter Kit Codes
{# include sections/client #}
{% include "../resources/sections/client.twig", with {
'variation' : 'client-variation-2',
'images' : [
'client-image-140-1.svg',
'client-image-140-2.svg',
'client-image-140-3.svg',
'client-image-140-4.svg',
'client-image-140-5.svg'
]
} %}