added identifier to push to project plugin

This commit is contained in:
Jakub Trllo 2025-08-25 17:33:43 +02:00
parent ed6247d231
commit 79ca56f3ad

View file

@ -13,6 +13,8 @@ from ayon_core.pipeline.actions import (
class PushToProject(LoaderActionPlugin):
identifier = "core.push-to-project"
def get_action_items(
self, selection: LoaderActionSelection
) -> list[LoaderActionItem]: