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

Commit 2c08cc0

Browse files
author
Dinesh V B
committed
issue-8347-resolved lint errors
1 parent a9d923c commit 2c08cc0

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 [in DevDocs]{#instgde-cli-multistore}. Before scripting the attribute creation, pick one of these two use cases for your options:
348348

349-
* 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-
* You want a set of options which can be modified, added, or deleted through the admin panel by any user with admin access and proper authorization.
349+
* 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+
* You want a set of options which can be modified, added, or deleted through the admin panel by any user with admin access and proper authorization.
351351

352352
In the case of Use Case 1 (an 'immutable' set of options), follow Magento's instructions entitled "Step 3: Add a source model." You will create a model that contains and dynamically, on block rendering, returns your attribute's selectable options to the client.
353353

0 commit comments

Comments
 (0)