Files
carei.pagedev.pl/wp-content/plugins/elementor/migrations/operations/string-to-html.json
Roman Pyrih 64c4a90405 first commit
2026-03-10 09:50:10 +01:00

21 lines
247 B
JSON

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