Skip to content

Commit f1e7e17

Browse files
committed
FIX: Add extension entity for selection
1 parent df907d5 commit f1e7e17

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

templateflow/conf/config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@
6666
{
6767
"name": "description",
6868
"pattern": "(.*\\template_description.json)$"
69+
},
70+
{
71+
"name": "extension",
72+
"pattern": "[._]*[a-zA-Z0-9]*?\\.([^/\\\\]+)$"
6973
}
7074
],
7175
"default_path_patterns": [

0 commit comments

Comments
 (0)