mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Updated Labels (markdown)
parent
17ab42d0e3
commit
3dfd14005f
1 changed files with 15 additions and 0 deletions
15
Labels.md
15
Labels.md
|
@ -35,6 +35,8 @@ You can use the "Placeholders" dropdown in content editor, to automatically inse
|
|||
| `[[DESCRIPTION_T]]` | The description as plain text | NPN |
|
||||
| `[[COMMENT]]` | The rich text comment of the part | |
|
||||
| `[[COMMENT_T]]` | The comment as plain text | |
|
||||
| `[[LAST_MODIFIED]]` | The datetime when the element was last modified | 2/26/16, 5:38 PM |
|
||||
| `[[CREATION_DATE]]` | The datetime when the element was created | 2/26/16, 5:38 PM |
|
||||
|
||||
### Part lot
|
||||
| Placeholder | Description | Example |
|
||||
|
@ -47,6 +49,19 @@ You can use the "Placeholders" dropdown in content editor, to automatically inse
|
|||
| `[[LOCATION]]` | The storage location of this part lot | Location A |
|
||||
| `[[LOCATION_FULL]]` | The full path of the storage location | Location -> Location A |
|
||||
|
||||
### Storelocation
|
||||
| Placeholder | Description | Example |
|
||||
|---|---|---|
|
||||
| `[[ID]]` | ID of the storage location | |
|
||||
| `[[NAME]]` | Name of the storage location | Location A |
|
||||
| `[[FULL_PATH]]` | The full path of the storage location | Location -> Location A |
|
||||
| `[[PARENT]]` | The name of the parent location | Location |
|
||||
| `[[PARENT_FULL_PATH]]` | The full path of the storage location | |
|
||||
| `[[COMMENT]]` | The comment of the storage location | |
|
||||
| `[[COMMENT_T]]` | The plain text version of the comment |
|
||||
| `[[LAST_MODIFIED]]` | The datetime when the element was last modified | 2/26/16, 5:38 PM |
|
||||
| `[[CREATION_DATE]]` | The datetime when the element was created | 2/26/16, 5:38 PM |
|
||||
|
||||
## Twig mode
|
||||
If you select "Twig" in parser mode under advanced settings, you can input a twig template in the lines field (activate source mode). You can use most of the twig tags and filters listed in [offical documentation](https://twig.symfony.com/doc/3.x/).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue