Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 829 Bytes

catalog_category_attribute.md

File metadata and controls

30 lines (21 loc) · 829 Bytes

Catalog Category Attribute

Allows you to set/get the current store view.

magento.catalogCategoryAttribute.currentStore({
  storeView: val
}, callback);

Allows you to retrieve the list of category attributes.

magento.catalogCategoryAttribute.list(callback);

Allows you to retrieve the attribute options.

magento.catalogCategoryAttribute.options({
  attributeId:  val,
  storeView:    val
}, callback);