# PlugIn-Konfiguration: Vorauswahl bei Select-Elementen

**URL:** https://forum.shopware.com/t/plugin-konfiguration-vorauswahl-bei-select-elementen/48680
**Category:** Programmierung
**Created:** [6. Oktober 2017 um 09:49 UTC](https://forum.shopware.com/t/plugin-konfiguration-vorauswahl-bei-select-elementen/48680 "2017-10-06T09:49:16Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![NikolajRuppert](https://avatars.discourse-cdn.com/v4/letter/n/7ab992/32.png) [@NikolajRuppert](https://forum.shopware.com/u/NikolajRuppert)
#### Post date: [6. Oktober 2017 um 09:49 UTC](https://forum.shopware.com/t/plugin-konfiguration-vorauswahl-bei-select-elementen/48680/1 "2017-10-06T09:49:16Z")

</div>

Hallo,

ich versuche seit Stunden eine Vorauswahl bei&nbsp;Select-Elementen in der Plugin-Konfiguration zu erstellen. Geht das überhaupt? Bei meinen&nbsp;Select-Elementen ist die Option “‘multiSelect’ =\> true” konfigurierert, was aber wohl keine Rolle spielen sollte.

Mit Vorauswahl meine ich, wenn das Plugin installiert wird, dass die Comboboxen nicht leer erscheinen, sondern mt Werten vorinstalliert sind, die ich definiert habe.

Für eine schnelle Hilfe wäre ich sehr dankbar!

Nikolaj Ruppert

---

<div class="post-metadata">

### Author: ![sschreier](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/sschreier/32/23296_2.png) [@sschreier](https://forum.shopware.com/u/sschreier)
#### Post date: [8. Oktober 2017 um 09:11 UTC](https://forum.shopware.com/t/plugin-konfiguration-vorauswahl-bei-select-elementen/48680/2 "2017-10-08T09:11:06Z")

</div>

Hallo,

bei dem neuen Pluginsystem würde das über folgendes in der config.xml gehen:

```
Plugin aktiv
0

```

Beim alten Pluginsystem ist es auch über:

```
'value' => 0,

```

möglich.

Beste Grüße

Sebastian
