ExamGecko
Question list
Search
Search

Question 3 - AD0-E711 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 vlew/adminhtml/layout/catalog_category_edit.xmI in the module, and then define a block that would display the field for the attribute.
Answers
A.
Create vlew/adminhtml/layout/catalog_category_edit.xmI in the module, and then define a block that would display the field for the attribute.
B.
Create vlew/adminhtml/ui_component/category_form.xml file in the module, and then define the field for the attribute.
Answers
B.
Create vlew/adminhtml/ui_component/category_form.xml file in the module, and then define the field for the attribute.
C.
The field for the attribute will appear automatically.
Answers
C.
The field for the attribute will appear automatically.
Suggested answer: B

Explanation:

To display a custom attribute on the category edit page in the admin panel, you need to create a view/adminhtml/ui_component/category_form.xml file in the module and define the field for the attribute in it.

asked 02/10/2024
lance bonczkiewicz
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first