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:
parent
9f77f8b8d3
commit
ccf38ef6f9
5 changed files with 235 additions and 2 deletions
|
|
@ -32,6 +32,7 @@ class Entry extends Model implements HasMedia, HasRichContent
|
|||
'content',
|
||||
'call_to_action_link',
|
||||
'call_to_action_text',
|
||||
'category_id',
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue