Skip to content

Commit

Permalink
core: helper: add support for 'avoid_iframes' field in register_service
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Jan 30, 2024
1 parent e9ecbd6 commit 891f4f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/services/helper/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ class ServiceMetadata(BaseModel):
route: Optional[str]
new_page: Optional[bool]
extra_query: Optional[str]
avoid_iframes: Optional[bool]
api: str
sanitized_name: Optional[str]

Expand Down

0 comments on commit 891f4f2

Please sign in to comment.