mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-15 11:59:56 +00:00
add missing thumbnail width cont
This commit is contained in:
parent
440b1e934b
commit
7b852d80b4
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
class PortableInfoboxRenderService extends WikiaService {
|
class PortableInfoboxRenderService extends WikiaService {
|
||||||
const LOGGER_LABEL = 'portable-infobox-render-not-supported-type';
|
const LOGGER_LABEL = 'portable-infobox-render-not-supported-type';
|
||||||
|
const THUMBNAIL_WIDTH = 270;
|
||||||
|
|
||||||
private $templates = [
|
private $templates = [
|
||||||
'wrapper' => 'PortableInfoboxWrapper.mustache',
|
'wrapper' => 'PortableInfoboxWrapper.mustache',
|
||||||
|
|
Loading…
Reference in a new issue