-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
344 additions
and
687 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,24 @@ | ||
<?php | ||
|
||
use Rapidez\Statamic\Collections\Brands; | ||
use Rapidez\Statamic\Collections\Categories; | ||
use Rapidez\Statamic\Collections\Products; | ||
|
||
return [ | ||
'collections' => [ | ||
Products::class, | ||
Categories::class, | ||
] | ||
Brands::class, | ||
], | ||
|
||
// It can occur that you're using a Hybrid Runway resource, | ||
// but you want to have routing for that Hybrid Runway resource. | ||
// You can enable the routing by specifying the routes here, they will automaticly | ||
// be added to your Hybrid Runway resource. | ||
// For example: | ||
// 'routes' => [ | ||
// Brands::class => [ | ||
// 'default' => '{slug}' | ||
// ], | ||
// ] | ||
]; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
tabs: | ||
main: | ||
sections: | ||
- | ||
fields: | ||
- | ||
import: page_builder | ||
magento: | ||
display: Magento | ||
sections: | ||
- | ||
fields: | ||
- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.