After adding the sections, if you are getting the out-of-order error. Look at the bottom of the product.json and you should have an "order" array.
Within this order array, you should list them in the same order they exist above this array, for example if something comes before "Main" add this in before Main following the array notation.
2
Answers
You must follow alphabetical order while adding any section id in a product JSON file.
After adding the sections, if you are getting the out-of-order error. Look at the bottom of the product.json and you should have an "order" array.
Within this order array, you should list them in the same order they exist above this array, for example if something comes before "Main" add this in before Main following the array notation.
Example of Order Array img