Create Note
This commit is contained in:
parent
165d568562
commit
48ef12e4dd
68
src/f9ecacd0-8481-4157-8c71-d7aaefc2b7c3/item.json
Normal file
68
src/f9ecacd0-8481-4157-8c71-d7aaefc2b7c3/item.json
Normal file
@ -0,0 +1,68 @@
|
||||
{
|
||||
"name": "Note",
|
||||
"short_description": "supports a one line text field.",
|
||||
"description": "This form field makes it possible to create titles, texts, descriptions and even alert boxes. It also allows you to bring order in the settings for extensions, by separating them with useful titles. Or adding descriptions for certain settings (without having to rely on the tooltips). Or adding any other text you want.",
|
||||
"properties": {
|
||||
"properties0": {
|
||||
"name": "type",
|
||||
"example": "note",
|
||||
"mandatory": "1",
|
||||
"description": "(mandatory) must be note"
|
||||
},
|
||||
"properties1": {
|
||||
"name": "name",
|
||||
"example": "note_one",
|
||||
"adjustable": "1",
|
||||
"mandatory": "1",
|
||||
"description": "(mandatory) is the unique name of the field."
|
||||
},
|
||||
"properties2": {
|
||||
"name": "label",
|
||||
"example": "The notice",
|
||||
"adjustable": "1",
|
||||
"translatable": "1",
|
||||
"description": "(mandatory or optional if using description) (translatable) is the descriptive title of the note "
|
||||
},
|
||||
"properties3": {
|
||||
"name": "description",
|
||||
"example": "The notice description",
|
||||
"adjustable": "1",
|
||||
"translatable": "1",
|
||||
"description": "(optional if using label)(translatable) the description\/text of the note "
|
||||
},
|
||||
"properties4": {
|
||||
"name": "heading",
|
||||
"example": "h4",
|
||||
"adjustable": "1",
|
||||
"description": "(optional) the type of heading element to use for the label (default: h4)"
|
||||
},
|
||||
"properties5": {
|
||||
"name": "class",
|
||||
"example": "alert",
|
||||
"adjustable": "1",
|
||||
"description": "(optional) a class name (or class names), like these examples ( alert, alert alert-info, alert alert-success, alert alert-error )"
|
||||
},
|
||||
"properties6": {
|
||||
"name": "close",
|
||||
"example": "true",
|
||||
"adjustable": "1",
|
||||
"description": "(optional) a value of 'true' (for alerts) or the value for the data-dismiss of the bootstrap close icon"
|
||||
},
|
||||
"properties7": {
|
||||
"name": "showon",
|
||||
"example": "",
|
||||
"adjustable": "1",
|
||||
"description": "(optional) Allows you to hide the field based on the value(s) of another field; for Joomla 3.2.4+ https:\/\/joomla.stackexchange.com\/a\/17682\/2166"
|
||||
}
|
||||
},
|
||||
"has_defaults": "0",
|
||||
"datatype": "",
|
||||
"datalenght": "",
|
||||
"datalenght_other": "",
|
||||
"datadefault": "",
|
||||
"datadefault_other": "",
|
||||
"indexes": "0",
|
||||
"null_switch": "NOT NULL",
|
||||
"store": "0",
|
||||
"guid": "f9ecacd0-8481-4157-8c71-d7aaefc2b7c3"
|
||||
}
|
Loading…
Reference in New Issue
Block a user