Configure your Webflow project
Learn how to configure your Webflow project with the Webflow CLI.
The webflow.json file configures your Webflow project, defining how the CLI builds and deploys your code for each product. This file is created automatically when you run init commands, but you can modify it to customize behavior.
File location
Place webflow.json in your the root of your project:
my-webflow-project
src
webflow.json
package.json
Schema
The webflow.json supports configuration for:
- Code Components
- DevLink
- Webflow Cloud
- Designer Extensions
Each product has its own set of configuration options. See below for the configuration options for each product.
Code Components
webflow.json
DevLink
Configuration options
While DevLink will try to assume reasonable defaults for most of the settings, you can specify certain options to customize the behavior of DevLink management and setup. See the DevLink documentation for more details.