Skip to content

Commit

Permalink
fix: fixed the components and handled all the cases for backend office
Browse files Browse the repository at this point in the history
  • Loading branch information
devansh-webkul committed Oct 15, 2024
1 parent 5cf55e6 commit 6210b7d
Show file tree
Hide file tree
Showing 6 changed files with 368 additions and 193 deletions.
36 changes: 27 additions & 9 deletions packages/Webkul/Admin/src/Resources/lang/en/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -861,35 +861,37 @@
'add-btn' => 'Add Option',
'empty-info' => 'To create customizable options on a go.',
'empty-title' => 'Add Option',
'image-placeholder' => 'Product Image',
'info' => 'This will customize the simple product.',
'title' => 'Customizable Item',

'update-create' => [
'checkbox' => 'Checkbox',
'is-required' => 'Is Required',
'multiselect' => 'Multiselect',
'name' => 'Title',
'no' => 'No',
'radio' => 'Radio',
'price' => 'Price',
'save-btn' => 'Save',
'select' => 'Select',
'title' => 'Option',
'type' => 'Type',
'yes' => 'Yes',
],

'option' => [
'add-btn' => 'Add Option',
'default-qty' => 'Default Qty',
'delete' => 'Delete',
'delete-btn' => 'Delete',
'edit-btn' => 'Edit',
'empty-info' => 'To create various combination of product on a go.',
'empty-title' => 'Add Option',
'sku' => 'SKU - :sku',

'types' => [
'text' => [
'title' => 'Text',
],

'textarea' => [
'title' => 'Textarea',
],

'checkbox' => [
'title' => 'Checkbox',
],
Expand All @@ -905,12 +907,28 @@
'multiselect' => [
'title' => 'Multiselect',
],

'date' => [
'title' => 'Date',
],

'datetime' => [
'title' => 'Datetime',
],

'time' => [
'title' => 'Time',
],

'file' => [
'title' => 'File',
],
],

'items' => [
'update-create' => [
'label' => 'Label',
'price' => 'Price',
'label' => 'Label',
'price' => 'Price',
],
],
],
Expand Down
Loading

0 comments on commit 6210b7d

Please sign in to comment.