Skip to content

Commit

Permalink
Addedd params file with thumbnail options
Browse files Browse the repository at this point in the history
  • Loading branch information
tafid committed Jan 27, 2017
1 parent 69681f7 commit 00bb8f6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
},
"extra": {
"config-plugin": {
"params": "src/config/params.php",
"hisite": "src/config/hisite.php"
}
},
Expand Down
16 changes: 16 additions & 0 deletions src/config/params.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php
return [
'thumb.catalog' => [
'thumbnail' => [
'width' => 260,
'height' => 180,
],
'placeholder' => [
'width' => 260,
'height' => 180,
]
],
'thumb.carousel' => [

],
];

0 comments on commit 00bb8f6

Please sign in to comment.