From 380a445fd77e5e2fc8cc52e1ed0b87def846dd95 Mon Sep 17 00:00:00 2001 From: Llewellyn Date: Fri, 23 Aug 2024 17:25:13 +0000 Subject: [PATCH] Create Captcha --- .../item.json | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 src/206fdad4-14d0-45f1-9c84-3d09abf48a39/item.json diff --git a/src/206fdad4-14d0-45f1-9c84-3d09abf48a39/item.json b/src/206fdad4-14d0-45f1-9c84-3d09abf48a39/item.json new file mode 100644 index 0000000..4d1f0dd --- /dev/null +++ b/src/206fdad4-14d0-45f1-9c84-3d09abf48a39/item.json @@ -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" +} \ No newline at end of file