mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACS-9012] Truncate text in saved searches description (#4265)
* [ACS-9012] Truncate text in saved searches description * [ACS-9012] Truncate name column and navigation menu items * [ACS-9012] Unit test fixes
This commit is contained in:
@@ -590,6 +590,14 @@
|
||||
"description": "Toggles resizable state of the column",
|
||||
"type": "boolean"
|
||||
},
|
||||
"draggable": {
|
||||
"description": "Toggles draggable state of the column",
|
||||
"type": "boolean"
|
||||
},
|
||||
"isHidden": {
|
||||
"description": "Toggles hidden state of the column",
|
||||
"type": "boolean"
|
||||
},
|
||||
"template": {
|
||||
"description": "Column template id",
|
||||
"type": "string"
|
||||
@@ -597,6 +605,10 @@
|
||||
"desktopOnly": {
|
||||
"description": "Display column only for large screens",
|
||||
"type": "boolean"
|
||||
},
|
||||
"maxTextLength": {
|
||||
"description": "Maximum text length before truncation",
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user