mirror of
https://github.com/wassname/sloth.git
synced 2026-07-12 22:17:06 +08:00
add json and yaml containers to default config
This commit is contained in:
@@ -15,6 +15,8 @@ INSERTERS = {
|
||||
}
|
||||
|
||||
CONTAINERS = (
|
||||
('*.json': 'sloth.annotations.container.JSONContainer'),
|
||||
('*.yaml': 'sloth.annotations.container.YAMLContainer'),
|
||||
)
|
||||
|
||||
PLUGINS = (
|
||||
|
||||
Reference in New Issue
Block a user