@@ -421,9 +421,9 @@ public function getDefaultEntities()
421
421
'comparable ' => true ,
422
422
'visible_in_advanced_search ' => true ,
423
423
],
424
- 'short_description ' => [
424
+ 'description ' => [
425
425
'type ' => 'text ' ,
426
- 'label ' => 'Short Description ' ,
426
+ 'label ' => 'Description ' ,
427
427
'input ' => 'textarea ' ,
428
428
'sort_order ' => 3 ,
429
429
'global ' => ScopedAttributeInterface::SCOPE_STORE ,
@@ -432,14 +432,10 @@ public function getDefaultEntities()
432
432
'wysiwyg_enabled ' => true ,
433
433
'is_html_allowed_on_front ' => true ,
434
434
'visible_in_advanced_search ' => true ,
435
- 'used_in_product_listing ' => true ,
436
- 'is_used_in_grid ' => true ,
437
- 'is_visible_in_grid ' => false ,
438
- 'is_filterable_in_grid ' => false ,
439
435
],
440
- 'description ' => [
436
+ 'short_description ' => [
441
437
'type ' => 'text ' ,
442
- 'label ' => 'Description ' ,
438
+ 'label ' => 'Short Description ' ,
443
439
'input ' => 'textarea ' ,
444
440
'sort_order ' => 4 ,
445
441
'global ' => ScopedAttributeInterface::SCOPE_STORE ,
@@ -448,6 +444,10 @@ public function getDefaultEntities()
448
444
'wysiwyg_enabled ' => true ,
449
445
'is_html_allowed_on_front ' => true ,
450
446
'visible_in_advanced_search ' => true ,
447
+ 'used_in_product_listing ' => true ,
448
+ 'is_used_in_grid ' => true ,
449
+ 'is_visible_in_grid ' => false ,
450
+ 'is_filterable_in_grid ' => false ,
451
451
],
452
452
'price ' => [
453
453
'type ' => 'decimal ' ,
0 commit comments