forked from 10up/figma-to-wordpress-theme-json-exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
29 lines (29 loc) · 896 Bytes
/
manifest.json
File metadata and controls
29 lines (29 loc) · 896 Bytes
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
{
"name": "Figma WordPress Theme.json Sync",
"id": "1476325215239454172",
"api": "1.0.0",
"editorType": ["figma"],
"permissions": [],
"main": "dist/code.js",
"networkAccess": {
"allowedDomains": ["https://cdnjs.cloudflare.com",
"https://schemas.wp.org/trunk/theme.json",
"https://raw.githubusercontent.com",
"https://fonts.googleapis.com",
"https://fonts.gstatic.com"
]
},
"menu": [
{ "command": "export", "name": "Export to theme.json" },
{ "command": "import", "name": "Import from theme.json" },
{ "command": "create-from-schema", "name": "Create from Schema" },
{ "command": "css-vars", "name": "Apply CSS Variable Syntax" }
],
"ui": {
"export": "export.html",
"import": "import.html",
"create-from-schema": "create-from-schema.html",
"css-vars": "css-vars.html"
},
"documentAccess": "dynamic-page"
}