Initial commit
This commit is contained in:
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"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",
|
||||
"edit":"crm:views/knowledge-base-article/record/edit",
|
||||
"list":"crm:views/knowledge-base-article/record/list"
|
||||
},
|
||||
"modalViews": {
|
||||
"select": "crm:views/knowledge-base-article/modals/select-records"
|
||||
},
|
||||
"rowActionDefs": {
|
||||
"moveToTop": {
|
||||
"label": "Move to Top",
|
||||
"handler": "crm:handlers/knowledge-base-article/move",
|
||||
"acl": "edit"
|
||||
},
|
||||
"moveUp": {
|
||||
"label": "Move Up",
|
||||
"handler": "crm:handlers/knowledge-base-article/move",
|
||||
"acl": "edit"
|
||||
},
|
||||
"moveDown": {
|
||||
"label": "Move Down",
|
||||
"handler": "crm:handlers/knowledge-base-article/move",
|
||||
"acl": "edit"
|
||||
},
|
||||
"moveToBottom": {
|
||||
"labelTranslation": "KnowledgeBaseArticle.labels.Move to Bottom",
|
||||
"handler": "crm:handlers/knowledge-base-article/move",
|
||||
"acl": "edit"
|
||||
},
|
||||
"sendInEmail": {
|
||||
"label": "Send in Email",
|
||||
"handler": "crm:handlers/knowledge-base-article/send-in-email"
|
||||
}
|
||||
},
|
||||
"rowActionList": [
|
||||
"moveToTop",
|
||||
"moveUp",
|
||||
"moveDown",
|
||||
"moveToBottom"
|
||||
],
|
||||
"filterList": [
|
||||
{
|
||||
"name": "published",
|
||||
"accessDataList": [
|
||||
{
|
||||
"inPortalDisabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"boolFilterList": [
|
||||
{
|
||||
"name": "onlyMy",
|
||||
"accessDataList": [
|
||||
{
|
||||
"inPortalDisabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"relationshipPanels": {
|
||||
"cases": {
|
||||
"create": false,
|
||||
"rowActionsView": "views/record/row-actions/relationship-view-and-unlink"
|
||||
}
|
||||
},
|
||||
"additionalLayouts": {
|
||||
"detailPortal": {
|
||||
"type": "detail"
|
||||
},
|
||||
"detailSmallPortal": {
|
||||
"type": "detail"
|
||||
},
|
||||
"listPortal": {
|
||||
"type": "list"
|
||||
}
|
||||
},
|
||||
"iconClass": "fas fa-book"
|
||||
}
|
||||
Reference in New Issue
Block a user