# shopware5 plugin description

**URL:** https://forum.shopware.com/t/shopware5-plugin-description/30009
**Category:** Programmierung
**Created:** [27. August 2015 um 12:15 UTC](https://forum.shopware.com/t/shopware5-plugin-description/30009 "2015-08-27T12:15:53Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![wontfix](https://avatars.discourse-cdn.com/v4/letter/w/b19c9b/32.png) [@wontfix](https://forum.shopware.com/u/wontfix)
#### Post date: [27. August 2015 um 12:15 UTC](https://forum.shopware.com/t/shopware5-plugin-description/30009/1 "2015-08-27T12:15:53Z")

</div>

was ist mit der plugin description passiert? wo kann ich dies in shopware5 definieren? kann keine erwähnung von “description” hier finden (oder nicht mal getInfo): [https://developers.shopware.com/develop … ate-guide/](https://developers.shopware.com/developers-guide/shopware-5-plugin-update-guide/) [https://developers.shopware.com/develop … ick-start/](https://developers.shopware.com/developers-guide/plugin-quick-start/) in shopware4 hat man es so definiert und man konnte es in backend sehen: ` public function getInfo() { return ["description" =\> "blah blah for the user"]; } ` shopware5 scheint dies zu ignorieren, oder mindestens ist in backend die “pluginbeschreibung” box leer… (bitte auch notieren das meine plugin lokal ist und nicht in store geben wird!)

---

<div class="post-metadata">

### Author: ![Shopwareianer](https://avatars.discourse-cdn.com/v4/letter/s/b4bc9f/32.png) [@Shopwareianer](https://forum.shopware.com/u/Shopwareianer)
#### Post date: [27. August 2015 um 12:29 UTC](https://forum.shopware.com/t/shopware5-plugin-description/30009/2 "2015-08-27T12:29:59Z")

</div>

Schau mal hier: [https://github.com/hostianer/HostiSocia … ap.php#L22](https://github.com/hostianer/HostiSocial/blob/master/Bootstrap.php#L22) Ansonsten kannst du ja auch immer einfach bei vorhandenen Plugins schauen. Bspw. hier: [https://github.com/shopware/shopware/bl … #L142-L155](https://github.com/shopware/shopware/blob/5.0/engine/Shopware/Plugins/Default/Frontend/AdvancedMenu/Bootstrap.php#L142-L155)

---

<div class="post-metadata">

### Author: ![wontfix](https://avatars.discourse-cdn.com/v4/letter/w/b19c9b/32.png) [@wontfix](https://forum.shopware.com/u/wontfix)
#### Post date: [27. August 2015 um 13:13 UTC](https://forum.shopware.com/t/shopware5-plugin-description/30009/3 "2015-08-27T13:13:23Z")

</div>

oh lol, die “pluginbeschreibung” tab in backend ist einfach nicht als default selektiert, obwohl es die einzige tab ist, daher sieht es aus als wäre es leer. also muss man auf die einzige tab klicken um das text zu sehen…
