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": "text_utils", "type": "autostart" }, |
5 { "name": "cm_headless", "type": "autostart" }, | 5 { "name": "cm_headless", "type": "autostart" }, |
6 { "name": "formatter_worker", "type": "autostart" }, | 6 { "name": "formatter_worker", "type": "autostart" }, |
| 7 { "name": "acorn", "type": "autostart" }, |
7 { "name": "gonzales", "type": "remote" } | 8 { "name": "gonzales", "type": "remote" } |
8 ], | 9 ], |
9 | 10 |
10 "has_html": false | 11 "has_html": false |
11 } | 12 } |
OLD | NEW |