Generally, an announcement page consists of the following elements:
- The <breadcrumbs>breadcrumbs widget allows navigating within the Portal pages structure.
- The announcement page portal widget is implemented as a bundle of the existing widgets, widget attributes; also, server and client logic are used.
- The <previewList>previewList widget is configured to display the announcement list.
...
Info |
---|
You can modify the announcement record color scheme regarding their type. For this, create the necessary Style Rules for the Announcements table. |
Breadcrumbs configuration
...
To configure breadcrumbs correctly, it is preferable to use the attribute values as in the example below (type these values in the Template field of the <breadcrumbs> widget form):
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<div class="announcement__breadcrumbs"> <breadcrumbs> </div> |
...