Image, Title & Subtitle
Last updated
Last updated
{
"pageType": "crud",
"pageTitle": "Apps",
"pageDesc": "List of Applications Created or Developed by you",
"pageModuleTitle": "Apps Management",
"crudOpt": {
"endpointName": "https://fake-api/app",
"gridTheme": "grid_card",
"gridBodyStyle": {
"padding": "1rem 1rem"
},
"gridImgField": "logo.appLogo",
"gridImgStyle": {
"backgroundSize": "80%",
"backgroundColor": "rgba(65, 134, 224, 0.1)"
},
"gridTitleField": "name",
"gridTitleStyle": {
"fontSize": "16px",
"textAlign": "center"
},
"gridSubTitleField": "code",
"gridSubTitleStyle": {
"fontSize": "11px",
"textAlign": "center"
},
"gridSizeLg": "2",
"gridSizeMd": "6",
"gridSizeSm": "12",
"data": {
"dynamicColumns": [
{
"fieldName": "info.appType",
"lookupValue": [
{
"value": "service",
"label": "Api Service",
"icon": "material:api",
"class": "text-info"
},
{
"value": "web",
"label": "Web App",
"icon": "material:web",
"class": "text-warning"
},
{
"value": "desktop",
"label": "Desktop App",
"icon": "material:desktop_windows",
"class": "text-danger"
},
{
"value": "mobile",
"label": "Mobile App",
"icon": "material:app_shortcut",
"class": "text-success"
}
]
}
]
}
}
}