Skip to content

Add view

Add new view to corresponding screen.json

Step1 Create view.json

Example

Step2 Add new view to corresponding screen.json

Example
{
  "name": "myexample",
  "icon": "calendar",
  "order": 4001,
  "title": "Get Started example postgres",
  "navigation": {
    "type": "standard",
    "menu": [
      {
        "title": "Form",
        "child": [
          {
            "viewName": "myexampleform"
          }
        ]
      }
    ]
  }
}