# elementor/4.0.3/migrations/operations/html-v2-to-html-v3.json

Elementor Website Builder – more than just a page builder, version 4.0.3. 23 lines.

- Page: https://pluginprobe.com/plugins/elementor/4.0.3/code/migrations/operations/html-v2-to-html-v3.json
- Raw: https://pluginprobe.com/plugins/elementor/4.0.3/raw/migrations/operations/html-v2-to-html-v3.json
- Modified: 2026-03-30T09:49:26+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.3/code/migrations/operations/html-v2-to-html-v3.json#L10-L20`.

```json
{
  "up": [
    {
      "op": { "fn": "move", "src": "value.content", "dest": "value.content.value", "clean": false }
    },
    {
      "op": { "fn": "set", "path": "value.content.$$type", "value": "string" },
      "condition": { "fn": "exists", "path": "value.content.value" }
    },
    {
      "op": { "fn": "set", "path": "$$type", "value": "html-v3" }
    }
  ],
  "down": [
    {
      "op": { "fn": "move", "src": "value.content.value", "dest": "value.content", "clean": false }
    },
    {
      "op": { "fn": "set", "path": "$$type", "value": "html-v2" }
    }
  ]
}

```
