ExamGecko
Question list
Search
Search

Question 1 - AD0-E717 discussion

Report
Export

How should a developer display a custom attribute on the category edit page in the admin panel when a new module Vendor.Category is created?

A.
Create view/adminhtml/layout/catalog_category_edit xml in the module, and then define a block that would display the field for the attribute.
Answers
A.
Create view/adminhtml/layout/catalog_category_edit xml in the module, and then define a block that would display the field for the attribute.
B.
The field for the attribute will appear automatically.
Answers
B.
The field for the attribute will appear automatically.
C.
Create view/adminhtml/ui_component/category_form.xml file in the module, and then define the field for the attribute.
Answers
C.
Create view/adminhtml/ui_component/category_form.xml file in the module, and then define the field for the attribute.
Suggested answer: A

Explanation:

To display a custom attribute on the category edit page in the admin panel, a developer should create a view/adminhtml/layout/catalog_category_edit.xml file in the module and define a block that would display the field for the attribute.

asked 02/10/2024
P. Kriek
40 questions
NextNext
User
Your answer:
0 comments
Sorted by

Leave a comment first