ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 48 - AD0-E716 discussion

Report
Export

How would a developer enable the magnification of CSS files on an Adobe Commerce Cloud Staging environment?

A.
Locally from the command line bin/magento config:set --lock-config dev/css/minify_files 1 Commit the app/etc/config.php file and redeploy.
Answers
A.
Locally from the command line bin/magento config:set --lock-config dev/css/minify_files 1 Commit the app/etc/config.php file and redeploy.
B.
Update the stores > setting > configuration > Advanced > Developer > css configuration in the Admin Panel.
Answers
B.
Update the stores > setting > configuration > Advanced > Developer > css configuration in the Admin Panel.
C.
SSH to the Adobe Commerce Staging environment. From the command line
Answers
C.
SSH to the Adobe Commerce Staging environment. From the command line
Suggested answer: A

Explanation:

The developer can enable the magnification of CSS files on an Adobe Commerce Cloud Staging environment by locally running the command bin/magento config:set --lock-config dev/css/minify_files 1 from the command line. This will set the configuration value in the app/etc/config.php file and lock it from being changed in the Admin Panel.The developer then needs to commit the app/etc/config.php file and redeploy the environment. Verified

Reference: [Magento 2.4 DevDocs]2

asked 02/10/2024
Jorge Correa
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first