Skip to content
Snippets Groups Projects

add typst language to redner odoo

Merged Florent Aide requested to merge topic/18.0/typstSupport into branch/18.0
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -33,6 +33,7 @@
_redner = None
LANGUAGE_MJML_MUSTACHE = "text/mjml|mustache"
LANGUAGE_TYPST_MUSTACHE = "application/typst|mustache"
LANGUAGE_OPENDOCUMENT_MUSTACHE = "application/vnd.oasis.opendocument.text|od+mustache"
DEFAULT_LANGUAGE = LANGUAGE_MJML_MUSTACHE
COMPUTED_FIELDS = [
@@ -141,6 +142,7 @@
selection=[
("text/html|mustache", "HTML + mustache"),
(LANGUAGE_MJML_MUSTACHE, "MJML + mustache"),
(LANGUAGE_TYPST_MUSTACHE, "Typst + mustache"),
(
LANGUAGE_OPENDOCUMENT_MUSTACHE,
"OpenDocument + mustache",
Loading