Section Groups added to page json

Topic summary

A developer is attempting to add a section group to a page JSON file after reaching the maximum number of sections allowed on a page.

The Issue:

  • Created a section group of type custom.about-us
  • Trying to add it to page.about-us.json
  • Receiving errors indicating the section is not recognized, despite it existing

Current Status:

  • Another user requested clarification on the exact error message
  • Suggested verifying the section is included in the order list at the bottom of the JSON file

Resolution: Ongoing - awaiting error details and confirmation of proper JSON structure

Summarized with AI on October 27. AI used: claude-sonnet-4-5-20250929.

Is it possible to add a section group to page json? For example, I maxxed out the number of sections for a page. I created a section group of type custom.about-us. I want to add that to page.about us.json but I keep getting errors that the section is not part of sections but it is.

Is it possible to do this? If so what is the syntax to add the group to the page json?

What’s the exact error being thrown? Ensure the section is also included in the order list at the bottom of the .json file.