The following sections list all elements you can use in a nugget list declaration file.
The table below lists all of the elements. The elements are listed in the order in which you normally use them.
| Element | Brief Description |
|---|---|
| nuggetListDeclarations Tag | Required top-level element for the nugget list declarations file. All nugget lists must be nested within this item. |
| nuggetList Tag | Defines either a new nugget list, or a new nugget list item. |
| label Tag | Specifies the text that appears in the nugget list item. |
| description Tag | Provides a description of the nugget list item. This description can be displayed on the More page for a nugget list that includes the More link. |
| url Tag | Specifies the destination of the nugget list link. This URL is used when displaying the nugget list in summary mode. When the nugget is used in “full page mode,”, the <fullPageUrl> is used as the destination instead. If a nugget list item does not have a URL specified, it is displayed as a text label rather than a link. |
| fullPageUrl Tag | Specifies the full page url. This is used when displaying the nugget list in full page mode. |
| actionItem Tag | Defines a link that can be shown on the right side of the nugget list, after all of the regular links. These are normally used for actions users can take that are related to the content shown in the nugget list area. |
| actionLabel Tag | Specifies the text label for the action item. |
| actionUrl Tag | Specifies the destination for the action item link. |