Allow for nested partial files in components in the recommended extension file type mapping (#453)

Credit to @WebVPF
This commit is contained in:
WebVPF 2022-04-21 08:29:38 +03:00 committed by GitHub
parent 0b573cc7a2
commit 65e19d9b52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
"**/modules/*/widgets/*/partials/*.htm": "php",
"**/plugins/*/*/behaviors/*/partials/*.htm": "php",
"**/plugins/*/*/components/*/*.htm": "wintercms-twig",
"**/plugins/*/*/components/**/*.htm": "wintercms-twig",
"**/plugins/*/*/controllers/*/*.htm": "php",
"**/plugins/*/*/formwidgets/*/partials/*.htm": "php",
"**/plugins/*/*/layouts/*.htm": "php",