Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit be1789b

Browse files
author
Dinesh V B
committed
issue-8347-solved the lint errors
1 parent c4fe761 commit be1789b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/_videos/fundamentals/add-new-product-attribute.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,8 @@ A product attribute of type multiselect or select will present selectable option
346346

347347
Basic instructions for creating a product attribute by setup or upgrade script can be found [above](#CreateProductAttributeByUpgradeScript). Before scripting the attribute creation, pick one of these two use cases for your options:
348348

349-
1. You want a set of options which cannot be modified by a user through the admin panel and which can only be changed through a future code push.
350-
1. You want a set of options which can be modified, added or deleted through the admin panel.
349+
1. You want a set of options which cannot be modified by a user through the admin panel and which can only be changed through a future code push.
350+
1. You want a set of options which can be modified, added or deleted through the admin panel.
351351

352352
For use case `1` (an 'immutable' set of options), follow the above instructions ["Add a source model"](#AddSourceModel). You will create a model that contains and dynamically returns the attribute's selectable options to the client.
353353

0 commit comments

Comments
 (0)