Skip to content

Commit 7b6ac9d

Browse files
committed
fix: CTA for getting more tracing to the Figma request
1 parent c998069 commit 7b6ac9d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

apps/figma-plugin/figma.manifest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export default {
88
capabilities: [],
99
enableProposedApi: false,
1010
editorType: ['figma'],
11+
documentAccess: 'dynamic-page',
1112
networkAccess: {
1213
allowedDomains: ['*'],
1314
reasoning:

apps/nextjs-app/app/docs/microflow-hardware-bridge/variables/manipulating/page.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ An example topic could be: `microflow/v1/xiduzo/plugin/variable/VariableID:1:25`
4545

4646
## {% icon name="Link" /%} Updating variables from within a prototype
4747

48+
{% callout type="warning" title="help us help you" %}
49+
We also think the following interaction is cumbersome and should be part of Figma's default functionality.
50+
51+
If you would like to make the process simpler, by directly receiving the updates from changes in the prototype, please upvote or comment on [this Figma forum post](https://forum.figma.com/ask-the-community-7/communicating-between-prototype-and-figma-plugin-13868)
52+
{% /callout %}
53+
4854
Listening to updates from within a prototype is a bit cumbersome because Figma does not allow plugins to access the values of variables from within prototypes.
4955

5056
To get around this limitation, and avoid needing elevated permissions like [figproxy](https://edges.ideo.com/posts/figproxy), we're utulizing a small web app that opens [Microflow Studio](/docs/microflow-studio) and updates the variable value.

0 commit comments

Comments
 (0)