diff --git a/ayon_api/constants.py b/ayon_api/constants.py index c122e4eef..8cee22613 100644 --- a/ayon_api/constants.py +++ b/ayon_api/constants.py @@ -75,15 +75,14 @@ # --- Product types --- DEFAULT_PRODUCT_TYPE_FIELDS = { "name", - "icon", - "color", } # --- Product base type --- DEFAULT_PRODUCT_BASE_TYPE_FIELDS = { - # Ignore 'icon' and 'color' - # - current server implementation always returns 'null' + # TODO add 'icon' and 'color' when server supports it "name", + # "icon", + # "color", } # --- Project ---