Skip to content

Commit

Permalink
new setting for global/local schema merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Kandler committed Feb 12, 2024
1 parent 884ac6b commit 5a10100
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blurry/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class Settings(TypedDict):
USE_HTTP: bool
RUNSERVER: bool
FRONTMATTER_NON_SCHEMA_VARIABLE_PREFIX: str
FRONT_MATTER_RESOLUTION: str


SETTINGS: Settings = {
Expand All @@ -46,6 +47,7 @@ class Settings(TypedDict):
"RUNSERVER": False,
"FRONTMATTER_NON_SCHEMA_VARIABLE_PREFIX": "~",
"TEMPLATE_SCHEMA_TYPES": {},
"FRONT_MATTER_RESOLUTION": "overwrite", # or "merge"
}


Expand Down

0 comments on commit 5a10100

Please sign in to comment.