diff --git a/lang/en.yml b/lang/en.yml index db5be200..5fd0a657 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -24,6 +24,7 @@ en: Categories: Categories Categorisation: Categorisation Category: Category + CLASS_DESCRIPTION: 'Adds a blog to your website.' Comments: Comments DESCRIPTION: 'Adds a blog to your website.' EDITOR: Editor diff --git a/src/Model/Blog.php b/src/Model/Blog.php index c843997f..27f16099 100644 --- a/src/Model/Blog.php +++ b/src/Model/Blog.php @@ -131,9 +131,12 @@ class Blog extends Page implements PermissionProvider /** * @var string + * @deprecated 5.4.0 use class_description instead. */ private static $description = 'Adds a blog to your website.'; + private static $class_description = 'Adds a blog to your website.'; + private static $icon_class = 'font-icon-p-posts'; /**