forked from jackiezxt/sb-shotgun-schema-introspection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.yml
54 lines (45 loc) · 2.06 KB
/
info.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Copyright (c) 2013 Shotgun Software Inc.
#
# CONFIDENTIAL AND PROPRIETARY
#
# This work is provided "AS IS" and subject to the Shotgun Pipeline Toolkit
# Source Code License included in this distribution package. See LICENSE.
# By accessing, using, copying or modifying this work you indicate your
# agreement to the Shotgun Pipeline Toolkit Source Code License. All rights
# not expressly granted therein are reserved by Shotgun Software Inc.
# Metadata defining the behaviour and requirements for this engine
# expected fields in the configuration file for this engine
configuration:
menu_name:
type: str
default_value: "SG Schema Introspection"
deny_permissions:
type: list
values: {type: shotgun_permission_group}
allows_empty: True
description: "An optional parameter which lets you limit the visibility of this app.
If you for example put in ['Artist'] as the value for this parameter,
any user belonging to the shotgun permissions group Artist will not be
able to see or execute the App."
deny_platforms:
type: list
values: {type: str}
allows_empty: True
description: "An optional parameter which lets you turn off this app on certain platforms.
If you don't want it to appear on the Shotgun Pipeline Toolkit action menu for
a platform, just include it in the the deny_platforms list. Valid values are
Windows, Mac and Linux."
# this app works in all engines - it does not contain
# any host application specific commands
supported_engines:
# the Shotgun fields that this engine needs in order to operate correctly
requires_shotgun_fields:
# More verbose description of this item
display_name: "SG Schema Introspection"
description: "This app will allow you to explore Shotguns schema."
# Required minimum versions for this item to run
requires_shotgun_version:
requires_core_version: "v0.14.28"
requires_engine_version:
# the frameworks required to run this app
frameworks: