first upload all files
This commit is contained in:
21
Modules/Option/Resources/lang/en/attributes.php
Normal file
21
Modules/Option/Resources/lang/en/attributes.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'name' => 'Name',
|
||||
'type' => 'Type',
|
||||
'is_required' => 'Required',
|
||||
'label' => 'Label',
|
||||
'price' => 'Price',
|
||||
'price_type' => 'Price Type',
|
||||
|
||||
// Validations
|
||||
'values.*.label' => 'Label',
|
||||
'values.*.price' => 'Price',
|
||||
'values.*.price_type' => 'Price Type',
|
||||
|
||||
'options.*.name' => 'Name',
|
||||
'options.*.type' => 'Type',
|
||||
'options.*.values.*.label' => 'Label',
|
||||
'options.*.values.*.price' => 'Price',
|
||||
'options.*.values.*.price_type' => 'Price Type',
|
||||
];
|
||||
Reference in New Issue
Block a user