added url and call to action to entries migraiton and model
updated unit tests
This commit is contained in:
parent
0d688a0f82
commit
6731b4c487
5 changed files with 53 additions and 14 deletions
|
|
@ -17,6 +17,7 @@ use Spatie\Tags\HasTags;
|
|||
Entry model with rich content and media library integration
|
||||
This is the main article / blog rich content model
|
||||
*/
|
||||
|
||||
class Entry extends Model implements HasMedia, HasRichContent
|
||||
{
|
||||
use HasFactory, HasTags, InteractsWithMedia, InteractsWithRichContent;
|
||||
|
|
@ -29,7 +30,8 @@ class Entry extends Model implements HasMedia, HasRichContent
|
|||
'is_featured',
|
||||
'published_at',
|
||||
'content',
|
||||
'category_id',
|
||||
'call_to_action_link',
|
||||
'call_to_action_text',
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue