Changes between Initial Version and Version 1 of Ticket #54910, comment 45
- Timestamp:
- 01/30/2022 12:24:05 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54910, comment 45
initial v1 6 6 - If none exists and is readable, we consider it a classic/hybrid theme. 7 7 - For the `index.html` files that exist, we scan the directory for files that don't end in `.html` and are not `.htaccess` or `web.config`. 8 - As soon as a 'disallowed' file is found, we skip to the next iteration/end the loop. 8 - As soon as a 'disallowed' file is found, we skip to the next iteration/end the loop. If this happens for all possible `index` files, we consider it a classic/hybrid theme. 9 9 - Otherwise, if no 'disallowed' files are found, we consider it a block theme. 10 10