Skip to content

Commit

Permalink
Updated plugin code to support "Dynamically load pages" API
Browse files Browse the repository at this point in the history
  • Loading branch information
megaroeny committed Feb 27, 2024
1 parent d797d7b commit 423923d
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 6 deletions.
11 changes: 8 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"editorType": ["figma"],
"editorType": [
"figma"
],
"name": "Reset Text Layer Name",
"id": "768671547563304036",
"api": "1.0.0",
"main": "code.js",
"networkAccess": {
"allowedDomains": ["none"],
"allowedDomains": [
"none"
],
"reasoning": "",
"devAllowedDomains": []
}
},
"documentAccess": "dynamic-page"
}
22 changes: 21 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"devDependencies": {
"@figma/plugin-typings": "^1.19.3"
"@figma/plugin-typings": "*",
"typescript": "^5.3.3"
}
}
}

0 comments on commit 423923d

Please sign in to comment.