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
To select an image from the DAM, a modal window pop in with tabs & panels for different search sub-interfaces.
153
+
To enable selecting an image from the DAM system, a modal window pops up with tabs and panels that contain different search interfaces.
154
154
155
-
In this example, the search only use the main text input.
156
-
Its tab and its corresponding panel are a service created by combining existing components (as many [back office tabs](back_office_tabs.md)).
155
+
In this example, the search only uses the main text input.
156
+
The tab and its corresponding panel are a service created by combining existing components, like in the case of other [back office tabs](back_office_tabs.md).
157
+
158
+
The `commons_search_tab` service uses the `GenericSearchTab` class as a base, and the `GenericSearchType` form for search input.
159
+
It is linked to the `commons` DAM source and uses the identifier `commons`.
160
+
The DAM search tab is registered in the `connector-dam-search` [tab group](back_office_tabs.md#tab-groups) using the `ibexa.admin_ui.tab` tag.
157
161
158
-
The tab service uses directly the dedicated base tab `GenericSearchTab`,
159
-
passes it the dedicated base form `GenericSearchType`,
160
-
links it to `commons` DAM source,
161
-
is identified as `commons`,
162
-
is tagged with `ibexa.admin_ui.tab` tag,
163
-
and set in the `connector-dam-search` [tab group](back_office_tabs.md#tab-groups).
Then, register the template and a fallback template in configuration files
180
-
(replace `<scope>` with [appropriate value](siteaccess_aware_configuration.md) like `default` so it's used everywhere including the back office):
177
+
Then, register the template and a fallback template in configuration files.
178
+
Replace `<scope>` with an [appropriate value](siteaccess_aware_configuration.md) that designates the SiteAccess or SiteAccess group, for example, `default` to use the template everywhere, including the back office:
0 commit comments