Skip to content

Commit

Permalink
fix: add lang prop in ItemSettings (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Apr 27, 2023
1 parent 47d7dc2 commit d7b043f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/items/interfaces/item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { LocalFileItemExtra, S3FileItemExtra } from '../../file';
import { H5PItemExtra } from '../../h5p';

export interface ItemSettings extends Serializable {
lang?: string;
isPinned?: boolean;
showChatbox?: boolean;
hasThumbnail?: boolean;
Expand Down

0 comments on commit d7b043f

Please sign in to comment.