<?phpnamespace Abcpremium\MediaEmbeddedDataWhitelistBundle;use Pimcore\Extension\Bundle\AbstractPimcoreBundle;class AbcpremiumMediaEmbeddedDataWhitelistBundle extends AbstractPimcoreBundle{ public function getDescription() { return 'Mange the displayed embedded meta information of image and videos through an whitelist.'; } public function getVersion() { return '0.0.1'; }}