componentCssClass = 'warning-component'; $this->inspectorEnabled = false; parent::__construct(null, $properties); } /** * @return array */ public function componentDetails() { return [ 'name' => 'cms::lang.component.soft_component', 'description' => 'cms::lang.component.soft_component_description' ]; } }