Shopware 5.7.9 s_core_templates_config_layout
Layout/grouping structure for theme configuration fields in the backend.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| parent_id | int(11) | YES | |
| template_id | int(11) | NO | |
| type | varchar(255) | NO | |
| name | varchar(255) | NO | |
| title | varchar(255) | YES | |
| attributes | text | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
