mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-12-29 04:42:36 +00:00
add more field attributes and fieldset params
This commit is contained in:
parent
4850ef0d43
commit
75d1f5f871
@ -105,14 +105,26 @@
|
||||
"name"
|
||||
],
|
||||
"fieldset": [
|
||||
"description",
|
||||
"label",
|
||||
"name"
|
||||
],
|
||||
"field": [
|
||||
"class",
|
||||
"cols",
|
||||
"default",
|
||||
"description",
|
||||
"filter",
|
||||
"id",
|
||||
"label",
|
||||
"maxLength",
|
||||
"name",
|
||||
"type"
|
||||
"required",
|
||||
"rows",
|
||||
"size",
|
||||
"step",
|
||||
"type",
|
||||
"validate"
|
||||
],
|
||||
"option": [
|
||||
"value"
|
||||
|
@ -106,14 +106,26 @@
|
||||
"name"
|
||||
],
|
||||
"fieldset": [
|
||||
"description",
|
||||
"label",
|
||||
"name"
|
||||
],
|
||||
"field": [
|
||||
"class",
|
||||
"cols",
|
||||
"default",
|
||||
"description",
|
||||
"filter",
|
||||
"id",
|
||||
"label",
|
||||
"maxLength",
|
||||
"name",
|
||||
"type"
|
||||
"required",
|
||||
"rows",
|
||||
"size",
|
||||
"step",
|
||||
"type",
|
||||
"validate"
|
||||
],
|
||||
"option": [
|
||||
"value"
|
||||
|
Loading…
Reference in New Issue
Block a user