add missing thumbnail width cont

This commit is contained in:
Rafal Leszczynski 2015-05-06 16:16:16 +02:00
parent 440b1e934b
commit 7b852d80b4

View file

@ -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',