You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/permissions/limitation_reference.md
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -320,6 +320,41 @@ This limitation can be used as a role limitation.
320
320
321
321
For more information on how to restrict user's access to part of the subtree, see [the example in the Admin management section](permission_use_cases.md#restrict-editing-to-part-of-the-tree).
322
322
323
+
## Taxonomy limitation
324
+
325
+
The taxonomy (`Taxonomy`) limitation specifies on which taxonomies (tags, product categorieres, or custom ones) user can interact with.
326
+
327
+
The supported policies are:
328
+
329
+
- `taxonomy/read`
330
+
- `taxonomy/manage`
331
+
- `taxonomy/assign`
332
+
333
+
### Possible values
334
+
335
+
|Value|UI value|Description|
336
+
|------|------|------|
337
+
|Taxonomy identifiers|Taxonomy names|List of allowed taxonomies|
338
+
339
+
340
+
## Taxonomy Subtree limitation
341
+
342
+
The taxonomy subtree (`TaxonomySubtree`) limitation specifies whether the user has access to a specific subtree within the [taxonomy](taxonomy.md) tree.
343
+
Once a tag is selected, user can interact with it and all the child tags below it in the taxonomy tree.
344
+
In addition, it grants read-only access to all the parent tags (up to the taxonomy root) so that the user can be see the context.
345
+
346
+
The supported policies are:
347
+
348
+
- `taxonomy/read`
349
+
- `taxonomy/manage`
350
+
- `taxonomy/assign`
351
+
352
+
### Possible values
353
+
354
+
|Value|UI value|Description|
355
+
|------|------|------|
356
+
|Tag IDs|Selected tags| All valid Tag IDs are allowed|
357
+
323
358
## Version Lock limitation
324
359
325
360
The Version Lock (`VersionLock`) limitation specifies whether the user can perform actions, for example, edit or unlock, on content items that are in a workflow.
The [online editor](online_editor_guide.md) now allows to easily enter special characters like currency symbols.
40
+
It uses the [special characters plugin](https://ckeditor.com/docs/ckeditor5/latest/features/special-characters.html),
41
+
42
+

43
+
44
+
#### Pagination for ezobjectrelationlist in GraphQL
45
+
46
+
To improve performance and gain greater control over the returned responses from the [GraphQL API](graphql.md), you can now [enable pagination](relationlistfield.md#enable-pagination-in-graphql) of relations specified using the Relationlist field type.
47
+
48
+
#### Taxonomy Subtree limitation
49
+
50
+
You can now more effectively manage access to [taxonomy items](taxonomy.md) by using the new [Taxonomy Subtree limitation](limitation_reference.md#taxonomy-subtree-limitation).
51
+
52
+
#### Twig Components
53
+
54
+
With the latest changes to [Twig Components](components.md), you can:
55
+
56
+
- set component priority when using YAML configuration
57
+
- render a menu with help of the new Menu component
58
+
59
+
The list of built-in Twig Component groups has been expanded and includes:
60
+
61
+
- one new group for the [back office](custom_components.md) (`admin-ui-versions-table-before`)
62
+
- four new groups for [storefront](custommize_storefront_layout.md#customize-with-twig-components)
63
+
64
+
#### Improved content creation interface
65
+
66
+
The editing interface of the back office has been improved to better highlight the language, creator, and the publication date when working with content items.
67
+
68
+

0 commit comments