# elementor/4.0.4/migrations/operations/string-to-html.json

Elementor Website Builder – more than just a page builder, version 4.0.4. 21 lines.

- Page: https://pluginprobe.com/plugins/elementor/4.0.4/code/migrations/operations/string-to-html.json
- Raw: https://pluginprobe.com/plugins/elementor/4.0.4/raw/migrations/operations/string-to-html.json
- Modified: 2026-02-02T09:52:12+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/elementor/4.0.4/code/migrations/operations/string-to-html.json#L10-L20`.

```json
{
  "up": [
    {
      "op": {
        "fn": "set",
        "path": "$$type",
        "value": "html"
      }
    }
  ],
  "down": [
    {
      "op": {
        "fn": "set",
        "path": "$$type",
        "value": "string"
      }
    }
  ]
}

```
