ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 14 - AD0-E716 discussion

Report
Export

An Adobe Commerce developer has been asked to modify the PageBuilder slider content type to allow a new custom content type (other than slide) to be assigned as a child. The developer has already created the new content type called improved_slide in their module. They now need to create a new view/adminhtml/pagebuilder/content_type/slider. xml file in their module to allow the new content type to be a child of slider content types.

What is the correct xml to accomplish this?

A)

B)

C)

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

Explanation:

The following XML will allow the new content type to be a child of slider content types:

<type>slider</type>

<children>

<type>improved_slide</type>

</children>

Use code with caution.https://bard.google.com/faq

This XML will tell Magento that the slider content type can have improved_slide content types as children.

asked 02/10/2024
Lizbeth Perea Joseph
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first