diff --git a/src/82f1b5ca-bb9b-44d7-9a7a-9a03fb2a31dd/item.json b/src/82f1b5ca-bb9b-44d7-9a7a-9a03fb2a31dd/item.json new file mode 100644 index 0000000..0b966c8 --- /dev/null +++ b/src/82f1b5ca-bb9b-44d7-9a7a-9a03fb2a31dd/item.json @@ -0,0 +1,49 @@ +{ + "name": "Hidden", + "short_description": "provides a hidden field for saving a form field whose value cannot be altered directly by a user.", + "description": "The hidden form field type provides a hidden field for saving a field whose value cannot be altered directly by a user in the Administrator (it can be altered in code or by editing the params.ini file). If the parameter has a saved value this is entered i", + "properties": { + "properties0": { + "name": "type", + "example": "hidden", + "mandatory": "1", + "description": "(mandatory) must be hidden." + }, + "properties1": { + "name": "name", + "example": "mysecretvariable", + "adjustable": "1", + "mandatory": "1", + "description": "(mandatory) is the unique name of the field." + }, + "properties2": { + "name": "default", + "example": "1", + "adjustable": "1", + "mandatory": "1", + "description": "(mandatory) is the data which needs to be collected." + }, + "properties5": { + "name": "filter", + "example": "STRING", + "adjustable": "1", + "description": "(optional) allow the system to save certain html tags or raw data." + }, + "properties4": { + "name": "validate", + "example": "", + "adjustable": "1", + "description": "(optional) The validation method for the form field. This value will determine which method is used to validate the value for a field." + } + }, + "has_defaults": "0", + "datatype": "", + "datalenght": "", + "datalenght_other": "", + "datadefault": "", + "datadefault_other": "", + "indexes": "", + "null_switch": "", + "store": "0", + "guid": "82f1b5ca-bb9b-44d7-9a7a-9a03fb2a31dd" +} \ No newline at end of file