social media btns
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
buttons_size: 32
|
||||
additional_html: |
|
||||
<a class="a2a_button_facebook"></a>
|
||||
<a class="a2a_button_twitter"></a>
|
||||
<a class="a2a_button_google_plus"></a>
|
||||
additional_css: ''
|
||||
additional_js: ''
|
||||
universal_button: default
|
||||
custom_universal_button: ''
|
||||
universal_button_placement: before
|
||||
no_3p: false
|
||||
@@ -0,0 +1,28 @@
|
||||
# Schema file for the configuration files of the addtoany module.
|
||||
addtoany.settings:
|
||||
type: config_object
|
||||
label: 'AddToAny Settings'
|
||||
mapping:
|
||||
buttons_size:
|
||||
type: integer
|
||||
additional_html:
|
||||
type: text
|
||||
label: 'Additional HTML'
|
||||
additional_css:
|
||||
type: string
|
||||
label: 'Additional CSS'
|
||||
additional_js:
|
||||
type: string
|
||||
label: 'Additional JS'
|
||||
universal_button:
|
||||
type: string
|
||||
label: 'Universal Button Type'
|
||||
custom_universal_button:
|
||||
type: uri
|
||||
lable: 'Custom button URL'
|
||||
universal_button_placement:
|
||||
type: string
|
||||
label: 'Universal Button Placement'
|
||||
no_3p:
|
||||
type: boolean
|
||||
label: 'Disable 3rd Party Cookies'
|
||||
Reference in New Issue
Block a user