forked from klarstil/ShopwareMobile
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMeta.php
More file actions
14 lines (14 loc) · 366 Bytes
/
Meta.php
File metadata and controls
14 lines (14 loc) · 366 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
return array(
'version' => '[version]',
'autor' => 'shopware AG, [author]',
'copyright' => 'Copyright © [year], shopware AG',
'label' => '[plugin_name]',
'source' => $this->getSource(),
'description' => '[description]',
'license' => '[license]',
'support' => '[support]',
'link' => '[link]',
'changes' => '[changelog]',
'revision' => '[revision]'
);