# News

| Field | Type | Modifiable | Description | |---|---|---|—| | id_news | Number | No | Unique news identifier. | | title | String | Yes | News title. | | abstract | String | Yes | News summary. | | content | String | Yes | News content. | | image | File | Yes | News image. | | date | Date | No | News creation date. | | position | Numbre | Yes | Defines the order in which the news should be displayed. |

❗ ️ Important

When adding or editing a news item, the image (file) must be sent in the parameter called image from an html form, the supported formats are PNG, JPEG, JPG and GIF.

Last Updated: 8/3/2020, 9:51:52 PM