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/administration/back_office/back_office_elements/add_dropdowns.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ The following attributes are available:
131
131
### Initialize
132
132
133
133
All drop-downs are searched and initialized automatically in `admin.dropdown.js`.
134
-
To extend or modify the search, you need to add a `custom_init` attribute to the drop-down Twig parameters. Otherwise it will be initialized two times.
134
+
To extend or modify the search, you need to add a `custom_init` attribute to the drop-down Twig parameters. Otherwise it's initialized two times.
Copy file name to clipboardExpand all lines: docs/administration/back_office/browser/browser.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,17 +56,17 @@ There you can set the following properties:
56
56
|-------------------|------|--------|----------|
57
57
|multiple</br>`multiple`|true</br>false|no|The possibility to choose multiple Locations.|
58
58
|multiple_items_limit</br>`multipleItemsLimit`|number|no|Maximum number of items with configuration `multiple: true`.|
59
-
|root_location_id</br>`rootLocationId`|number|no|UDW will display Locations only below this content tree element.|
60
-
|starting_location_id</br>`startingLocationId`|number|no|This Location will be displayed as a starting Location in UDW.|
59
+
|root_location_id</br>`rootLocationId`|number|no|UDW displays Locations only below this content tree element.|
60
+
|starting_location_id</br>`startingLocationId`|number|no|This Location is displayed as a starting Location in UDW.|
61
61
|containers_only</br>`containersOnly`|true</br>false|no|When set to `true` only containers can be selected.|
62
62
|allowed_content_types</br>`allowedContentTypes`|null</br>[]</br>[`contentTypeIdentifier`]|yes|List of allowed content types:</br>`null` – all content types are allowed,</br>`[]` – empty table, no content types are allowed.|
63
-
|active_sort_clause</br>`activeSortClause`|DatePublished</br>ContentName|no|Sort Clause by which children in the content tree will be sorted.|
63
+
|active_sort_clause</br>`activeSortClause`|DatePublished</br>ContentName|no|Sort Clause by which children in the content tree is sorted.|
64
64
|active_sort_order</br>`activeSortOrder`|ascending</br>descending|no|Sorting order of the children in the content tree.|
65
65
|active_tab</br>`activeTab`|browse</br>search</br>bookmarks|no|Starting tab in the UDW.|
66
66
|active_view</br>`activeView`|finder</br>grid</br>tree|no|Starting view in the UDW.|
67
67
|allow_redirects</br>`allowRedirects`|true</br>false|yes|Allows to redirect content from the UDW tab to another page, for example, to content edit page.|
68
-
|selected_locations</br>`selectedLocations`|[]</br>[locationId]|no|Location that will be selected automatically.|
69
-
|allow_confirmation</br>`allowConfirmation`|true</br>false|yes|Shows confirmations buttons in the UDW. If set to false, it will not be possible to confirm selection.|
68
+
|selected_locations</br>`selectedLocations`|[]</br>[locationId]|no|Location that is selected automatically.|
69
+
|allow_confirmation</br>`allowConfirmation`|true</br>false|yes|Shows confirmations buttons in the UDW. If set to false, it's not possible to confirm selection.|
70
70
71
71
### Content on the Fly group
72
72
@@ -77,7 +77,7 @@ There you can set the following properties:
77
77
|preselected_language</br>`preselectedLanguage`|null</br>languageCode|yes|First language on the Content on the Fly language list:</br>null - language order defined in the system.|
78
78
|preselected_content_type</br>`preselectedContentType`|null</br>contentTypeIdentifier|yes|Content selected in Content on the Fly.|
79
79
|hidden</br>`hidden`|true</br>false|yes|Content on the Fly visibility.|
80
-
|auto_confirm_after_publish</br>`autoConfirmAfterPublish`|true</br>false|yes|If set to `true` UDW will be automatically closed after publishing the content.|
80
+
|auto_confirm_after_publish</br>`autoConfirmAfterPublish`|true</br>false|yes|If set to `true` UDW is automatically closed after publishing the content.|
81
81
82
82
### Tabs config group
83
83
@@ -125,7 +125,7 @@ ibexa:
125
125
126
126
### Add new configuration to button
127
127
128
-
In the `ibexa_udw_config` Twig helper, define a specific part of YAML configuration that will be used to render the **Content Browser**.
128
+
In the `ibexa_udw_config` Twig helper, define a specific part of YAML configuration that is used to render the **Content Browser**.
129
129
You can find Twig helper in your button template.
130
130
In the example below, a key is pointing to `my_custom_udw` configuration and has additional parameter `johndoe`.
131
131
@@ -141,7 +141,7 @@ In the example below, a key is pointing to `my_custom_udw` configuration and has
141
141
142
142
### Additional parameters
143
143
144
-
If an event listener catches additional parameters passed with context, it will use a configuration specified for it in the event subscriber.
144
+
If an event listener catches additional parameters passed with context, it uses a configuration specified for it in the event subscriber.
145
145
146
146
In the example below, the `johndoe` parameter enables the user to choose multiple items from a **Browser window** by changing `multiple: false` from `my_custom_udw` configuration to `multiple: true`.
Copy file name to clipboardExpand all lines: docs/administration/back_office/notifications.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ It appears to whoever is doing a specific operation in the back office.
12
12

13
13
14
14
[Custom notifications](#create-custom-notifications) are sent to a specific user.
15
-
They will appear in their profile in the back office.
15
+
They appears in their profile in the back office.
16
16
17
17

18
18
@@ -53,7 +53,7 @@ Dispatch the event with `document.body.dispatchEvent(eventInfo);`.
53
53
54
54
## Create custom notifications
55
55
56
-
You can send your own custom notifications to the user which will be displayed in the user menu.
56
+
You can send your own custom notifications to the user which are displayed in the user menu.
57
57
58
58
To create a new notification you must use the `createNotification(Ibexa\Contracts\Core\Repository\Values\Notification\CreateStruct $createStruct)` method from `Ibexa\Contracts\Core\Repository\NotificationService`.
Both `getParameter()` and `hasParameter()` can take three arguments:
56
56
57
57
1. `$paramName` - the name of the parameter
58
-
2. `$namespace` - your application namespace, `myapp` in the previous example. If null, the default namespace will be used, which is `ibexa.site_access.config` by default.
59
-
3. `$scope` - a SiteAccess name. If null, the current SiteAccess will be used.
58
+
2. `$namespace` - your application namespace, `myapp` in the previous example. If null, the default namespace is used, which is `ibexa.site_access.config` by default.
59
+
3. `$scope` - a SiteAccess name. If null, the current SiteAccess is used.
0 commit comments