详情页面优化图片位置
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| { | ||
| "name": "magento/theme-frontend-joshine", | ||
| "description": "N/A", | ||
| "config": { | ||
| "sort-packages": true | ||
| }, | ||
| "require": { | ||
| "php": "~7.2.0||~7.3.0", | ||
| "magento/framework": "*", | ||
| "magento/theme-frontend-blank": "*" | ||
| }, | ||
| "type": "magento2-theme", | ||
| "license": [ | ||
| "OSL-3.0", | ||
| "AFL-3.0" | ||
| ], | ||
| "autoload": { | ||
| "files": [ | ||
| "registration.php" | ||
| ] | ||
| } | ||
| } |
69.8 KB
| ... | ... | @@ -78,7 +78,8 @@ |
| "phpseclib/mcrypt_compat": "1.0.8", | ||
| "phpseclib/phpseclib": "2.0.*", | ||
| "ramsey/uuid": "~4.1.0", | ||
| "swissup/breeze-blank": "1.1.7", | ||
| "rltsquare/product-review-images": "1.0.6", | ||
| "swissup/breeze-blank": "1.2.0", | ||
| "symfony/console": "~4.4.0", | ||
| "symfony/event-dispatcher": "~4.4.0", | ||
| "symfony/process": "~4.4.0", | ||
| ... | ... |
| { | ||
| "name": "rltsquare/product-review-images", | ||
| "description": "Magento 2 extension by RLTSquare that allows user to include images while submitting product reviews.", | ||
| "require": { | ||
| "php": "~7.0.3|~7.4.0|~8.1", | ||
| "magento/module-review" : ">100.1.2" | ||
| }, | ||
| "type":"magento2-module", | ||
| "version": "1.0.6", | ||
| "license":[ | ||
| "proprietary" | ||
| ], | ||
| "authors":[ | ||
| { | ||
| "name" : "Umar", | ||
| "email" : "umarch@rltsquare.com", | ||
| "homepage" : "https://www.rltsquare.com", | ||
| "role" : "Developer" | ||
| } | ||
| ], | ||
| "autoload":{ | ||
| "files": [ | ||
| "registration.php" | ||
| ], | ||
| "psr-4": { | ||
| "RLTSquare\\ProductReviewImages\\" : "" | ||
| } | ||
| } | ||
| } |
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment