Skip to content

Commit a327ecd

Browse files
committed
Run fixes on recent files
1 parent f2f1650 commit a327ecd

8 files changed

Lines changed: 36 additions & 28 deletions

File tree

docs/administration/recent_activity/recent_activity.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ ibexa:
4949
pagination:
5050
activity_logs_limit: 20
5151
```
52+
5253
A log item is a group of entries, or an entry without group.
5354

5455
### Disable activity log

docs/ai_actions/configure_ai_actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ To use the connector with the Gemini services, you need to create an account, se
110110
1. Add project name, for example, "My project".
111111
1. Modify the automatically generated **Project ID** if necessary.
112112
1. Select location: choose your organization.
113-
1. Click **Create**.
113+
1. Click **Create**.
114114

115115
#### Configure billing
116116

docs/api/event_reference/order_management_events.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ page_type: reference
55
---
66

77
# Order management events
8+
89
| Event | Dispatched by | Properties |
910
|---|---|---|
1011
|`BeforeCreateOrderEvent`|`OrderService::createOrder`|`OrderCreateStruct $createStruct`<br/>`?OrderInterface $orderResult = null`|

docs/api/notification_channels.md

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ Some events generate notifications that you can deliver to the users through one
3333

3434
### Available notification types
3535

36-
* [`Ibexa\Contracts\FormBuilder\Notifications\FormSubmitted`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-FormBuilder-Notifications-FormSubmitted.html)
37-
* [`Ibexa\Contracts\Notifications\SystemNotification\SystemNotification`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Notifications-SystemNotification-SystemNotification.html)
38-
* [`Ibexa\Contracts\OrderManagement\Notification\OrderStatusChange`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-OrderManagement-Notification-OrderStatusChange.html)
39-
* [`Ibexa\Contracts\Payment\Notification\PaymentStatusChange`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Payment-Notification-PaymentStatusChange.html)
40-
* [`Ibexa\Contracts\Shipping\Notification\ShipmentStatusChange`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Shipping-Notification-ShipmentStatusChange.html)
41-
* [`Ibexa\Contracts\User\Notification\UserInvitation`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-User-Notification-UserInvitation.html)
42-
* [`Ibexa\Contracts\User\Notification\UserPasswordReset`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-User-Notification-UserPasswordReset.html)
43-
* [`Ibexa\Contracts\User\Notification\UserRegister`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-User-Notification-UserRegister.html)
44-
* `Ibexa\Share\Notification\ContentEditInvitationNotification`
45-
* `Ibexa\Share\Notification\ContentViewInvitationNotification`
46-
* `Ibexa\Share\Notification\ExternalParticipantContentViewInvitationNotification`
36+
- [`Ibexa\Contracts\FormBuilder\Notifications\FormSubmitted`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-FormBuilder-Notifications-FormSubmitted.html)
37+
- [`Ibexa\Contracts\Notifications\SystemNotification\SystemNotification`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Notifications-SystemNotification-SystemNotification.html)
38+
- [`Ibexa\Contracts\OrderManagement\Notification\OrderStatusChange`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-OrderManagement-Notification-OrderStatusChange.html)
39+
- [`Ibexa\Contracts\Payment\Notification\PaymentStatusChange`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Payment-Notification-PaymentStatusChange.html)
40+
- [`Ibexa\Contracts\Shipping\Notification\ShipmentStatusChange`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Shipping-Notification-ShipmentStatusChange.html)
41+
- [`Ibexa\Contracts\User\Notification\UserInvitation`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-User-Notification-UserInvitation.html)
42+
- [`Ibexa\Contracts\User\Notification\UserPasswordReset`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-User-Notification-UserPasswordReset.html)
43+
- [`Ibexa\Contracts\User\Notification\UserRegister`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-User-Notification-UserRegister.html)
44+
- `Ibexa\Share\Notification\ContentEditInvitationNotification`
45+
- `Ibexa\Share\Notification\ContentViewInvitationNotification`
46+
- `Ibexa\Share\Notification\ExternalParticipantContentViewInvitationNotification`
4747

4848
### Available notification channels
4949

@@ -53,14 +53,14 @@ You can list the notification channel services with the following command:
5353
php bin/console debug:container --tag=notifier.channel
5454
```
5555

56-
* `actito` - Notification forwarded as [transactional email](transactional_emails.md)
57-
* `browser` - Notification forwarded as [flash message]([[= symfony_doc =]]/session.html#flash-messages)
58-
* [`chat`]([[= symfony_doc =]]/notifier.html#chat-channel) - Notification forwarded to a communication platform like Slack, Microsoft Teams, or Google Chat
59-
* [`desktop`]([[= symfony_doc =]]/notifier.html#desktop-channel) - Notification forwarded to desktop applications like JoliNotif
60-
* [`email`]([[= symfony_doc =]]/notifier.html#email-channel) - Notification forwarded to email addresses
61-
* `ibexa` - Notification forwarded as [back office user notifications](notifications.md#user-notifications)
62-
* [`push`]([[= symfony_doc =]]/notifier.html#push-channel) - Notification forwarded to specific applications
63-
* [`sms`]([[= symfony_doc =]]/notifier.html#sms-channel) - Notification forwarded to phone numbers
56+
- `actito` - Notification forwarded as [transactional email](transactional_emails.md)
57+
- `browser` - Notification forwarded as [flash message]([[= symfony_doc =]]/session.html#flash-messages)
58+
- [`chat`]([[= symfony_doc =]]/notifier.html#chat-channel) - Notification forwarded to a communication platform like Slack, Microsoft Teams, or Google Chat
59+
- [`desktop`]([[= symfony_doc =]]/notifier.html#desktop-channel) - Notification forwarded to desktop applications like JoliNotif
60+
- [`email`]([[= symfony_doc =]]/notifier.html#email-channel) - Notification forwarded to email addresses
61+
- `ibexa` - Notification forwarded as [back office user notifications](notifications.md#user-notifications)
62+
- [`push`]([[= symfony_doc =]]/notifier.html#push-channel) - Notification forwarded to specific applications
63+
- [`sms`]([[= symfony_doc =]]/notifier.html#sms-channel) - Notification forwarded to phone numbers
6464

6565
### Subscriptions configuration
6666

@@ -142,10 +142,10 @@ The [`…\Service\NotificationServiceInterface::send()`](/api/php_api/php_api_re
142142
- The optional second argument is an array of [`…\Value\RecipientInterface`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Notifications-Value-RecipientInterface.html).
143143
This interface is implemented by the [`…\Value\Recipent\SymfonyRecipientAdapter`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Notifications-Value-Recipent-SymfonyRecipientAdapter.html)
144144
used to wrap `Symfony\Component\Notifier\Recipient\RecipientInterface`.
145-
- This Symfony interface is implemented by [`…\Value\Recipent\UserRecipient`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Notifications-Value-Recipent-UserRecipient.html)
145+
- This Symfony interface is implemented by [`…\Value\Recipent\UserRecipient`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Notifications-Value-Recipent-UserRecipient.html)
146146
which can wrap classes implementing the [`Ibexa\Contracts\Core\Repository\Values\User\UserReference` interface](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-User-UserReference.html),
147-
- The [`UserService` methods to load a user](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-UserService.html#method_loadUser) are returning objects implementing this `UserReference` interface.
148-
- The [`PermissionResolver::getCurrentUserReference()` method](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-PermissionResolver.html#method_getCurrentUserReference) is returning objects implementing this `UserReference` interface.
147+
- The [`UserService` methods to load a user](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-UserService.html#method_loadUser) are returning objects implementing this `UserReference` interface.
148+
- The [`PermissionResolver::getCurrentUserReference()` method](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-PermissionResolver.html#method_getCurrentUserReference) is returning objects implementing this `UserReference` interface.
149149
150150
For example, to send a notification, you often use a combination like the following:
151151
@@ -204,11 +204,13 @@ For the example, the notification is sent in a back office context for all editi
204204
An empty template only extending the pagelayout is used for the demonstration.
205205

206206
`templates/themes/admin/notification-sender-controller.html.twig`:
207+
207208
``` twig
208209
[[= include_code('code_samples/api/notifications/templates/themes/admin/notification-sender-controller.html.twig') =]]
209210
```
210211

211212
`templates/themes/storefront/notification-sender-controller.html.twig`:
213+
212214
``` twig
213215
[[= include_code('code_samples/api/notifications/templates/themes/storefront/notification-sender-controller.html.twig') =]]
214216
```

docs/cdp/cdp_data_customization.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The interface is plain and has two methods that you need to provide:
6464
- **process** - takes `Field` instance and then returns a flat array of scalar values that are combined with the payload data.
6565
6666
A common field type is serialized to:
67-
67+
6868
```json
6969
{
7070
"field_measurement_simple_id": 1792,
@@ -117,6 +117,7 @@ You can return multiple values.
117117

118118
- `FieldValueProcessorInterface::supports` - decides whether `FieldValueProcessor` can work with the `Field`.
119119
120+
120121
### Built in Field Value Processors for custom field types
121122

122123
Several system Field Value Processors either work by default or can be registered for custom field types:

docs/release_notes/ez_platform_v3.0_deprecations.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -420,10 +420,10 @@ This change is introduced without BC breaks.
420420

421421
Following API methods have been removed:
422422

423-
* `\eZ\Publish\API\Repository\ContentService::removeTranslation`
424-
* `\eZ\Publish\API\Repository\UserService::loadAnonymousUser`
425-
* `\eZ\Publish\API\Repository\Repository::getCurrentUser`
426-
* `\eZ\Publish\API\Repository\Repository::getCurrentUserReference`
423+
- `\eZ\Publish\API\Repository\ContentService::removeTranslation`
424+
- `\eZ\Publish\API\Repository\UserService::loadAnonymousUser`
425+
- `\eZ\Publish\API\Repository\Repository::getCurrentUser`
426+
- `\eZ\Publish\API\Repository\Repository::getCurrentUserReference`
427427
- `\eZ\Publish\API\Repository\Repository::setCurrentUser`
428428
- `\eZ\Publish\API\Repository\Repository::hasAccess`
429429
- `\eZ\Publish\API\Repository\Repository::canUser`

docs/resources/new_in_doc.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,7 @@ Enhanced the PHP API with the following new classes and interfaces:
766766
- Added edition information to [PHP API reference](https://doc.ibexa.co/en/4.6/api/php_api/php_api_reference/) to aid navigation
767767

768768
### REST API
769+
769770
- Removed multiple obsolete RAML types from the [REST API reference](https://doc.ibexa.co/en/4.6/api/rest_api/rest_api_reference/rest_api_reference.html)
770771

771772
### User management
@@ -1173,6 +1174,7 @@ Enhanced the PHP API with the following new classes and interfaces:
11731174
- [Work with product attributes](https://doc.ibexa.co/projects/userguide/en/latest/pim/work_with_product_attributes/) in User Documentation
11741175

11751176
### REST API
1177+
11761178
- Added example of input payload in JSON format for [ContentTypeCreate in REST API reference](https://doc.ibexa.co/en/4.6/api/rest_api/rest_api_reference/rest_api_reference.html#managing-content-create-content-type)
11771179
- [Expected user](https://doc.ibexa.co/en/4.6/api/rest_api/rest_api_usage/rest_requests/#expected-user) header support
11781180

docs/templating/twig_function_reference/recommendations_twig_functions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Default setup:
2929
``` html+twig
3030
{{ ibexa_tracking_script() }}
3131
```
32+
3233
Example setup using parameters:
3334

3435
``` html+twig

0 commit comments

Comments
 (0)