platform-dashboard

[
  {
    "config": {
      "platform-dashboard": {
        "availableLayouts": [],
        "selectedLayout": "2-columns-left",
        "bindings": [
          {
            "key": "platform-my-projects1",
            "binding": "r1/c1"
          },
          {
            "key": "platform-my-favorites1",
            "binding": "r1/c1"
          },
          {
            "key": "platform-recent-edit1",
            "binding": "r1/c1"
          },
          {
            "key": "platform-my-tasks1",
            "binding": "r1/c1"
          },
          {
            "key": "platform-my-activities1",
            "binding": "r1/c2"
          }
        ],
        "dashlets": [
          {
            "key": "platform-my-projects1",
            "type": "myprojects",
            "chrome": true,
            "title": "My Projects",
            "config": {}
          },
          {
            "key": "platform-my-favorites1",
            "type": "myfavorites",
            "chrome": true,
            "title": "My Favorites",
            "config": {}
          },
          {
            "key": "platform-recent-edit1",
            "type": "recentedit",
            "chrome": true,
            "title": "My Recent Edits",
            "config": {}
          },
          {
            "key": "platform-my-tasks1",
            "type": "mytasks",
            "chrome": true,
            "title": "My Tasks",
            "config": {}
          },
          {
            "key": "platform-my-activities1",
            "type": "myactivities",
            "chrome": true,
            "title": "Recent Activities",
            "config": {}
          },
          {
            "key": "platform-html",
            "type": "htmldashlet",
            "chrome": true,
            "title": "HTML Dashlet",
            "config": {}
          }
        ],
        "availableDashlets": [
          {
            "type": "myprojects",
            "title": "My Projects"
          },
          {
            "type": "myfavorites",
            "title": "My Favorites"
          },
          {
            "type": "recentedit",
            "title": "My Recent Edits"
          },
          {
            "type": "mytasks",
            "title": "My Tasks"
          },
          {
            "type": "myactivities",
            "title": "My Activities"
          },
          {
            "type": "cloudcms-gettingstarted",
            "title": "Getting Started with Cloud CMS"
          },
          {
            "type": "myapplications",
            "title": "My Applications"
          },
          {
            "type": "htmldashlet",
            "title": "HTML Dashlet"
          }
        ]
      }
    }
  }
]```