social media btns

This commit is contained in:
2018-04-25 23:23:03 +02:00
parent e2b0c1c59a
commit bd68707e61
35 changed files with 1440 additions and 6 deletions
@@ -0,0 +1,11 @@
buttons_size: 20
additional_html: "<a class=\"a2a_button_facebook\"></a>\r\n<a class=\"a2a_button_twitter\"></a>\r\n<a class=\"a2a_button_reddit\"></a>\r\n<a class=\"a2a_button_email\"></a>\r\n"
additional_css: '.a2a_svg { border-radius: 0 !important; }'
additional_js: "a2a_config.icon_color = \"#fff,#1A1A1A\";\r\na2a_config.templates.email = {\r\n subject: \"Encyclopédie de la parole - ${title}\",\r\n body: \"Encyclopédie de la parole\\n${link}\"\r\n};"
universal_button: none
custom_universal_button: ''
universal_button_placement: before
no_3p: false
_core:
default_config_hash: 8aJF-FDdnrk-N2gLGWFQcLZIpuJZA0BE9NtgXTVJfVk
langcode: fr
@@ -224,6 +224,9 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
url_redirects:
weight: 50
region: content
hidden:
created: true
field_collectionneurs: true
@@ -11,6 +11,7 @@ dependencies:
- field.field.node.enregistrement.field_genres
- field.field.node.enregistrement.field_langues
- field.field.node.enregistrement.field_locuteurs
- field.field.node.enregistrement.field_nbr_locuteurs
- field.field.node.enregistrement.field_son
- field.field.node.enregistrement.field_transcript_trad
- field.field.node.enregistrement.field_transcript_vo
@@ -29,6 +30,11 @@ content:
region: content
settings: { }
third_party_settings: { }
addtoany:
weight: 3
region: content
settings: { }
third_party_settings: { }
chutier_actions:
weight: 1
region: content
@@ -54,12 +60,18 @@ content:
third_party_settings: { }
type: entity_reference_label
region: content
relations:
weight: 4
region: content
settings: { }
third_party_settings: { }
hidden:
body: true
field_collectionneurs: true
field_genres: true
field_langues: true
field_locuteurs: true
field_nbr_locuteurs: true
field_son: true
field_transcript_trad: true
field_transcript_vo: true
@@ -58,6 +58,7 @@ content:
settings: { }
third_party_settings: { }
hidden:
addtoany: true
field_afficher_en_page_d_acceuil: true
field_documents_lies: true
field_page_type: true
@@ -5,9 +5,13 @@ dependencies:
config:
- core.entity_view_mode.node.teaser
- field.field.node.page.body
- field.field.node.page.field_afficher_en_page_d_acceuil
- field.field.node.page.field_documents_lies
- field.field.node.page.field_page_type
- field.field.node.page.field_son
- field.field.node.page.field_view_mode
- field.field.node.page.field_visuel
- field.field.node.page.field_workflow_generic
- image.style.large
- node.type.page
module:
@@ -30,7 +34,7 @@ content:
region: content
field_son:
type: audiofield_audioplayer
weight: 5
weight: 3
region: content
label: above
settings:
@@ -43,6 +47,8 @@ content:
audio_player_initial_volume: 8
audio_player_autoplay: false
download_link: false
audio_player_lazyload: false
download_button: false
third_party_settings: { }
field_visuel:
type: image
@@ -59,5 +65,12 @@ content:
settings: { }
third_party_settings: { }
hidden:
addtoany: true
field_afficher_en_page_d_acceuil: true
field_documents_lies: true
field_page_type: true
field_view_mode: true
field_workflow_generic: true
langcode: true
production_parent: true
production_subtree: true
@@ -1,6 +1,7 @@
module:
action: 0
actions_permissions: 0
addtoany: 0
admin_toolbar: 0
admin_toolbar_links_access_filter: 0
audiofield: 0
@@ -0,0 +1 @@
additional_html: "<a class=\"a2a_button_facebook\"></a>\n<a class=\"a2a_button_twitter\"></a>\n<a class=\"a2a_button_google_plus\"></a>\n"