Add back columns for better post list display
Shows title, date, and author columns in the post list view. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -23,6 +23,7 @@ export default config({
|
|||||||
contentField: 'body',
|
contentField: 'body',
|
||||||
frontmatter: 'yaml',
|
frontmatter: 'yaml',
|
||||||
},
|
},
|
||||||
|
columns: ['title', 'date', 'author'],
|
||||||
schema: {
|
schema: {
|
||||||
title: fields.text({
|
title: fields.text({
|
||||||
label: 'Başlık',
|
label: 'Başlık',
|
||||||
|
|||||||
Reference in New Issue
Block a user