← Shopware 5.7.2

Shopware 5.7.2 s_core_templates_config_elements

Theme configuration fields (color pickers, font selectors, toggles) defined by themes.

Columns

13 columns

Column Type Nullable Additional
id int(11) NO Primary Key, auto_increment
template_id int(11) NO Index
type varchar(255) NO
name varchar(255) NO
position int(11) NO Default: 0
default_value text YES
selection text YES
field_label varchar(255) YES
support_text varchar(255) YES
allow_blank int(1) NO Default: 1
container_id int(11) NO
attributes text YES
less_compatible int(1) NO Default: 1

Indexes

2 indexes

Index Name Columns Unique
PRIMARY id Yes
template_id_name template_id,name Yes