Adobe AD0-E717 Practice Test 1

Question 1 / 40
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?
Create view/adminhtml/layout/catalog_category_edit xml in the module, and then define a block that would display the field for the attribute.
The field for the attribute will appear automatically.
Create view/adminhtml/ui_component/category_form.xml file in the module, and then define the field for the attribute.
Comment (0)
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.