declare new intertitle "cell"

This commit is contained in:
Frédéric Péters 2019-05-25 18:57:25 +02:00
parent db8e7a1c48
commit 82e5f6ee74
1 changed files with 11 additions and 0 deletions

11
debian/50gnm.py vendored
View File

@ -337,6 +337,17 @@ JSON_CELL_TYPES = {
"label": "Texte"
}
]
},
"group-title": {
"name": "Intertitre",
"url": "{{}}",
"form": [
{
"varname": "text",
"type": "text",
"label": "Texte"
}
]
}
}