Shopware 6.7.4.2 theme_runtime_config
Compiled/resolved theme configuration values used at runtime (cached theme settings).
| Column | Type | Nullable | Additional |
| theme_id | binary(16) | NO | Primary Key |
| technical_name | varchar(255) | YES | Index |
| resolved_config | json | NO | |
| view_inheritance | json | NO | |
| script_files | json | YES | |
| icon_sets | json | NO | |
| updated_at | datetime(3) | NO | |
| Index Name | Columns | Unique |
| idx.technical_name | technical_name | No |
| PRIMARY | theme_id | Yes |