Development Techniques
Versioning
Code Components do not natively have a version indicator. However, with the right build setup, you can modify the Name of the library in webflow.json
to display the version.
Do not modify the library ID, or deployments will create a new library rather than updating the current components.
Detect Environment
Designer
<html> element has a w-design-mode class.
Preview
Staging
Production
Last updated