'Blog Post Dummy Component', 'description' => 'Displays a blog post.' ]; } public function defineProperties() { return [ 'show-featured' => [ 'description' => 'Display the post featured image or not', 'default' => true ] ]; } }