first upload all files
This commit is contained in:
18
Modules/Attribute/Resources/lang/en/attributes.php
Normal file
18
Modules/Attribute/Resources/lang/en/attributes.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'attributes' => [
|
||||
'attribute_set_id' => 'Attribute Set',
|
||||
'name' => 'Name',
|
||||
'categories' => 'Categories',
|
||||
'slug' => 'URL',
|
||||
'is_filterable' => 'Filterable',
|
||||
],
|
||||
'attribute_sets' => [
|
||||
'name' => 'Name',
|
||||
],
|
||||
'product_attributes' => [
|
||||
'attributes.*.attribute_id' => 'Attribute',
|
||||
'attributes.*.values' => 'Values',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user