Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. // Add our "features" attribute
  2. $eavSetup->addAttribute(Product::ENTITY, 'features', [
  3. 'type' => 'text',
  4. 'label' => 'Features',
  5. 'input' => 'textarea',
  6. 'required' => false,
  7. 'sort_order' => 100,
  8. 'global' => MagentoEavModelEntityAttributeScopedAttributeInterface::SCOPE_STORE,
  9. 'wysiwyg_enabled' => true,
  10. 'is_html_allowed_on_front' => true,
  11. ]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement