Skip to content

Commit

Permalink
wip: Update collection activity #155
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Aug 5, 2024
1 parent 19a4148 commit b7f3ff8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -438,17 +438,18 @@ module.exports = {
page: {
content: {
list: [{
component: 'collection/KList',
component: 'collection/KCollection',
ref: 'list',
service: 'documents',
renderer: {
component: 'collection/KItem',
actions: collectionActions
actions: collectionActions,
class: 'col-12'
}
//, /*filterQuery: ':filter.query'
}],
grid: [{
component: 'collection/KGrid',
component: 'collection/KCollection',
ref: 'grid',
service: 'documents',
renderer: {
Expand Down

0 comments on commit b7f3ff8

Please sign in to comment.