Skip to content

Commit

Permalink
[ALL] Added recipes for 5.0 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibexa-yuna authored Mar 13, 2024
1 parent bc4c912 commit 841db1b
Show file tree
Hide file tree
Showing 427 changed files with 12,315 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ibexa/activity-log/5.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"aliases": [],
"bundles": {}
}
4 changes: 4 additions & 0 deletions ibexa/admin-ui-assets/5.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"aliases": [],
"bundles": {}
}
4 changes: 4 additions & 0 deletions ibexa/admin-ui/5.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"aliases": [],
"bundles": {}
}
5 changes: 5 additions & 0 deletions ibexa/behat/5.0/config/packages/behat/monolog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
monolog:
handlers:
travis:
type: stream
level: error
2 changes: 2 additions & 0 deletions ibexa/behat/5.0/config/routes/behat/ibexa_behat.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ibexa.behat:
resource: '@IbexaBehatBundle/Resources/config/routing.yaml'
16 changes: 16 additions & 0 deletions ibexa/behat/5.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"aliases": [],
"bundles": {
"FriendsOfBehat\\SymfonyExtension\\Bundle\\FriendsOfBehatSymfonyExtensionBundle": ["test", "behat"],
"Ibexa\\Bundle\\Behat\\IbexaBehatBundle": ["behat"]
},
"copy-from-package": {
"behat_ibexa_oss.yaml": "behat_ibexa_oss.yaml",
"behat_ibexa_headless.yaml": "behat_ibexa_headless.yaml",
"behat_ibexa_experience.yaml": "behat_ibexa_experience.yaml",
"behat_ibexa_commerce.yaml": "behat_ibexa_commerce.yaml"
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
4 changes: 4 additions & 0 deletions ibexa/calendar/5.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"aliases": [],
"bundles": {}
}
4 changes: 4 additions & 0 deletions ibexa/cart/5.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"aliases": [],
"bundles": {}
}
73 changes: 73 additions & 0 deletions ibexa/cdp/5.0/config/packages/ibexa_cdp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
#ibexa:
# system:
# default:
# cdp:
# # Account number can be obtained from Accounts settings in Ibexa CDP dashboard
# account_number: 123456
# data_export:
# user_data:
# transport: stream_file
# stream_file:
# # Use Stream ID generated during data import from "stream file" in Data Manager
# stream_id: 00000000-00000000-00000000-00000000
# content_data:
# transport: stream_file
# stream_file:
# # Use Stream ID generated during data import from "stream file" in Data Manager
# stream_id: 00000000-00000000-00000000-00000000
# product_data:
# transport: stream_file
# stream_file:
# # Use Stream ID generated during data import from "stream file" in Data Manager
# stream_id: 00000000-00000000-00000000-00000000
#
# # You can configure multiple activations here. They have to be of type "Ibexa" in Ibexa DXP dashboard.
# activations:
# -
# # Client ID and Secret pair is used to authenticate against Webhook endpoint, make sure it's random and secure
# client_id: '%env(CDP_ACTIVATION_CLIENT_ID)%'
# client_secret: '%env(CDP_ACTIVATION_CLIENT_SECRET)%'
# # Segment Group where CDP data will be imported to
# segment_group_identifier: example_segment_group_identifier
#
#ibexa_cdp:
# data_export:
# schedule:
# user:
# # You can use examples below to build your own data export schedule.
# # Accepted options can be listed by running `php bin/console ibexa:cdp:stream-user-data --help`
## # every 15 minutes
## -
## interval: '*/15 * * * *'
## options: '--stream-id=00000000-00000000-00000000-00000000 --user-content-type=user --no-draft'
##
## # every 6 hours
## -
## interval: '0 */6 * * *'
## options: '--stream-id=00000000-00000000-00000000-00000000 --user-content-type=user --no-draft'
#
# content:
# # You can use examples below to build your own data export schedule.
# # Accepted options can be listed by running `php bin/console ibexa:cdp:stream-content-data --help`
## # every 30 minutes
## -
## interval: '*/30 * * * *'
## options: '--stream-id=00000000-00000000-00000000-00000000 --content-type=article --no-draft'
##
## # every 12 hours
## -
## interval: '0 */12 * * *'
## options: '--stream-id=00000000-00000000-00000000-00000000 --content-type=article --no-draft'
#
# product:
# # You can use examples below to build your own data export schedule.
# # Accepted options can be listed by running `php bin/console ibexa:cdp:stream-product-data --help`
## # every 30 minutes
## -
## interval: '*/30 * * * *'
## options: '--stream-id=00000000-00000000-00000000-00000000 --product-type=laptop --no-draft'
##
## # every 12 hours
## -
## interval: '0 */12 * * *'
## options: '--stream-id=00000000-00000000-00000000-00000000 --product-type=laptop --no-draft'
2 changes: 2 additions & 0 deletions ibexa/cdp/5.0/config/routes/ibexa_cdp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ibexa.cdp:
resource: '@IbexaCdpBundle/Resources/config/routing.yaml'
13 changes: 13 additions & 0 deletions ibexa/cdp/5.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"aliases": ["ibexa-cdp", "cdp"],
"bundles": {
"Ibexa\\Bundle\\Cdp\\IbexaCdpBundle": ["all"]
},
"env": {
"CDP_ACTIVATION_CLIENT_ID": "123456",
"CDP_ACTIVATION_CLIENT_SECRET": "abcdef"
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
4 changes: 4 additions & 0 deletions ibexa/checkout/5.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"aliases": [],
"bundles": {}
}
4 changes: 4 additions & 0 deletions ibexa/commerce-admin-ui/5.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"aliases": [],
"bundles": {}
}
4 changes: 4 additions & 0 deletions ibexa/commerce-base-design/5.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"aliases": [],
"bundles": {}
}
4 changes: 4 additions & 0 deletions ibexa/commerce-checkout/5.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"aliases": [],
"bundles": {}
}
4 changes: 4 additions & 0 deletions ibexa/commerce-erp-admin/5.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"aliases": [],
"bundles": {}
}
4 changes: 4 additions & 0 deletions ibexa/commerce-fieldtypes/5.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"aliases": [],
"bundles": {}
}
4 changes: 4 additions & 0 deletions ibexa/commerce-order-history/5.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"aliases": [],
"bundles": {}
}
4 changes: 4 additions & 0 deletions ibexa/commerce-page-builder/5.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"aliases": [],
"bundles": {}
}
4 changes: 4 additions & 0 deletions ibexa/commerce-price-engine/5.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"aliases": [],
"bundles": {}
}
4 changes: 4 additions & 0 deletions ibexa/commerce-rest/5.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"aliases": [],
"bundles": {}
}
4 changes: 4 additions & 0 deletions ibexa/commerce-shop-ui/5.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"aliases": [],
"bundles": {}
}
4 changes: 4 additions & 0 deletions ibexa/commerce-shop/5.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"aliases": [],
"bundles": {}
}
4 changes: 4 additions & 0 deletions ibexa/commerce-transaction/5.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"aliases": [],
"bundles": {}
}
4 changes: 4 additions & 0 deletions ibexa/commerce/5.0/assets/images/caret-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ibexa/commerce/5.0/assets/images/commerce.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions ibexa/commerce/5.0/assets/images/development.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions ibexa/commerce/5.0/assets/images/documentation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions ibexa/commerce/5.0/assets/images/php-api.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions ibexa/commerce/5.0/assets/images/rest-api.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ibexa/commerce/5.0/assets/images/support.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions ibexa/commerce/5.0/assets/images/training.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 841db1b

Please sign in to comment.