src/pyams_content/component/paragraph/interfaces/html.py
changeset 586 28445044f6e3
parent 555 8e8a14452567
child 1141 a033c4cad074
--- a/src/pyams_content/component/paragraph/interfaces/html.py	Wed Jun 06 11:06:51 2018 +0200
+++ b/src/pyams_content/component/paragraph/interfaces/html.py	Wed Jun 06 11:44:46 2018 +0200
@@ -30,6 +30,7 @@
 #
 
 RAW_PARAGRAPH_TYPE = 'raw'
+RAW_PARAGRAPH_NAME = _("Raw HTML ")
 RAW_PARAGRAPH_RENDERERS = 'PyAMS.paragraph.raw.renderers'
 
 
@@ -52,6 +53,7 @@
 #
 
 HTML_PARAGRAPH_TYPE = 'HTML'
+HTML_PARAGRAPH_NAME = _("Rich text")
 HTML_PARAGRAPH_RENDERERS = 'PyAMS.paragraph.html.renderers'