Skip to content

Commit

Permalink
Products attributes (#216)
Browse files Browse the repository at this point in the history
* wip

* fix code formatting

* Remove env helper function

* Update product attributes

* fix code formatting

* Fix phpstan

* Update set environment file

---------

Co-authored-by: mckenziearts <[email protected]>
  • Loading branch information
mckenziearts and mckenziearts authored Jul 29, 2023
1 parent a653f7d commit 3f852e6
Show file tree
Hide file tree
Showing 45 changed files with 866 additions and 544 deletions.
13 changes: 13 additions & 0 deletions packages/admin/config/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,19 @@
'scripts' => [],
],

/*
|--------------------------------------------------------------------------
| Date Format
|--------------------------------------------------------------------------
| You can customize this format using dayjs date string constants.
| Setting this value to null will use Carbon's default format.
|
| https://day.js.org/docs/en/display/format
|
*/

'date_format' => 'LL',

/*
|--------------------------------------------------------------------------
| Shopper Controllers config
Expand Down
1 change: 0 additions & 1 deletion packages/admin/config/components.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
|--------------------------------------------------------------------------
*/

'modals.add-product-attribute' => Livewire\Modals\AddProductAttribute::class,
'modals.add-variant' => Livewire\Modals\AddVariant::class,
'modals.archived-order' => Livewire\Modals\ArchiveOrder::class,
'modals.create-payment-method' => Livewire\Modals\CreatePaymentMethod::class,
Expand Down
Loading

0 comments on commit 3f852e6

Please sign in to comment.