Commit 8a11eecc authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Mise à jour du README

parent 4e4863cb
Loading
Loading
Loading
Loading
Loading
+11 −10
Original line number Diff line number Diff line
@@ -74,9 +74,10 @@ Template
----

| Colonne        | Attribut     | Type         | Descriptions                            |
|----------------|--------------|--------------|-------------------------------------|
|----------------|--------------|--------------|-----------------------------------------|
| id             | $id          | serial PK    |                                         |
| code           | $code        | varchar(256) | identifiant de la macro                 |
| engine         | $enine       | varchar(64)  | moteur ('default', 'laminas' ou 'twig') |
| description    | $description | text         |                                         |
| namespace      | $namespace   | varchar(256) | Espace de "nom" du template             |
| document_type  | $type        | text         | un type parmi 'text', 'mail', 'pdf'     |