mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-12-02 19:24:46 -05:00
16 lines
578 B
Markdown
16 lines
578 B
Markdown
|
---
|
||
|
layout: '~/layouts/Markdown.astro'
|
||
|
title: 'Projects'
|
||
|
license: 'CC-BY-SA-4.0'
|
||
|
---
|
||
|
|
||
|
A project is a [kanban board](https://en.wikipedia.org/wiki/Kanban_(development)) to organize issues.
|
||
|
|
||
|
![screenshot of the project page](../../../../images/v1.19/user/project/project.png)
|
||
|
|
||
|
# Card previews images
|
||
|
|
||
|
If the card preview in the project is set to **Images and Text**, the card preview displays images found in the corresponding issue. The most recent is displayed first, up to five images.
|
||
|
|
||
|
![example of card image preview](../../../../images/v1.19/user/project/project-image.png)
|