@@ -21,19 +21,21 @@ and ``widget`` keywords.
21
21
22
22
Available ``format `` values for ``string `` type:
23
23
24
- ============= ===========
25
- Format Description
26
- ============= ===========
27
- ``color `` A colour input
28
- ``date `` A date input
29
- ``date-time `` A datetime input. See :ref: `Datetime field ` for details.
30
- ``datetime `` Alias for ``date-time ``
31
- ``email `` An email input
32
- ``password `` A password input
33
- ``time `` A time input
34
- ``data-url `` A file input. See :doc: `Uploading files <upload >` for usage.
35
- ``file-url `` A file input. See :doc: `Uploading files <upload >` for usage.
36
- ============= ===========
24
+ ================= ===========
25
+ Format Description
26
+ ================= ===========
27
+ ``color `` A colour input
28
+ ``date `` A date input
29
+ ``date-time `` A datetime input. See :ref: `Datetime field ` for details.
30
+ ``datetime `` Alias for ``date-time ``
31
+ ``email `` An email input
32
+ ``password `` A password input
33
+ ``time `` A time input
34
+ ``data-url `` A file input. See :doc: `Uploading files <upload >` for usage.
35
+ ``file-url `` A file input. See :doc: `Uploading files <upload >` for usage.
36
+ ``uri `` A URL input for absolute links only.
37
+ ``uri-reference `` A URL input for absolute as well as relative links.
38
+ ================= ===========
37
39
38
40
Available ``widget `` values for ``string `` type:
39
41
0 commit comments