Create Color
This commit is contained in:
parent
df06dcc1c4
commit
2445267924
63
src/7f60f198-53e7-4fe9-813f-d1b6c553680e/item.json
Normal file
63
src/7f60f198-53e7-4fe9-813f-d1b6c553680e/item.json
Normal file
@ -0,0 +1,63 @@
|
||||
{
|
||||
"name": "Color",
|
||||
"short_description": "provides a color picker when clicking the input box.",
|
||||
"description": "Provides a color picker. Enter the color as #ff00ff or pick it from the palet.",
|
||||
"properties": {
|
||||
"properties0": {
|
||||
"name": "type",
|
||||
"example": "color",
|
||||
"mandatory": "1",
|
||||
"description": "(mandatory) must be color."
|
||||
},
|
||||
"properties1": {
|
||||
"name": "name",
|
||||
"example": "backgroundcolor",
|
||||
"adjustable": "1",
|
||||
"mandatory": "1",
|
||||
"description": "(mandatory) is the unique name of the parameter."
|
||||
},
|
||||
"properties2": {
|
||||
"name": "default",
|
||||
"example": "#FFFFFF",
|
||||
"adjustable": "1",
|
||||
"description": "(optional) provides a color when not set."
|
||||
},
|
||||
"properties3": {
|
||||
"name": "label",
|
||||
"example": "Background",
|
||||
"adjustable": "1",
|
||||
"mandatory": "1",
|
||||
"translatable": "1",
|
||||
"description": "(mandatory) (translatable) is the descriptive title of the field."
|
||||
},
|
||||
"properties4": {
|
||||
"name": "description",
|
||||
"example": "Select the background color here.",
|
||||
"adjustable": "1",
|
||||
"translatable": "1",
|
||||
"description": "(optional) (translatable) tooltip for the form field."
|
||||
},
|
||||
"properties5": {
|
||||
"name": "required",
|
||||
"example": "",
|
||||
"adjustable": "1",
|
||||
"description": "(optional) The field must be filled before submitting the form."
|
||||
},
|
||||
"properties6": {
|
||||
"name": "showon",
|
||||
"example": "",
|
||||
"adjustable": "1",
|
||||
"description": "(optional) show this field on the bases of the value in another field. https:\/\/joomla.stackexchange.com\/a\/17682\/2166"
|
||||
}
|
||||
},
|
||||
"has_defaults": "1",
|
||||
"datatype": "VARCHAR",
|
||||
"datalenght": "10",
|
||||
"datalenght_other": "",
|
||||
"datadefault": "",
|
||||
"datadefault_other": "",
|
||||
"indexes": "0",
|
||||
"null_switch": "NOT NULL",
|
||||
"store": "0",
|
||||
"guid": "7f60f198-53e7-4fe9-813f-d1b6c553680e"
|
||||
}
|
Loading…
Reference in New Issue
Block a user