Prevent folder creation depending on Asset type

Hi –

You can’t do filtering within a yaml file for a folder of type shotgun_list_field. The settings it supports are:

  • type
  • entity_type
  • skip_unused
  • create_with_parent
  • field_name

(as documented here and seen in the code here.)

But again, even though we did our filtering in asset.yml above, we were filtering on asset type. So, I think (unless I’m missing something) functionally you’d get the result you’re after with the approach described above.

2 Likes