-
Notifications
You must be signed in to change notification settings - Fork 2
/
possibleTypes.json
70 lines (70 loc) · 1.78 KB
/
possibleTypes.json
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"Node": [
"Category",
"EnqueuedScript",
"EnqueuedStylesheet",
"ContentType",
"Taxonomy",
"User",
"Comment",
"MediaItem",
"Page",
"Post",
"PostFormat",
"Tag",
"Project",
"UserRole",
"Testimonial",
"Menu",
"MenuItem",
"Plugin",
"Theme",
"CommentAuthor"
],
"TermNode": ["Category", "PostFormat", "Tag"],
"UniformResourceIdentifiable": [
"Category",
"ContentType",
"User",
"MediaItem",
"Page",
"Post",
"PostFormat",
"Tag",
"Project",
"Testimonial"
],
"EnqueuedAsset": ["EnqueuedScript", "EnqueuedStylesheet"],
"DatabaseIdentifier": [
"Category",
"User",
"Comment",
"MediaItem",
"Page",
"Post",
"PostFormat",
"Tag",
"Project",
"Testimonial",
"Menu",
"MenuItem"
],
"HierarchicalTermNode": ["Category"],
"MenuItemLinkable": ["Category", "Page", "Post", "Tag"],
"ContentNode": ["MediaItem", "Page", "Post", "Project", "Testimonial"],
"Commenter": ["User", "CommentAuthor"],
"NodeWithTemplate": ["MediaItem", "Page", "Post", "Project", "Testimonial"],
"ContentTemplate": ["DefaultTemplate", "Template_FullWidth"],
"NodeWithTitle": ["MediaItem", "Page", "Post", "Project", "Testimonial"],
"NodeWithAuthor": ["MediaItem", "Page", "Post", "Project", "Testimonial"],
"NodeWithComments": ["MediaItem", "Page", "Post"],
"HierarchicalContentNode": ["MediaItem", "Page"],
"NodeWithContentEditor": ["Page", "Post"],
"NodeWithFeaturedImage": ["Page", "Post", "Project"],
"NodeWithExcerpt": ["Page", "Post"],
"NodeWithRevisions": ["Page", "Post"],
"NodeWithPageAttributes": ["Page"],
"NodeWithTrackbacks": ["Post"],
"ContentRevisionUnion": ["Post", "Page"],
"MenuItemObjectUnion": ["Post", "Page", "Category", "Tag"]
}