Create Spacer
This commit is contained in:
parent
cd6ad16a9b
commit
42435ae621
65
src/626d0cba-a908-4a4f-a447-96d781aeaa0b/item.json
Normal file
65
src/626d0cba-a908-4a4f-a447-96d781aeaa0b/item.json
Normal file
@ -0,0 +1,65 @@
|
||||
{
|
||||
"name": "Spacer",
|
||||
"short_description": "provides a visual separator between form fields. It is purely a visual aid and no value is stored.",
|
||||
"description": "The spacer form field type provides a visual separator between parameter field elements. It is purely a visual aid and no field value is stored.",
|
||||
"properties": {
|
||||
"properties0": {
|
||||
"name": "type",
|
||||
"example": "spacer",
|
||||
"adjustable": "0",
|
||||
"mandatory": "1",
|
||||
"translatable": "0",
|
||||
"description": "(mandatory) must be spacer."
|
||||
},
|
||||
"properties1": {
|
||||
"name": "name",
|
||||
"example": "myspacer",
|
||||
"adjustable": "1",
|
||||
"mandatory": "1",
|
||||
"translatable": "0",
|
||||
"description": "(mandatory) is the unique name of the field."
|
||||
},
|
||||
"properties2": {
|
||||
"name": "label",
|
||||
"example": "The notice",
|
||||
"adjustable": "1",
|
||||
"mandatory": "0",
|
||||
"translatable": "1",
|
||||
"description": "(optional) (translatable) is the text to use as a spacer."
|
||||
},
|
||||
"properties3": {
|
||||
"name": "description",
|
||||
"example": "The notice description",
|
||||
"adjustable": "1",
|
||||
"mandatory": "0",
|
||||
"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."
|
||||
},
|
||||
"properties4": {
|
||||
"name": "hr",
|
||||
"example": "",
|
||||
"adjustable": "1",
|
||||
"mandatory": "0",
|
||||
"translatable": "0",
|
||||
"description": "(optional) is whether to display a horizontal rule ('true' or 'false'). If this attribute is 'true', the label attribute will be ignored."
|
||||
},
|
||||
"properties5": {
|
||||
"name": "class",
|
||||
"example": "",
|
||||
"adjustable": "1",
|
||||
"mandatory": "0",
|
||||
"translatable": "0",
|
||||
"description": "(optional) is a CSS class name for the HTML form field."
|
||||
}
|
||||
},
|
||||
"has_defaults": "0",
|
||||
"datatype": "",
|
||||
"datalenght": "",
|
||||
"datalenght_other": "",
|
||||
"datadefault": "",
|
||||
"datadefault_other": "",
|
||||
"indexes": "",
|
||||
"null_switch": "",
|
||||
"store": "0",
|
||||
"guid": "626d0cba-a908-4a4f-a447-96d781aeaa0b"
|
||||
}
|
Loading…
Reference in New Issue
Block a user