social network links #1908
This commit is contained in:
parent
8d1959c515
commit
c9e71dac1d
|
@ -24,7 +24,7 @@ settings:
|
|||
description: ''
|
||||
weight: '-10'
|
||||
instagram:
|
||||
value: materio_fr
|
||||
value: materio_group
|
||||
description: ''
|
||||
weight: '-9'
|
||||
xing:
|
||||
|
@ -64,7 +64,7 @@ settings:
|
|||
description: ''
|
||||
weight: '0'
|
||||
linkedin:
|
||||
value: ''
|
||||
value: company/mat-rio-sas
|
||||
description: ''
|
||||
weight: '1'
|
||||
youtube_channel:
|
||||
|
@ -128,13 +128,22 @@ settings:
|
|||
fontawesome:
|
||||
examples: ''
|
||||
visibility:
|
||||
view_inclusion:
|
||||
id: view_inclusion
|
||||
user_status:
|
||||
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
|
||||
context_mapping: { }
|
||||
view_inclusion: { }
|
||||
request_path_exclusion:
|
||||
id: request_path_exclusion
|
||||
values: ''
|
||||
context:
|
||||
id: context
|
||||
negate: null
|
||||
context_mapping: { }
|
||||
pages: ''
|
||||
values: ''
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -73,7 +73,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<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;">
|
||||
</a>
|
||||
</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;">
|
||||
</a>
|
||||
</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>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Reference in New Issue