Confirmed users
1,111
edits
| Line 18: | Line 18: | ||
===Bookmarks=== | ===Bookmarks=== | ||
Default bookmarks are specified in '''/distribution/bookmarks.json'''. This file should contain an array of bookmark JSON objects with the following properties: | Default bookmarks are specified in '''/distribution/bookmarks.json'''. This file should contain an array of bookmark JSON objects with the following properties: | ||
* title: string for the bookmark title | * '''title''': (required) string for the bookmark title | ||
* url: string for the bookmark URL | * '''url''': (required) string for the bookmark URL | ||
* title.<locale>: (optional) title string for the given locale | * title.<locale>: (optional) title string for the given locale | ||
* url.<locale>: (optional) URL string for the given locale | * url.<locale>: (optional) URL string for the given locale | ||