Skip to content

Pages

  • fields - array of property names that should be displayed
  • title - page title
  • condition
    • next
    • previous
"$pages": {
    "entries": [
      {
        "fields": [
          "description"
        ],
        "title": "description",
      },
      {
        "fields": [
          "Q1"
        ],
        "title": "Q1",
        "condition": {
          "next": "values.Q1 exists"
        },
      },
      {
        "fields": [
          "Q2"
        ],
        "title": "Q2",
        "condition": {
          "next": "values.Q2 exists"
        },
      },
      {
        "fields": [
          "Q3"
        ],
        "title": "Q3",
        "condition": {
          "next": "values.Q3 exists"
        },
      },      
      {
        "fields": [
          "text1"
        ],        
        "title": "end"
      }
    ]
  }