@@ -242,24 +242,24 @@ The following table is a reference for the `Magento\Eav\Setup\EavSetup::addAttri
242
242
{:.fixed}
243
243
| Key| Description| Default Value|
244
244
| --- | --- | --- |
245
- | apply_to| Catalog EAV Attribute apply_to ||
245
+ | apply_to| Catalog EAV Attribute - defines which product types the attribute can be applied to ||
246
246
| attribute_model| EAV Attribute attribute_model||
247
247
| attribute_set| Name of the attribute set the new attribute will be assigned to. Works in combination with ** group** or empty ** user_defined** ||
248
248
| backend| EAV Attribute backend_model||
249
- | comparable| Catalog EAV Attribute is_comparable | 0|
249
+ | comparable| Catalog EAV Attribute - defines if attribute can be used when comparing products | 0|
250
250
| default| EAV Attribute default_value||
251
- | filterable_in_search| Catalog EAV Attribute is_filterable_in_search| 0|
252
- | filterable| Catalog EAV Attribute is_filterable| 0|
251
+ | filterable_in_search| Catalog EAV Attribute is_filterable_in_search - defines if attribute can be used to filter search results | 0|
252
+ | filterable| Catalog EAV Attribute is_filterable - defines if attribute can be used to filter on navigation | 0|
253
253
| frontend_class| EAV Attribute frontend_class||
254
254
| frontend| EAV Attribute frontend_model||
255
255
| global| Catalog EAV Attribute is_global field| 1|
256
256
| group| Attribute group name or ID||
257
257
| input_renderer| Catalog EAV Attribute frontend_input_renderer||
258
258
| input| EAV Attribute frontend_input| text|
259
- | is_filterable_in_grid| Catalog EAV Attribute is_filterable_in_grid | 0|
260
- | is_html_allowed_on_front| Catalog EAV Attribute is_html_allowed_on_front | 0|
261
- | is_used_in_grid| Catalog EAV Attribute is_used_in_grid field | 0|
262
- | is_visible_in_grid| Catalog EAV Attribute is_visible_in_grid field | 0|
259
+ | is_filterable_in_grid| Catalog EAV Attribute - defines if attribute can be used to filter on product grid in Admin | 0|
260
+ | is_html_allowed_on_front| Catalog EAV Attribute - defines if HTML needs to be escaped on the frontend | 0|
261
+ | is_used_in_grid| Catalog EAV Attribute - defines if attribute can be used on the product grid in Admin | 0|
262
+ | is_visible_in_grid| Catalog EAV Attribute is_visible_in_grid - defines if attribute will be visible on the product grid in Admin | 0|
263
263
| label| EAV Attribute frontend_label||
264
264
| note| EAV Attribute note||
265
265
| option| EAV Attribute Option values||
@@ -276,7 +276,7 @@ The following table is a reference for the `Magento\Eav\Setup\EavSetup::addAttri
276
276
| used_for_sort_by| Catalog EAV Attribute used_for_sort_by| 0|
277
277
| used_in_product_listing| Catalog EAV Attribute used_in_product_listing| 0|
278
278
| user_defined| EAV Attribute is_user_defined| 0|
279
- | visible_in_advanced_search| Catalog EAV Attribute is_visible_in_advanced_search| 0|
280
- | visible_on_front| Catalog EAV Attribute is_visible_on_front| 0|
281
- | visible| Catalog EAV Attribute is_visible| 1|
282
- | wysiwyg_enabled| Catalog EAV Attribute is_wysiwyg_enabled| 0|
279
+ | visible_in_advanced_search| Catalog EAV Attribute is_visible_in_advanced_search - defines if attribute will appear on the Advanced Search form | 0|
280
+ | visible_on_front| Catalog EAV Attribute is_visible_on_front - defines attribute visibility on frontend | 0|
281
+ | visible| Catalog EAV Attribute is_visible - defines visibility in Admin, won't be available for changing a value in the admin interface if set to 0 | 1|
282
+ | wysiwyg_enabled| Catalog EAV Attribute is_wysiwyg_enabled - used for enabling wysiwyg editor for an attribute. Works for textarea only | 0|
0 commit comments