engine_html_save
Save a storefront template view's .htm file. Accepts HTML content or a file path, preserving bytes exactly to update an existing view.
Instructions
Save an existing template view .htm. The body comes either as content, or as file - a path on this machine, and then it travels byte for byte.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Path on this machine, absolute or off the store folder; instead of content. | |
| path | Yes | ||
| build | No | Raise the build number of the store - the one the page hangs on its css and js. A view does not need it: the browser caches no html. Say it only when the same save is meant to make the visitors take fresh styles too. | |
| content | No |