Skip to content

Commit

Permalink
feature(integration): make the integration with Material Blog configu…
Browse files Browse the repository at this point in the history
…rable through an option
  • Loading branch information
Guts committed Dec 2, 2024
1 parent 8f34488 commit 344662d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def test_plugin_config_defaults(self):
"rss_feed_enabled": True,
"url_parameters": None,
"use_git": True,
"use_material_blog": True,
"use_material_social_cards": True,
}

Expand Down Expand Up @@ -136,6 +137,7 @@ def test_plugin_config_image(self):
"rss_feed_enabled": True,
"url_parameters": None,
"use_git": True,
"use_material_blog": True,
"use_material_social_cards": True,
}

Expand Down

0 comments on commit 344662d

Please sign in to comment.