Create Plugins
This commit is contained in:
parent
d00b8c483f
commit
d4a37e0771
76
src/37fa4e1d-b7ca-4a8f-aa4b-d8085c135233/item.json
Normal file
76
src/37fa4e1d-b7ca-4a8f-aa4b-d8085c135233/item.json
Normal file
@ -0,0 +1,76 @@
|
||||
{
|
||||
"name": "Plugins",
|
||||
"short_description": "Provides a dropdown list of plugin options from the folder.",
|
||||
"description": "Provides a dropdown list of plugin options from the folder.",
|
||||
"properties": {
|
||||
"properties0": {
|
||||
"name": "type",
|
||||
"example": "plugins",
|
||||
"mandatory": "1",
|
||||
"description": "(mandatory) must be editors."
|
||||
},
|
||||
"properties1": {
|
||||
"name": "name",
|
||||
"example": "editor",
|
||||
"adjustable": "1",
|
||||
"mandatory": "1",
|
||||
"description": "(mandatory) is the unique name of the parameter."
|
||||
},
|
||||
"properties2": {
|
||||
"name": "label",
|
||||
"example": "Select an editor",
|
||||
"adjustable": "1",
|
||||
"mandatory": "1",
|
||||
"translatable": "1",
|
||||
"description": "(mandatory) (translatable) is the descriptive title of the field."
|
||||
},
|
||||
"properties3": {
|
||||
"name": "default",
|
||||
"example": "",
|
||||
"adjustable": "1",
|
||||
"description": "(optional) (not translatable) is the default value."
|
||||
},
|
||||
"properties4": {
|
||||
"name": "description",
|
||||
"example": "",
|
||||
"adjustable": "1",
|
||||
"translatable": "1",
|
||||
"description": "(optional) (translatable) is text that will be shown as a tooltip when the user moves the mouse over the label."
|
||||
},
|
||||
"properties5": {
|
||||
"name": "multiple",
|
||||
"example": "false",
|
||||
"adjustable": "1",
|
||||
"description": "(optional) is whether multiple items can be selected at the same time (true or false)."
|
||||
},
|
||||
"properties6": {
|
||||
"name": "folder",
|
||||
"example": "editors",
|
||||
"adjustable": "1",
|
||||
"mandatory": "1",
|
||||
"description": "(mandatory) editors or captcha."
|
||||
},
|
||||
"properties7": {
|
||||
"name": "filter",
|
||||
"example": "cmd",
|
||||
"adjustable": "1",
|
||||
"description": "(optional) allow the system to save certain html tags or raw data."
|
||||
},
|
||||
"properties8": {
|
||||
"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": "INT",
|
||||
"datalenght": "7",
|
||||
"datalenght_other": "",
|
||||
"datadefault": "0",
|
||||
"datadefault_other": "",
|
||||
"indexes": "0",
|
||||
"null_switch": "NOT NULL",
|
||||
"store": "0",
|
||||
"guid": "37fa4e1d-b7ca-4a8f-aa4b-d8085c135233"
|
||||
}
|
Loading…
Reference in New Issue
Block a user