You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.
The payload should accept a new parameter vcl, which is an object. For each property of that object that has a corresponding file in /layouts/fastly/${name}.vcl, create a VCL file using the Fastly API, which is overriding the default from /layouts/fastly/*
The text was updated successfully, but these errors were encountered:
To cover adobe/helix-cli#812, we only need to be able to override the newly introduced extensions.vcl (see #85). We do not have a usecase yet for all the other vcl files override, I would not offer the capability and wait for customer asking for it (trivial to implement but really costly to maintain)
Custom VCL support has been introduced via the vcl https://github.com/adobe/helix-publish/blob/master/layouts/fastly/extensions.vcl.
The publish service accepts now a vcl parameter and for now only support "override" is this extensions.vcl that can be overriden by providing the value: { ... "vcl": { "extensions": "your_extensions_vcl_override"}...}
See adobe/helix-cli#812 (comment)
The payload should accept a new parameter
vcl
, which is an object. For each property of that object that has a corresponding file in/layouts/fastly/${name}.vcl
, create a VCL file using the Fastly API, which is overriding the default from/layouts/fastly/*
The text was updated successfully, but these errors were encountered: