social network links #1908
This commit is contained in:
parent
8d1959c515
commit
c9e71dac1d
|
@ -24,7 +24,7 @@ settings:
|
||||||
description: ''
|
description: ''
|
||||||
weight: '-10'
|
weight: '-10'
|
||||||
instagram:
|
instagram:
|
||||||
value: materio_fr
|
value: materio_group
|
||||||
description: ''
|
description: ''
|
||||||
weight: '-9'
|
weight: '-9'
|
||||||
xing:
|
xing:
|
||||||
|
@ -64,7 +64,7 @@ settings:
|
||||||
description: ''
|
description: ''
|
||||||
weight: '0'
|
weight: '0'
|
||||||
linkedin:
|
linkedin:
|
||||||
value: ''
|
value: company/mat-rio-sas
|
||||||
description: ''
|
description: ''
|
||||||
weight: '1'
|
weight: '1'
|
||||||
youtube_channel:
|
youtube_channel:
|
||||||
|
@ -128,13 +128,22 @@ settings:
|
||||||
fontawesome:
|
fontawesome:
|
||||||
examples: ''
|
examples: ''
|
||||||
visibility:
|
visibility:
|
||||||
view_inclusion:
|
user_status:
|
||||||
id: view_inclusion
|
id: user_status
|
||||||
|
negate: false
|
||||||
|
context_mapping:
|
||||||
|
user: '@user.current_user_context:current_user'
|
||||||
|
user_status:
|
||||||
|
viewing_profile: '0'
|
||||||
|
logged_viewing_profile: '0'
|
||||||
|
own_page_true: '0'
|
||||||
|
field_value: '0'
|
||||||
|
user_fields: uid
|
||||||
|
context_all:
|
||||||
|
id: context_all
|
||||||
negate: null
|
negate: null
|
||||||
context_mapping: { }
|
values: ''
|
||||||
view_inclusion: { }
|
context:
|
||||||
request_path_exclusion:
|
id: context
|
||||||
id: request_path_exclusion
|
|
||||||
negate: null
|
negate: null
|
||||||
context_mapping: { }
|
values: ''
|
||||||
pages: ''
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -73,7 +73,7 @@
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 2px; margin: 0; vertical-align: top;">
|
<td style="padding: 2px; margin: 0; vertical-align: top;">
|
||||||
<a href="https://www.instagram.com/materio_fr" target="_blank" style="display: block; border: none; text-decoration: none;">
|
<a href="https://www.instagram.com/materio_group" target="_blank" style="display: block; border: none; text-decoration: none;">
|
||||||
<img src="https://materio.com/sites/default/files/ico_social_instagram.png" alt="instagram" style="vertical-align: top; border: none;">
|
<img src="https://materio.com/sites/default/files/ico_social_instagram.png" alt="instagram" style="vertical-align: top; border: none;">
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
@ -82,6 +82,11 @@
|
||||||
<img src="https://materio.com/sites/default/files/ico_social_youtube.png" alt="youtube" style="vertical-align: top; border: none;">
|
<img src="https://materio.com/sites/default/files/ico_social_youtube.png" alt="youtube" style="vertical-align: top; border: none;">
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
<td style="padding: 2px; margin: 0; vertical-align: top;">
|
||||||
|
<a href="https://www.linkedin.com/company/mat-rio-sas" target="_blank" style="display: block; border: none; text-decoration: none;">
|
||||||
|
<img src="https://materio.com/sites/default/files/ico_social_linkedin.png" alt="youtube" style="vertical-align: top; border: none;">
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in New Issue