We were doing some tricky things to use one json object for both things. This was overcomplicated. I've separated out the two themes into separate json files. This makes things more straight forward and eliminates the need to enumerate on static arrays of variations and merge settings objects.
We were doing some tricky things to use one
json
object for both things. This was overcomplicated. I've separated out the two themes into separate json files. This makes things more straight forward and eliminates the need to enumerate on static arrays of variations and merge settings objects.