{
    "type": "Ext.data.TreeStore",
    "reference": {
        "name": "items",
        "type": "array"
    },
    "codeClass": null,
    "userConfig": {
        "designer|userClassName": "MainMenu",
        "root": [
            "{",
            "  expanded: true,",
            "  children: [",
            "    { ",
            "      text: 'Establecimientos',",
            "      leaf: true,",
            "      iconCls: 'x-fa fa-industry',",
            "      panelClass: 'EstablecimientosPanel'",
            "    },",
            "    {",
            "      text: 'Actividades',",
            "      leaf: true,",
            "      iconCls: 'x-fa fa-pagelines',",
            "      panelClass: 'ActividadesPanel'",
            "    },",
            "    {",
            "      text: 'Tareas',",
            "      leaf: true,",
            "      iconCls: 'x-fa fa-check-square-o',",
            "      panelClass: 'TareasPanel'",
            "    },",
            "    {",
            "      text: 'Contratistas',",
            "      leaf: true,",
            "      iconCls: 'x-fa fa-user custom-contratistas-icon-style',",
            "      panelClass: 'ContratistasPanel'",
            "    },",
            "    {",
            "      text: 'Insumos',",
            "      leaf: true,",
            "      iconCls: 'x-fa fa-cubes',",
            "      panelClass: 'InsumosPanel'",
            "    },",
            "    {",
            "      text: 'Personal',",
            "      leaf: true,",
            "      iconCls: 'x-fa fa-users',",
            "      panelClass: 'PersonalPanel'",
            "    },",
            "    {",
            "      text: 'Maquinaria',",
            "      leaf: true,",
            "      iconCls: 'x-fa fa-gears',",
            "      panelClass: 'MaquinariaPanel'",
            "    },",
            "    {",
            "      text: 'Rubros',",
            "      leaf: true,",
            "      iconCls: 'x-fa fa-tags',",
            "      panelClass: 'RubrosPanel'",
            "    },",
            "    {",
            "      text: 'Depositos',",
            "      leaf: true,",
            "      iconCls: 'x-fa fa-inbox',",
            "      panelClass: 'DepositosPanel'",
            "    },",
            "    {",
            "      text: 'Campañas',",
            "      leaf: true,",
            "      iconCls: 'x-fa fa-calendar-o fa-calendar-custom',",
            "      panelClass: 'CampaniasPanel'",
            "    }",
            "  ]",
            "}"
        ],
        "storeId": "MainMenu"
    },
    "configAlternates": {
        "designer|userClassName": "string",
        "root": "object",
        "storeId": "string"
    },
    "name": "MyTreeStore",
    "designerId": "0873f80e-c2d7-4d33-b2d9-d6e1e5f32bd6"
}