Hi
I'm trying to use a custom entity in the context, but not really sure if I understand how the context_additional_entities hook works. I want to structure Shots folders like this:
Shots/{CustomEntity}/{Sequence}/{Shot}
But, the engine crash because the context don't have a CustomEntity. I tried to use the context_additional_entities "hook", populating the entity_fields_on_task with the field that points to a CustomEntity, but then, the engine crash because it can't assing values to {Shot}, {Sequence} and {Step}
Can you explain me this workflow ?