Is it possible, to fill the selectbox in the modulesettings with data from database?
The normal way for selectbox:
array('group' => 'testgroup', 'name' => 'testgroup_var1', 'type' => 'select', 'value' => '1', 'constrains' => '0|1', 'position' => 1)
How can i fill it dynamically.
Thanks
Peter