Update (config): enable canonical

Update (migration): Add category type
Add (admin): Add post cliffhanger
This commit is contained in:
2023-08-03 19:46:32 +08:00
parent 8d11ccf2de
commit 500714d7bf
41 changed files with 366 additions and 229 deletions

View File

@@ -45,6 +45,7 @@ class Category extends Model
];
protected $fillable = [
'type',
'country_locale_id',
'name',
'short_name',

View File

@@ -49,6 +49,7 @@ class Post extends Model implements Feedable
protected $fillable = [
'title',
'slug',
'cliffhanger',
'excerpt',
'author_id',
'featured_image',