Pablo Lozano

Results 5 comments of Pablo Lozano

> In a project on Sulu 1.6, I created a small bundle to change the menu dynamically, depending on my snippet configuration. In my sample implementation, snippet can be grouped...

Maybe only be able to filter by "created at" which is not a dynamic field.

Hi! I think an improvement that would help a lot of developers would be a ContentSearchAPI to do custom searches on documents. Something like: ``` $query = new Query\Query(); $template...

I have solved with this changes: ```php for ($i = 1; $i importPage($i); $size = $pdf->getTemplateSize($tplId); $pdf->AddPage($size['orientation']); $pdf->useTemplate($tplId, 0, 0, $size['width'], $size['height'], true); } ```

"messages" is the domain for translation in symfony. Read about in [symfony doc ](http://symfony.com/doc/current/translation.html#translation-resource-file-names-and-locations)