Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. $eavSetup->addAttribute(
  2. MagentoCatalogModelCategory::ENTITY,
  3. 'customattribute',
  4. [
  5. 'group' => 'Custom Group',
  6. 'type' => 'varchar',
  7. 'label' => 'Custom Group',
  8. 'input' => 'textarea',
  9. 'source' => '',
  10. 'required' => false,
  11. 'sort_order' => 49,
  12. 'global' => MagentoEavModelEntityAttributeScopedAttributeInterface::SCOPE_STORE,
  13. 'wysiwyg_enabled' => true,
  14. 'is_used_in_grid' => true,
  15. 'is_visible_in_grid' => false,
  16. 'is_filterable_in_grid' => true
  17. ]
  18. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement