devdocs
devdocs copied to clipboard
Magento Developer Documentation
# General issue ## Description: Feedback on page: /guides/v2.4/install-gde/prereq/php-settings.html In the [guide](https://devdocs.magento.com/guides/v2.4/install-gde/prereq/php-settings.html#verify-installed-extensions) the command line recommends: ``` yum -y install php74u-pdo php74u-mysqlnd php74u-opcache php74u-xml php74u-gd php74u-devel php74u-mysql php74u-intl php74u-mbstring php74u-bcmath...
# General issue Affected page: /guides/v2.4/howdoi/checkout/checkout_form.html ## Description: Implement the same custom checkout form into billing-step, with the below path does not work **billing-step(children)->payment(children)->payments-list(children)->before-place-order(children)** ## Possible solutions: ## Additional information:...
# Track app/etc/config.php or not? ## Topic Link https://devdocs.magento.com/guides/v2.4/config-guide/prod/config-reference-gitignore.html ## Description The references to .gitignore found here: https://devdocs.magento.com/guides/v2.4/config-guide/prod/config-reference-gitignore.html and https://devdocs.magento.com/guides/v2.3/config-guide/prod/config-reference-gitignore.html are: * https://raw.githubusercontent.com/magento/magento2/2.4/.gitignore * https://raw.githubusercontent.com/magento/magento2/2.3/.gitignore Which contain a reference to...
# General issue Feedback on page: /guides/v2.4/mrg/module-catalog-permissions.html Consider adding a canonical, or 'latest' link for your docs. This makes maintaining docs that link to your docs easier. ## Description: I...
# General issue ## Description: Right now it's not clearly described here that it's recommended to use composer based installation for production. This causes issues like https://github.com/magento/magento2/issues/30920. ## Possible solutions:...
# New topic request ## Description In Customize Checkout documentation we have a list of available customizations PFA  In this issue, I requested to add a new topic...
# General issue https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/widgets/widget-media-uploader.html ## Description: I tried to replicate this on my local environment and it gives me an error: `A technical problem with the server created an error....
# Bug report https://devdocs.magento.com/guides/v2.4/frontend-dev-guide/themes/js-bundling.html "To configure JavaScript bundling, you must disable Javascript file merging. Bundling will not work as the merging of files excludes bundling" https://devdocs.magento.com/guides/v2.4/performance-best-practices/advanced-js-bundling.html "Enabling merging without also...
# Topic clarification/correction request ## Topic Link https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html#database ## Description In https://github.com/magento/magento2/issues/8933#issuecomment-551520758 the option to set Isolation Level to READ-COMITTED was discussed as a workaround to a bug. While #9756...
# New topic request there is no article about how to set MAGE_INDEXER_THREADS_COUNT and what are the best practices ## Description ## Content checklist - [ ] The topic provides...