Create Captcha
This commit is contained in:
parent
8f23917fa3
commit
380a445fd7
54
src/206fdad4-14d0-45f1-9c84-3d09abf48a39/item.json
Normal file
54
src/206fdad4-14d0-45f1-9c84-3d09abf48a39/item.json
Normal file
@ -0,0 +1,54 @@
|
||||
{
|
||||
"name": "Captcha",
|
||||
"short_description": "Captcha robot check.",
|
||||
"description": "Provides the use of a captcha plugin.",
|
||||
"properties": {
|
||||
"properties0": {
|
||||
"name": "type",
|
||||
"example": "captcha",
|
||||
"mandatory": "1",
|
||||
"description": "(mandatory) must be captcha."
|
||||
},
|
||||
"properties3": {
|
||||
"name": "name",
|
||||
"example": "captcha",
|
||||
"adjustable": "1",
|
||||
"mandatory": "1",
|
||||
"description": "(mandatory) is the unique name of the field."
|
||||
},
|
||||
"properties2": {
|
||||
"name": "validate",
|
||||
"example": "captcha",
|
||||
"mandatory": "1",
|
||||
"description": "(mandatory) must be captcha."
|
||||
},
|
||||
"properties1": {
|
||||
"name": "label",
|
||||
"example": "Captcha",
|
||||
"mandatory": "1",
|
||||
"translatable": "1",
|
||||
"description": "(mandatory) (translatable) is the descriptive title of the field."
|
||||
},
|
||||
"properties4": {
|
||||
"name": "description",
|
||||
"example": "We do not like spam, please show us you are human",
|
||||
"translatable": "1",
|
||||
"description": "(optional) (translatable) is text that will be shown as a tooltip when the user moves the mouse over the drop-down box."
|
||||
},
|
||||
"properties5": {
|
||||
"name": "namespace",
|
||||
"example": "[[[component]]]",
|
||||
"description": "(optional) the component name seems to work"
|
||||
}
|
||||
},
|
||||
"has_defaults": "0",
|
||||
"datatype": "",
|
||||
"datalenght": "",
|
||||
"datalenght_other": "",
|
||||
"datadefault": "",
|
||||
"datadefault_other": "",
|
||||
"indexes": "0",
|
||||
"null_switch": "NOT NULL",
|
||||
"store": "0",
|
||||
"guid": "206fdad4-14d0-45f1-9c84-3d09abf48a39"
|
||||
}
|
Loading…
Reference in New Issue
Block a user