fix: prompt-styles kategorie_id als linkedField zu categories
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -302,12 +302,12 @@ export const TABLES = {
|
|||||||
endpoint: '/prompt-styles',
|
endpoint: '/prompt-styles',
|
||||||
statusField: null,
|
statusField: null,
|
||||||
primaryLabel: 'text_en',
|
primaryLabel: 'text_en',
|
||||||
columns: ['type', 'themenfeld_id', 'text_en'],
|
columns: ['type', 'kategorie_id', 'text_en'],
|
||||||
linkedFields: {},
|
linkedFields: { kategorie_id: 'categories' },
|
||||||
editableFields: {
|
editableFields: {
|
||||||
type: { type: 'select', options: ['fix', 'atmosphere', 'setting'] },
|
type: { type: 'select', options: ['fix', 'atmosphere', 'setting'] },
|
||||||
themenfeld_id: { type: 'text' },
|
kategorie_id: { type: 'text' },
|
||||||
text_en: { type: 'textarea' },
|
text_en: { type: 'textarea' },
|
||||||
},
|
},
|
||||||
fetchRelated: [],
|
fetchRelated: [],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user