Confirmed users
1,905
edits
No edit summary |
|||
| Line 18: | Line 18: | ||
The easiest way to understand this is to look at a simple CrossWeave test file. | The easiest way to understand this is to look at a simple CrossWeave test file. | ||
{ | |||
"setup": { | |||
"profile": ["profile1", "profile2"], | |||
"weaveaccount": "crossweave", | |||
}, | |||
"bookmarks-initial": [ | |||
{ "uri": "http://www.google.com", "location": "menu", | |||
"changes": { "title": "Google" } }, | |||
{ "uri": "http://www.yahoo.com", "location": "menu/foldera", "title": "testing Yahoo", | |||
"changes": { "location": "menu/folderb" } }, | |||
], | |||
"bookmarks-post-change": [ | |||
{ "uri": "http://www.google.com", "title": "Google", "location": "menu" }, | |||
{ "uri": "http://www.yahoo.com", "location": "menu/folderb", "title": "testing Yahoo" }, | |||
], | |||