When running salla theme preview, there are no components listed at all.
After investigating, we found out that the latest twilight.json structure that introduced locales for component titles
"title": { "en": "Custom testimonials", "ar": "آراء عملاء مخصصة" },
instead of previously being string value only is the main issue. We reverted the structure to the old one it the components were listed properly when running salla theme preview
This might be causing other issues as the development workflow is completely corrupted and it's almost impossible to develop theme right now.
We urgently need these issues fixed as soon as possible

When running
salla theme preview, there are no components listed at all.After investigating, we found out that the latest twilight.json structure that introduced locales for component titles
"title": { "en": "Custom testimonials", "ar": "آراء عملاء مخصصة" },instead of previously being string value only is the main issue. We reverted the structure to the old one it the components were listed properly when running
salla theme previewThis might be causing other issues as the development workflow is completely corrupted and it's almost impossible to develop theme right now.
We urgently need these issues fixed as soon as possible