mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 01:30:32 +02:00
Voux theme now sets a default social plugin preference during install. "instant edit" links added to custom menus, other news2. (more to come)
This commit is contained in:
@@ -178,6 +178,15 @@
|
||||
'vimeo' => '',
|
||||
)]]></core>
|
||||
</prefs>
|
||||
<pluginPrefs>
|
||||
<social name="sharing_providers"><![CDATA[array (
|
||||
'email' => '1',
|
||||
'facebook-like' => '1',
|
||||
'twitter' => '1',
|
||||
'google-plus1' => '1',
|
||||
'pinterest' => '1',
|
||||
)]]></social>
|
||||
</pluginPrefs>
|
||||
<database>
|
||||
<dbTable name="core_media">
|
||||
<item>
|
||||
|
Reference in New Issue
Block a user