DevLink V2 update#4
Merged
Merged
Conversation
V1 --> main
… and global CSS styles - Introduced `DevLinkProvider` and `IX3Provider` components for managing interactions and rendering links/images. - Added telemetry configuration in `webflow.json` to track usage. - Created utility functions for CSS class management and interaction enhancements. - Added support for loading Google and Adobe fonts via `useInjectFonts`. - Established context for IX3 interactions and improved event handling. - Included new modules for managing interactions and types, along with necessary CSS files. - Updated the project structure to accommodate new features and ensure compatibility with existing components.
…ow.json - Added the `DevLinkFontTags` component to the head of the layout for improved font management. - Removed the `siteId` property from `webflow.json` for a cleaner configuration.
- Included detailed steps for installing and configuring the Webflow CLI. - Added commands for logging in, installing dependencies, and syncing Webflow components. - Provided a link to the DevLink documentation for further reference.
- Updated `webflow.json` to change the `rootDir` for DevLink exports from `./src/webflow` to `./webflow`. - Deleted unused files including `DevLinkProvider.tsx`, `devlinkScope.ts`, `ix3-interactions.tsx`, and various utility modules related to interactions and font management. - Cleaned up the project by removing unnecessary CSS and JavaScript files, streamlining the codebase for better maintainability.
fbaralle
reviewed
May 19, 2026
agustinchiarotto
requested changes
May 19, 2026
| "cssScopes": true, | ||
| "relativeHrefRoot": "/" | ||
| }, | ||
| "telemetry": { |
Collaborator
There was a problem hiding this comment.
what is this for?
I think this should be a local cli state
Collaborator
Author
There was a problem hiding this comment.
It was added when I ran devlink export locally. I'll remove it
…/webflow` to `./src/webflow` and remove telemetry configuration for a cleaner setup.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added minimal DevLink export files so Provider and DevLinkFontTags imports work.