add: image and blog import

fix: category field to Entry model

feat: EntriesTable with searchable and sortable columns

chore: update CHANGELOG with recent additions and API updates
This commit is contained in:
jon brookes 2026-01-18 18:02:42 +00:00
parent 9f77f8b8d3
commit ccf38ef6f9
5 changed files with 235 additions and 2 deletions

View file

@ -32,6 +32,7 @@ class Entry extends Model implements HasMedia, HasRichContent
'content',
'call_to_action_link',
'call_to_action_text',
'category_id',
];
/**