* @license GNU General Public License, version 2 * @link http://addthis.com AddThis website */ class AddThisRecommendedContentVerticalTool extends AddThisRecommendedContentToolParent { public $layersClass = 'addthis_recommended_vertical'; public $prettyName = 'Vertical Recommended Content'; public $edition = 'basic'; public $anonymousSupport = false; public $inline = true; public $widgetClassName = 'AddThisRecommendedContentVerticalWidget'; public $widgetBaseId = 'addthis_recommended_vertical_widget'; public $widgetName = 'Recommended Content - Vertical'; public $widgetDescription = 'Vertical recommended content from AddThis to showcase trending or related content and images to keep visitors engaged and on your site.'; public $defaultWidgetTitle = 'Recommended Content'; public $shortCode = 'addthis_vertical_recommended_content'; } }