| OLD | NEW |
| 1 { | 1 { |
| 2 "modules": [ | 2 "modules": [ |
| 3 { "name": "platform", "type": "autostart" }, | 3 { "name": "platform", "type": "autostart" }, |
| 4 { "name": "text_utils", "type": "autostart" }, |
| 4 { "name": "cm_headless", "type": "autostart" }, | 5 { "name": "cm_headless", "type": "autostart" }, |
| 5 { "name": "formatter_worker", "type": "autostart" }, | 6 { "name": "formatter_worker", "type": "autostart" }, |
| 6 { "name": "gonzales", "type": "remote" } | 7 { "name": "gonzales", "type": "remote" } |
| 7 ], | 8 ], |
| 8 | 9 |
| 9 "has_html": false | 10 "has_html": false |
| 10 } | 11 } |
| OLD | NEW |