Start a conversation

Page Descriptors

  • Creating a Page Descriptor Manually

    How to create a new page override manually using Git To create a Page override manually, you'll want to add a .page.json file to the Pages folder for the specific Page you are overriding. The Page ove...

  • Deleting a Page Descriptor

    How to delete a page descriptor manually or via GraphQL There are two methods for deleting a Page Descriptor in Aurora: a GraphQL mutation and manually using the Git repository. In this guide, we will...

  • Creating or Updating a Page Descriptor Using GraphQL

    How to create or update a page override using the GraphQL API for Aurora. To create or update one or more Page Descriptors via GraphQL, you'll need to make a GraphQL call to execute the createOrUpdate...