ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 40 - AD0-E720 discussion

Report
Export

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.

A.
Option A
Answers
A.
Option A
B.
Option B
Answers
B.
Option B
C.
Option C
Answers
C.
Option C
D.
Option D
Answers
D.
Option D
Suggested answer: C

Explanation:

Option C is the correct way to implement the viewport button icon. The image node specifies the path to the .svg file relative to the web/css directory of the module. Option A is incorrect because there is no icon node in the viewport configuration data. Option B is incorrect because there is no button-image node in the viewport configuration data. Option D is incorrect because the image node value should not include the web/css part of the path. https://api.flutter.dev/flutter/widgets/PageView-class.html

asked 02/10/2024
Ryan Edwards
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first