mod( static::$settings_prefix . 'show' ) ) { View::partial( 'inner-header', 'title', array( "component" => $this, ) ); } } protected static function getOptions() { $prefix = static::$settings_prefix; $options = parent::getOptions(); unset( $options['settings']["{$prefix}localProps.content"] ); return $options; } }