8000 Add docs for uri format · thecodinghouse/django-jsonform@4b19aed · GitHub
[go: up one dir, main page]

Skip to content

Commit 4b19aed

Browse files
committed
Add docs for uri format
1 parent 3eb8faa commit 4b19aed

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

docs/guide/inputs.rst

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,21 @@ and ``widget`` keywords.
2121

2222
Available ``format`` values for ``string`` type:
2323

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+
================= ===========
3739

3840
Available ``widget`` values for ``string`` type:
3941

0 commit comments

Comments
 (0)
0