Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

jsarnowski / jsarnowski/blocksy-companion-pro   php

Repository URL to install this package:

Version: 1.8.76 

/ extensions / product-reviews / config.php

<?php

$config = [
	//  translators: This is a brand name. Preferably to not be translated
	'name' => _x('Product Reviews', 'Extension Brand Name', 'blocksy-companion'),
	'description' => __('This extension lets you easily create an affiliate marketing type of website by giving you options to create a personalized product review and use your affiliate links to direct your readers to the purchase page.', 'blocksy-companion'),
	'require_refresh' => true
];