Browse Source

social network links #1908

bach 2 years ago
parent
commit
c9e71dac1d

+ 19 - 10
config/sync/block.block.socialmedialinks.yml

@@ -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 it is too large
+ 2 - 80
web/themes/custom/materiotheme/assets/dist/main.css


BIN
web/themes/custom/materiotheme/assets/dist/main.css.gz


+ 6 - 1
web/themes/custom/materiotheme/templates/simplenews-newsletter-body.html.twig

@@ -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>

Some files were not shown because too many files changed in this diff