-
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.
Merge remote-tracking branch 'recipes-dev/master'
- Loading branch information
Showing
55 changed files
with
531 additions
and
616 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"aliases": [], | ||
"bundles": {} | ||
} |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
13 changes: 13 additions & 0 deletions
13
ibexa/commerce/4.6/config/packages/ibexa_site_context.yaml
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
ibexa: | ||
system: | ||
admin_group: | ||
site_context: | ||
excluded_paths: | ||
- /1/5/ # Users | ||
- /1/43/ # Media | ||
- /1/55/ # Forms | ||
- /1/56/ # Site skeletons | ||
- /1/67/ # Dashboards | ||
- /1/61/ # Product categorises | ||
- /1/65/ # Corporate Account | ||
- /1/57/ # Tags |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
payum: | ||
storages: | ||
Ibexa\Payment\Values\Payment: | ||
custom: Ibexa\ConnectorPayum\Storage\Payment | ||
|
||
security: | ||
token_storage: | ||
Ibexa\ConnectorPayum\Token\PaymentToken: | ||
doctrine: orm |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
ibexa.activity_log: | ||
resource: '@IbexaActivityLogBundle/Resources/config/routing.yaml' | ||
|
||
ibexa.activity_log.rest: | ||
resource: '@IbexaActivityLogBundle/Resources/config/routing/rest.yaml' | ||
prefix: '%ibexa.rest.path_prefix%' |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ibexa.dashboard: | ||
resource: '@IbexaDashboardBundle/Resources/config/routing/admin.yaml' |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
ibexa.site_context.admin: | ||
resource: '@IbexaSiteContextBundle/Resources/config/routing_admin.yaml' | ||
defaults: | ||
siteaccess_group_whitelist: '%admin_group_name%' |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
payum_all: | ||
resource: "@PayumBundle/Resources/config/routing/all.xml" |
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
29 changes: 29 additions & 0 deletions
29
ibexa/connector-actito/4.6/config/packages/ibexa_connector_actito.yaml
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
## Use following example to set up your e-mail campaigns | ||
#ibexa: | ||
# system: | ||
# default: | ||
# connector_actito: | ||
# api_key: '%env(ACTITO_API_KEY)%' | ||
# entity: my_entity_name | ||
# campaign_mapping: | ||
# # | ||
# # This map configures which campaigns are triggered in | ||
# # Actito system when particular Notification is emitted | ||
# # | ||
# # Element key is the FQCN of the Notification, | ||
# # "campaign" property has to match campaign name or ID | ||
# # | ||
# Ibexa\Contracts\OrderManagement\Notification\OrderStatusChange: | ||
# campaign: example_campaign_name_order_status_change | ||
# | ||
# Ibexa\Contracts\Payment\Notification\PaymentStatusChange: | ||
# campaign: example_campaign_name_payment_status_change | ||
# | ||
# Ibexa\Contracts\Shipping\Notification\ShipmentStatusChange: | ||
# campaign: example_campaign_name_shipment_status_change | ||
# | ||
# Ibexa\Contracts\User\Notification\UserPasswordReset: | ||
# campaign: example_campaign_name_user_password_reset | ||
# | ||
# Ibexa\Contracts\User\Notification\UserRegister: | ||
# campaign: example_campaign_name_user_register |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"aliases": ["ibexa-connector-actito", "actito"], | ||
"bundles": { | ||
"Ibexa\\Bundle\\ConnectorActito\\IbexaConnectorActitoBundle": ["all"] | ||
}, | ||
"env": { | ||
"#1": "Ask your IT/Admin to create API User in Actito Dashboard and put generated API Key here", | ||
"ACTITO_API_KEY": "1234567890" | ||
}, | ||
"copy-from-recipe": { | ||
"config/": "%CONFIG_DIR%/" | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"aliases": [], | ||
"bundles": {} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"aliases": [], | ||
"bundles": {} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"aliases": [], | ||
"bundles": {} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.