mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-27 23:36:38 +00:00
add addfieldpath attribute to all form fields
This commit is contained in:
parent
8b0898713d
commit
d508bbad6b
@ -100,16 +100,21 @@
|
||||
"namespace": [
|
||||
"path"
|
||||
],
|
||||
"config": [
|
||||
"addfieldpath"
|
||||
],
|
||||
"fields": [
|
||||
"addfieldpath",
|
||||
"name"
|
||||
],
|
||||
"fieldset": [
|
||||
"addfieldpath",
|
||||
"description",
|
||||
"label",
|
||||
"name"
|
||||
],
|
||||
"field": [
|
||||
"addfieldpath",
|
||||
"class",
|
||||
"cols",
|
||||
"default",
|
||||
|
@ -101,16 +101,21 @@
|
||||
"namespace": [
|
||||
"path"
|
||||
],
|
||||
"config": [
|
||||
"addfieldpath"
|
||||
],
|
||||
"fields": [
|
||||
"addfieldpath",
|
||||
"name"
|
||||
],
|
||||
"fieldset": [
|
||||
"addfieldpath",
|
||||
"description",
|
||||
"label",
|
||||
"name"
|
||||
],
|
||||
"field": [
|
||||
"addfieldpath",
|
||||
"class",
|
||||
"cols",
|
||||
"default",
|
||||
|
Loading…
Reference in New Issue
Block a user