From 5bb1e9bbd2de841f9c125bebc53f78eac0e5d85a Mon Sep 17 00:00:00 2001 From: Ryan Srofe Date: Wed, 17 Apr 2024 11:21:54 -0400 Subject: [PATCH] required updates from Figma for dynamic pages (#84) --- manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.json b/manifest.json index 97994e5..545772e 100644 --- a/manifest.json +++ b/manifest.json @@ -9,6 +9,7 @@ "editorType": ["figma", "figjam"], "containsWidget": true, "widgetApi": "1.0.0", + "documentAccess": "dynamic-page", "networkAccess": { "allowedDomains": ["https://*.figma.com/static/", "https://*.figma.com/profile/"] }