Get default variable collection
webflow.getDefaultVariableCollection()
Retrieves the default variable collection. The default collection is the first variable collection created with your site.
Syntax
Returns
Promise<VariableCollection>
A Promise that resolves to the default Variable Collection or null if not found.
Example
Designer Ability
Checks for Authorization only