Confirmed users
1,905
edits
No edit summary |
|||
Line 93: | Line 93: | ||
{ "separator": true } | { "separator": true } | ||
=== Bookmark Lists and Phase Actions === | |||
This section describes how bookmark lists are processed during various phase actions. | |||
==== add action ==== | |||
The bookmark items in the list are added to the end of their parent folder in the specified order. That is, the first item is appended to its parent folder, then the second, and so forth. '''after''' and '''before''' properties are ignored. | |||
==== verify action ==== | |||
The bookmark items in the list are verified to be present. Within each folder, the second item in the list is assumed to be immediately after the first item, and so forth. If the second item in a given folder is not directly after the first item in that folder, it's an error. '''after''' and '''before''' properties, if specified, are also used to verify an item's position. However, because CrossWeave verifies that bookmark items appear in the order that they are given in the asset list, '''after''' and '''before''' are not very useful except in verifying the position of the first item in the list. | |||
==== verify-not action ==== | |||
The bookmark items in the list are verified NOT to be present. | |||
==== modify action ==== | |||
The "changes" property of the bookmark items are applied, after the items have been verified to exist. | |||
==== delete action ==== | |||
The bookmarks in this list are deleted from the browser. |