瀏覽代碼

Added 2 more string like types

idchlife 9 年之前
父節點
當前提交
e8f9aefdae
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      Resources/doc/reference/action_list.rst

+ 4 - 0
Resources/doc/reference/action_list.rst

@@ -151,6 +151,10 @@ Available types and associated options
 +-----------+----------------+-----------------------------------------------------------------------+
 | string    |                | Renders a simple string.                                              |
 +-----------+----------------+-----------------------------------------------------------------------+
+| text      |                | See 'string'                                                          |
++-----------+----------------+-----------------------------------------------------------------------+
+| html      |                | Renders string as html                                                |
++-----------+----------------+-----------------------------------------------------------------------+
 | time      |                | Renders a datetime's time with format ``H:i:s``.                      |
 +-----------+----------------+-----------------------------------------------------------------------+
 | trans     | catalogue      | Translates the value with catalogue ``catalogue`` if defined.         |