forked from vfxetc/sgactions
-
Notifications
You must be signed in to change notification settings - Fork 3
/
examples.yml
51 lines (43 loc) · 1.23 KB
/
examples.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
-
entrypoint: sgactions.examples:dump_environ
folder: Development / Inspect Context [zoom]
title: "Show Environment [zoom]"
list_order: 91
-
entrypoint: sgactions.examples:dump_kwargs
folder: Development / Inspect Context [zoom]
title: "Show Kwargs [zoom]"
list_order: 92
-
url: http://httpbin.org/post?one=1&two=2
folder: Development / Inspect Context [zoom]
title: "Show POST [zoom]"
list_order: 93
-
entrypoint: sgactions.examples:raise_error
folder: Development / Testing [cog]
title: "Raise Error [bug]"
list_order: 94
-
entrypoint: sgactions.examples:disconnect
folder: Development / Testing [cog]
title: "Disconnect Extension [cross]"
list_order: 95
-
entrypoint: sgactions.examples:prompt_confirm
folder: Development / Testing [cog]
title: "Confirm [error]"
list_order: 96
-
entrypoint: sgactions.examples:prompt_select
folder: Development / Testing [cog]
title: "Select [error]"
list_order: 97
-
entrypoint: sgactions.examples:publish_is_geocache
title: "Development / Is Geocache? [brick]"
list_order: 96
entity_types:
- PublishEvent
rich:
filter: ['PublishEvent.sg_type', '==', 'maya_geocache']