Skip to content

Commit 184dd46

Browse files
committed
docs: add config items
1 parent 0c25173 commit 184dd46

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

user_guide_src/source/libraries/honeypot.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ Honeypot can be customized. The fields below can be set either in
3535
* ``$label`` - HTML label for the honeypot field, default is ``'Fill This Field'``
3636
* ``$name`` - name of the HTML form field used for the template; default is ``'honeypot'``
3737
* ``$template`` - form field template used for the honeypot; default is ``'<label>{label}</label><input type="text" name="{name}" value="">'``
38+
* ``$container`` - container tag for the template; default is ``'<div style="display:none">{template}</div>'``.
39+
If you enables CSP, you can remove ``style="display:none"``.
40+
* ``$containerId`` - [Since v4.3.0] this setting is used only when you enables CSP. You can change the id attribute for the container tag; default is ``'hpc'``

0 commit comments

Comments
 (0)