<?php
namespace IndabaIbexportBundle;
use Pimcore\Extension\Bundle\AbstractPimcoreBundle;
class IndabaIbexportBundle extends AbstractPimcoreBundle
{
public function getJsPaths()
{
return [
'/bundles/indabaibexport/js/pimcore/config.js',
'/bundles/indabaibexport/js/pimcore/indabaibexport.js',
'/bundles/indabaibexport/js/indabaibexport/ImageInfoTab.js',
'/bundles/indabaibexport/js/indabaibexport/dialog/configdialog.js'
];
}
public function getInstaller()
{
return $this->container->get(Installer::class);
}
}