Skip to content

Commit

Permalink
Merge pull request #1033 from openedx/bbeggs/increase_max_highlights
Browse files Browse the repository at this point in the history
chore: update max allowed highlights per set and max number of highlight sets
  • Loading branch information
macdiesel authored Sep 18, 2023
2 parents 22f7c2c + 1f05ceb commit 0eca22c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ContentHighlights/data/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ export const TAB_TITLES = {
export const MAX_HIGHLIGHT_TITLE_LENGTH = 60;

// Max highlight sets per enteprise curation
export const MAX_HIGHLIGHT_SETS_PER_ENTERPRISE_CURATION = 8;
export const MAX_HIGHLIGHT_SETS_PER_ENTERPRISE_CURATION = 12;

// Max number of content items per highlight set
export const MAX_CONTENT_ITEMS_PER_HIGHLIGHT_SET = 12;
export const MAX_CONTENT_ITEMS_PER_HIGHLIGHT_SET = 24;

// Max number of content items displayed from search results
export const MAX_PAGE_SIZE = 24;
Expand Down

0 comments on commit 0eca22c

Please sign in to comment.