When using Grunt, which CLI command is used to track changes in the source files and recompiles CSS files?
An Adobe Commerce developer created a new CMS page and set the page title as "My Custom Page". The page must be accessible at the URL /custom_page.
Which CMS page configuration do they set to make the page accessible at /custom_page?
An Adobe Commerce developer created a module called Orange_Customer. In customer information.
Where would the developer place this file?
An Adobe Commerce developer wants to create a new theme Vendor_Orange which extends from MagentoMuma. Which file is responsible for specifying the parent theme?
By creating a Custom_Module, an Adobe Commerce Developer has implemented a new Page Builder viewport for tablet devices but the viewport's tablet selector button is missing.
The button .svg has been properly added to the path: CustomJ^odule/web/css/images/switcher/switcher-tablet .svg. How the developer would implement the viewport button icon?
A)
By setting the node icon in the theme's etc/view.xml file for the respective viewport configuration data.
B)
By setting the node button-image in the theme's etc/view.xml file for the respective viewport configuration data.
C)By adding the node image in the theme's etc/viewport.xml file for the respective viewport configuration data.
D)
By adding the node image in the theme's etc/viewport.xml file for the respective viewport configuration data.
An Adobe Commerce developer wants to create symlinks for the frontend theme named Vendor/Orange using a CSS file:
Which CLI command would the developer use to create symlinks for the en_US locale?
An Adobe Commerce developer wants to initialize a JS component via Layout XML in custom reference block test. component. Which Layout XML instruction would be used to initialize this JS component?
A)
B)
C)
An Adobe Commerce developer has just installed an extension via composer. When running, bin/magento module: status Vendor_Module, the status is returned as Module is disabled.
Which two CLI commands need to be run to make the extension work properly? (Choose two.)
An Adobe Commerce developer is implementing a sticky sidebar using a jQuery widget. How would the developer initialize the block in a JavaScript file?
A)
B)
C)
An Adobe Commerce developer needs to create translations for the Orange/custom theme. Which directory would the developer place the translations?