ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 29 - AD0-E716 discussion

Report
Export

An Adobe Commerce developer wants to create a product EAV attribute programmatically which should appear as WYSIWYG in the admin panel. They have made sure that wysiwyg_enabled has been set to true, however, the attribute is not appearing as WYSIWYG in the admin panel.

What would be a possible reason?

A.
The is_html_allowed_on_front Option iS Set tO false.
Answers
A.
The is_html_allowed_on_front Option iS Set tO false.
B.
The input type is not set to text.
Answers
B.
The input type is not set to text.
C.
The input type is not set to textarea.
Answers
C.
The input type is not set to textarea.
Suggested answer: C

Explanation:

The input_type attribute of a product EAV attribute specifies the type of input field that will be used to enter the value of the attribute in the admin panel. The textarea input type is used for WYSIWYG fields. If the input_type attribute is not set to textarea, then the attribute will not appear as WYSIWYG in the admin panel.

To fix this, the developer should set the input_type attribute to textarea.

asked 02/10/2024
Ankit Singh
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first