61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"controller": "controllers/record",
|
|
"views": {
|
|
"list": "crm:views/knowledge-base-article/list"
|
|
},
|
|
"recordViews":{
|
|
"editQuick":"crm:views/knowledge-base-article/record/edit-quick",
|
|
"detailQuick":"crm:views/knowledge-base-article/record/detail-quick",
|
|
"detail":"crm:views/knowledge-base-article/record/detail",
|
|
"list":"crm:views/knowledge-base-article/record/list"
|
|
},
|
|
"modalViews": {
|
|
"select": "crm:views/knowledge-base-article/modals/select-records"
|
|
},
|
|
"filterList": [
|
|
{
|
|
"name": "published",
|
|
"inPortalDisabled": true
|
|
}
|
|
],
|
|
"boolFilterList": [
|
|
{
|
|
"name": "onlyMy",
|
|
"inPortalDisabled": true
|
|
}
|
|
],
|
|
"relationshipPanels": {
|
|
"cases": {
|
|
"create": false,
|
|
"rowActionsView": "views/record/row-actions/relationship-view-and-unlink"
|
|
}
|
|
},
|
|
"menu": {
|
|
"list": {
|
|
"dropdown": [
|
|
{
|
|
"label": "Manage Categories",
|
|
"link": "#KnowledgeBaseCategory",
|
|
"acl": "edit",
|
|
"aclScope": "KnowledgeBaseCategory"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"additionalLayouts": {
|
|
"detailPortal": {
|
|
"type": "detail"
|
|
},
|
|
"detailSmallPortal": {
|
|
"type": "detail"
|
|
},
|
|
"listPortal": {
|
|
"type": "list"
|
|
},
|
|
"relationshipsPortal": {
|
|
"type": "relationships"
|
|
}
|
|
},
|
|
"iconClass": "fas fa-book"
|
|
}
|