-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathMarkdownAsset.uplugin
46 lines (46 loc) · 1.02 KB
/
MarkdownAsset.uplugin
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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Markdown Asset",
"Description": "In-editor support for markdown documentation",
"Category": "Editor",
"CreatedBy": "Gwaredd Mountain",
"CreatedByURL": "https://github.com/gwaredd/MarkdownAsset",
"DocsURL": "https://github.com/gwaredd/MarkdownAsset",
"FabURL": "com.epicgames.launcher://ue/Fab/product/8a8121a7-a72a-4b55-bae4-943150e15fd9",
"SupportURL": "https://github.com/gwaredd/MarkdownAsset/issues",
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"EnabledByDefault": false,
"Modules": [
{
"Name": "MarkdownAsset",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux"
]
},
{
"Name": "MarkdownAssetEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux"
]
}
],
"Plugins": [
{
"Name": "WebBrowserWidget",
"Enabled": true
}
]
}