Fix reorder error from admin
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

composer.json 619B

il y a 1 an
il y a 1 an
il y a 1 an
123456789101112131415161718192021222324252627
  1. {
  2. "name": "baldarian/module-adminreorder",
  3. "description": "Fix reorder error from admin",
  4. "type": "magento2-module",
  5. "license": "GPL-3.0",
  6. "version": "1.0.0",
  7. "authors": [
  8. {
  9. "name": "Mage2Gen",
  10. "email": "info@mage2gen.com"
  11. },
  12. {
  13. "name": "Àngel Rodríguez",
  14. "email": "angel.r.baldarian@gmail.com"
  15. }
  16. ],
  17. "minimum-stability": "dev",
  18. "require": {},
  19. "autoload": {
  20. "files": [
  21. "registration.php"
  22. ],
  23. "psr-4": {
  24. "Baldarian\\AdminReorder\\": ""
  25. }
  26. }
  27. }