bundles/CustomLocationSelectElementBundle/CustomLocationSelectElementBundle.php line 7

Open in your IDE?
  1. <?php
  2. namespace CustomLocationSelectElementBundle;
  3. use Pimcore\Extension\Bundle\AbstractPimcoreBundle;
  4. class CustomLocationSelectElementBundle extends AbstractPimcoreBundle
  5. {
  6.     public function getJsPaths() {
  7.         return [
  8.             '/bundles/customlocationselectelement/js/pimcore/object/classes/data/customLocationSelectElement.js',
  9.             '/bundles/customlocationselectelement/js/pimcore/object/tags/customLocationSelectElement.js'
  10.         ];
  11.     }
  12. }