Skip to content

Commit

Permalink
Merge branch 'main' into feature/relational-db
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf Peschke committed Jun 6, 2024
2 parents 59b4f26 + 8bebca6 commit 41c2e71
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ black==24.4.2
flake8==7.0.0
isort==5.13.2
mypy==1.10.0
pytest==8.2.1
pytest==8.2.2
pyupgrade==3.15.2
pyyaml==6.0.1
simplejson==3.19.2
Expand Down
8 changes: 8 additions & 0 deletions models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4077,10 +4077,18 @@ projector:
type: color
default: "#317796"
restriction_mode: A
chyron_background_color_2:
type: color
default: "#134768"
restriction_mode: A
chyron_font_color:
type: color
default: "#ffffff"
restriction_mode: A
chyron_font_color_2:
type: color
default: "#ffffff"
restriction_mode: A
show_header_footer:
type: boolean
default: true
Expand Down
1 change: 1 addition & 0 deletions search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ user:
- organization_management_level
- meeting_ids
- owner_id
- member_number
searchable_config:
first_name:
analyzer: simple
Expand Down

0 comments on commit 41c2e71

Please sign in to comment.