Theme description & thumbnail files case sensitive
Permalink
Hi all,
Great work on 5.7 loving what I see so far - just working on my first 5.7 site. I just found out the theme description and thumbnail files are only recognised if their file names are lowercase. Was this always the case?
If it wasn't just a heads up to other theme devs - if it has always been like this I'll shut up!
Great work on 5.7 loving what I see so far - just working on my first 5.7 site. I just found out the theme description and thumbnail files are only recognised if their file names are lowercase. Was this always the case?
If it wasn't just a heads up to other theme devs - if it has always been like this I'll shut up!
It's a little confusing, because all the files in the src/ directory match the PSR-4 style directly (which states that case has to match exactly in filenames and classes.) But our non-src directories use a modified version of this standard, which states this it should be exact case OR the concrete5 version of the case (which lowercases things and inserts an underscore between mixed-case variables.)