Skip to content

Commit 97ea04c

Browse files
committed
Review fixes
1 parent 01aed8d commit 97ea04c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

docs/content_management/field_types/field_type_reference/relationlistfield.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ To enable pagination for Relation List field type, set the `ibexa.graphql.schema
118118

119119
This allows you to query for only a subset of relations, as in the following example:
120120

121-
``` json
121+
``` graphql
122122
query {
123123
content {
124124
relations(contentId: 71) {

docs/permissions/limitation_reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ For more information on how to restrict user's access to part of the subtree, se
322322

323323
## Taxonomy limitation
324324

325-
The taxonomy (`Taxonomy`) limitation specifies on which taxonomies (tags, product categorieres, or custom ones) user can interact with.
325+
The taxonomy (`Taxonomy`) limitation specifies on which taxonomies (tags, product categories, or custom ones) user can interact with.
326326

327327
The supported policies are:
328328

docs/release_notes/ibexa_dxp_v4.6.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ To improve performance and gain greater control over the returned responses from
4949

5050
You can now manage access to [taxonomy items](taxonomy.md) more effectively by using the new [Taxonomy Subtree limitation](limitation_reference.md#taxonomy-subtree-limitation).
5151

52+
In addition, you can now use the [Taxonomy limitation](limitation_reference.md#taxonomy-limitation) together with the `taxonomy/assign` policy.
53+
5254
#### Twig Components
5355

5456
With the latest changes to [Twig Components](components.md), you can:
@@ -69,7 +71,9 @@ The editing interface of the back office has been improved to better highlight t
6971

7072
#### Breaking changes
7173

72-
- The `Ibexa\FieldTypeRichText\RichText\Validator\CustomTagsValidator` class has been renamed to `Ibexa\FieldTypeRichText\RichText\Validator\CustomTemplateValidator`, expanding its responsibility to validate both [custom tags](extend_online_editor.md# configure-custom-tags) and [custom styles](extend_online_editor.md#configure-custom-styles)
74+
- The `Ibexa\FieldTypeRichText\RichText\Validator\CustomTagsValidator` class has been renamed to `Ibexa\FieldTypeRichText\RichText\Validator\CustomTemplateValidator`, expanding its responsibility to validate both [custom tags](extend_online_editor.md#configure-custom-tags) and [custom styles](extend_online_editor.md#configure-custom-styles)
75+
- The `Ibexa\Contracts\AdminUi\Permission\PermissionCheckContextProviderInterface` interface has been removed
76+
- The `Ibexa\Contracts\AdminUi\Values\PermissionCheckContext` class has been removed
7377

7478
#### PHP API
7579

0 commit comments

Comments
 (0)