Merge branch 'w2p-94688_added-themeable-search-form-component' into atmire-contributions-alex-7.5

This commit is contained in:
Alexandre Vryghem
2023-02-08 23:04:52 +01:00
11 changed files with 77 additions and 9 deletions

View File

@@ -51,6 +51,7 @@ import { LoadingComponent } from './loading/loading.component';
import { PaginationComponent } from './pagination/pagination.component';
import { ThumbnailComponent } from '../thumbnail/thumbnail.component';
import { SearchFormComponent } from './search-form/search-form.component';
import { ThemedSearchFormComponent } from './search-form/themed-search-form.component';
import {
SearchResultGridElementComponent
} from './object-grid/search-result-grid-element/search-result-grid-element.component';
@@ -309,6 +310,7 @@ const COMPONENTS = [
PaginationComponent,
RSSComponent,
SearchFormComponent,
ThemedSearchFormComponent,
PageWithSidebarComponent,
SidebarDropdownComponent,
ThumbnailComponent,