/home/vianto5/heredit.mx/wp-content/plugins/elementor/migrations/operations
NameSizeModeActions
border-radius-to-border-radius-v2.json14500644editdlrm
border-width-to-border-width-v2.json14000644editdlrm
config-to-config-v2.json15550644editdlrm
email-to-emails.json14510644editdlrm
html-to-html-v2.json5520644editdlrm
html-v2-to-html-v3.json5790644editdlrm
image-src-to-svg-src.json2530644editdlrm
number-to-number-range.json11930644editdlrm
number-to-size.json11490644editdlrm
string-to-font-family.json2540644editdlrm
string-to-html.json2470644editdlrm
Edit: /home/vianto5/heredit.mx/wp-content/plugins/elementor/migrations/operations/number-to-size.json (1149B)
{ "up": [ { "op": { "fn": "move", "src": "value", "dest": "value.size", "clean": false }, "condition": { "fn": "equals", "path": "$$type", "value": "number" } }, { "op": { "fn": "set", "path": "value.unit", "value": "ms" }, "condition": { "fn": "equals", "path": "$$type", "value": "number" } }, { "op": { "fn": "set", "path": "$$type", "value": "size" }, "condition": { "fn": "equals", "path": "$$type", "value": "number" } } ], "down": [ { "op": { "fn": "move", "src": "value.size", "dest": "value", "clean": false }, "condition": { "fn": "equals", "path": "$$type", "value": "size" } }, { "op": { "fn": "set", "path": "$$type", "value": "number" }, "condition": { "fn": "equals", "path": "$$type", "value": "size" } } ] }