Open yasinishyn opened 8 years ago
Is there a way to add collection, with a diff. name ? For example if I have collection posts, can I somehow rename the menu-item so that it is Publications ?
posts
Publications
You have to define it in the tableColumns. { label: 'Publications', name:'posts' }
{ label: 'Publications', name:'posts' }
Is there a way to add collection, with a diff. name ? For example if I have collection
posts
, can I somehow rename the menu-item so that it isPublications
?