Shopware 5.7.4 s_library_component
Shopping World element type definitions (the available widget types like banner, slider, etc.).
| Column | Type | Nullable | Additional |
| id | int(11) | NO | Primary Key, auto_increment |
| name | varchar(255) | NO | Index |
| x_type | varchar(255) | NO | |
| convert_function | varchar(255) | YES | |
| description | text | NO | |
| template | varchar(255) | NO | |
| cls | varchar(255) | NO | |
| pluginID | int(11) | YES | |
| Index Name | Columns | Unique |
| name_idx | name,pluginID | Yes |
| PRIMARY | id | Yes |