updated features, removed watermark

This commit is contained in:
2017-03-03 16:28:22 +01:00
parent a4bd434e68
commit a66a41e2cd
3 changed files with 6 additions and 27 deletions
@@ -1161,9 +1161,10 @@ function admin_strongarm() {
'default_logo' => 1, 'default_logo' => 1,
'logo_path' => '', 'logo_path' => '',
'logo_upload' => '', 'logo_upload' => '',
'default_favicon' => 1, 'default_favicon' => 0,
'favicon_path' => '', 'favicon_path' => 'sites/all/themes/figureslibres/clameurs/icon.png',
'favicon_upload' => '', 'favicon_upload' => '',
'favicon_mimetype' => 'image/png',
); );
$export['theme_settings'] = $strongarm; $export['theme_settings'] = $strongarm;
@@ -35,7 +35,7 @@ function clameurs_default_fe_block_settings() {
'weight' => 0, 'weight' => 0,
), ),
), ),
'title' => '', 'title' => '<none>',
'visibility' => 0, 'visibility' => 0,
); );
@@ -59,7 +59,7 @@ function clameurs_image_default_styles() {
$styles['video_thumb_docu'] = array( $styles['video_thumb_docu'] = array(
'label' => 'video_thumb_docu', 'label' => 'video_thumb_docu',
'effects' => array( 'effects' => array(
11 => array( 1 => array(
'name' => 'image_scale_and_crop', 'name' => 'image_scale_and_crop',
'data' => array( 'data' => array(
'width' => 300, 'width' => 300,
@@ -67,17 +67,6 @@ function clameurs_image_default_styles() {
), ),
'weight' => -9, 'weight' => -9,
), ),
10 => array(
'name' => 'canvasactions_file2canvas',
'data' => array(
'xpos' => 'center',
'ypos' => 'center',
'alpha' => 90,
'scale' => '',
'path' => 'sites/all/themes/figureslibres/clameurs/images/video_overlay.png',
),
'weight' => -8,
),
), ),
); );
@@ -100,7 +89,7 @@ function clameurs_image_default_styles() {
$styles['video_thumb_themat'] = array( $styles['video_thumb_themat'] = array(
'label' => 'video_thumb_themat', 'label' => 'video_thumb_themat',
'effects' => array( 'effects' => array(
8 => array( 3 => array(
'name' => 'image_scale_and_crop', 'name' => 'image_scale_and_crop',
'data' => array( 'data' => array(
'width' => 760, 'width' => 760,
@@ -108,17 +97,6 @@ function clameurs_image_default_styles() {
), ),
'weight' => -9, 'weight' => -9,
), ),
2 => array(
'name' => 'canvasactions_file2canvas',
'data' => array(
'xpos' => 'center',
'ypos' => 'center',
'alpha' => 90,
'scale' => '',
'path' => 'sites/all/themes/figureslibres/clameurs/images/video_overlay.png',
),
'weight' => -8,
),
), ),
); );