The issue: There is a template that has a Preview property configured with style: "contain", but "contain" is not a valid value for the style field of a preview property. The valid values for preview style are likely "cover" or similar — not "contain".
This data validation error is blocking the template listing tool from returning results.
How to fix it:
I can inspect which template has this problematic Preview property, and then update it to use a valid style (such as "cover"). Would you like me to:
Find the template with the invalid Preview property, and
Fix it by changing the style from "contain" to "cover" (or removing the style altogether)?
The issue: There is a template that has a Preview property configured with style: "contain", but "contain" is not a valid value for the style field of a preview property. The valid values for preview style are likely "cover" or similar — not "contain".
This data validation error is blocking the template listing tool from returning results.
How to fix it:
I can inspect which template has this problematic Preview property, and then update it to use a valid style (such as "cover"). Would you like me to:
Find the template with the invalid Preview property, and
Fix it by changing the style from "contain" to "cover" (or removing the style altogether)?