{
    "id": "preference",
    "title": "Preferences",
    "configurable": false,
    "moduleWidgetPreferences": [
        {
            "id": "complaints",
            "title": "preference.modules.list.complaints.title",
            "name": "COMPLAINT",
            "allowedWidgets": [
                "details",
                "locations",
                "people",
                "organizations",
                "documents",
                "participants",
                "notes",
                "tasks",
                "references",
                "history",
                "time",
                "cost",
                "tags",
                "approvalRouting"
            ]
        },
        {
            "id": "cases",
            "title": "preference.modules.list.cases.title",
            "name": "CASE",
            "allowedWidgets": [
                "details",
                "people",
                "organizations",
                "documents",
                "participants",
                "notes",
                "tasks",
                "references",
                "history",
                "time",
                "cost",
                "tags",
                "approvalRouting"
            ]
        },
        {
            "id": "tasks",
            "title": "preference.modules.list.tasks.title",
            "name": "TASK",
            "allowedWidgets": [
                "details",
                "reworkDetails",
                "docReview",
                "parentDocs",
                "documents",
                "notes",
                "references",
                "workflow",
                "history",
                "signature",
                "tags"
            ]
        },
        {
            "id": "people",
            "title": "preference.modules.list.people.title",
            "name": "PERSON",
            "allowedWidgets": [
                "details",
                "pictures",
                "locations",
                "phones",
                "emails",
                "urls",
                "participants",
                "aliases",
                "organizations",
                "ids",
                "complaints",
                "cases",
                "related",
                "history"
            ]
        },
        {
            "id": "organizations",
            "title": "preference.modules.list.organizations.title",
            "name": "ORGANIZATION",
            "allowedWidgets": [
                "details",
                "locations",
                "phones",
                "faxes",
                "emails",
                "urls",
                "participants",
                "dbas",
                "people",
                "ids",
                "complaints",
                "cases",
                "relOrganizations",
                "history"
            ]
        },
        {
            "id": "document-repository",
            "title": "preference.modules.list.document-repository.title",
            "name": "DOC_REPO",
            "allowedWidgets": [
                "details",
                "documents",
                "participants",
                "notes",
                "references",
                "history",
                "tags"
            ]
        },
        {
            "id": "my-documents",
            "title": "preference.modules.list.my-documents.title",
            "name": "MY_DOC_REPO",
            "allowedWidgets": [
                "details",
                "documents",
                "participants",
                "notes",
                "references",
                "history",
                "tags"
            ]
        },
        {
            "id": "cost-tracking",
            "title": "preference.modules.list.cost-tracking.title",
            "name": "COST",
            "allowedWidgets": [
                "details",
                "person",
                "expenses",
                "tags",
                "tasks",
                "documents"
            ]
        },
        {
            "id": "time-tracking",
            "title": "preference.modules.list.time-tracking.title",
            "name": "TIME",
            "allowedWidgets": [
                "details",
                "person",
                "hoursSummary",
                "tags",
                "tasks"
            ]
        }
    ]
}
