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:
Buğra Canata
2026-01-17 23:27:25 +03:00
parent 0fedaf6d04
commit 0773ac06ec
+1
View File
@@ -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',