You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shopify recently update there theme structure.
But theme gem does not recognise new folder sections.
I edited theme config file
:whitelist_files:
layout/
assets/
config/
snippets/
templates/
locales/
sections/
but it does not work.
'sections/article-template.liquid' is not in a valid file for theme uploads Files
need to be in one of the following subdirectories: layout/ assets/ config/ snippets/ templates/ locales/
Shopify recently update there theme structure.
But theme gem does not recognise new folder sections.
I edited theme config file
:whitelist_files:
but it does not work.
How can I solve this problem?