Skip to content

Commit

Permalink
Merge branch 'development' into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
RudiThoeni committed Oct 17, 2024
2 parents ccb24a3 + 13948c5 commit e648e22
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions databrowser/src/config/tourism/article/article.listView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,28 @@ export const articleListView: ListViewConfig = {
text: 'Type',
},
},
// {
// title: 'Tags',
// component: CellComponent.ArrayCell,
// class: 'w-48',
// objectMapping: {
// items: 'Tags.Id', //not working
// },
// params: {
// separator: ', ',
// },
// },
languageTableCell(),
lastChangesTableCell(),
sourceTableCell(),
{
title: 'SubType',
component: CellComponent.StringCell,
class: 'w-48',
title: 'Source state',
component: CellComponent.StateCell,
class: 'w-40',
objectMapping: {
text: 'SubType',
state: 'Active',
},
},
languageTableCell(),
lastChangesTableCell(),
sourceTableCell(),
publishedOnTableCell(),
pushDataTableCell(),
],
Expand Down

0 comments on commit e648e22

Please sign in to comment.