Skip to content

Commit

Permalink
Merge pull request #408 from noi-techpark/addImageGalleryComponent
Browse files Browse the repository at this point in the history
add imageGallery component to Detail and Edit View in MetaData
  • Loading branch information
gappc authored Jul 14, 2023
2 parents ebb0366 + bc5455c commit 3720692
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ import {
DetailViewConfig,
EditViewConfig,
} from '../../../domain/datasetConfig/types';
import { idReadOnlyCell, shortnameCell } from '../../builder/tourism';
import {
idReadOnlyCell,
shortnameCell,
imageGalleryCategory,
} from '../../builder/tourism';

export const metaDataSharedView = (): DetailViewConfig | EditViewConfig => ({
elements: [
Expand Down Expand Up @@ -76,5 +80,6 @@ export const metaDataSharedView = (): DetailViewConfig | EditViewConfig => ({
},
],
},
imageGalleryCategory(),
],
});

0 comments on commit 3720692

Please sign in to comment.