fix: missing mixed in path style enum

missing mixed in path style enum.
This commit is contained in:
Laurent Nullens 2021-02-28 09:32:06 +01:00 committed by Jan De Dobbeleer
parent dc3f758612
commit dd6efd618d

View file

@ -1007,7 +1007,8 @@
"agnoster_short", "agnoster_short",
"short", "short",
"full", "full",
"folder" "folder",
"mixed"
], ],
"default": "folder" "default": "folder"
}, },