Expose AI fields in /posts article editor

This commit is contained in:
svemagie
2026-03-09 15:24:00 +01:00
parent f8aa318342
commit c2a24b9162
3 changed files with 146 additions and 2 deletions

View File

@@ -193,6 +193,12 @@ export default {
path: "content/articles/{slug}.md",
url: `${publicationBaseUrl}/articles/{slug}/`,
},
fields: {
aiTextLevel: {},
aiCodeLevel: {},
aiTools: {},
aiDescription: {},
},
},
note: {
name: "Notiz",