33
2
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:
Denis Ryabov 2021-02-18 15:17:13 +03:00
parent 8b0898713d
commit d508bbad6b
2 changed files with 10 additions and 0 deletions

View File

@ -100,16 +100,21 @@
"namespace": [
"path"
],
"config": [
"addfieldpath"
],
"fields": [
"addfieldpath",
"name"
],
"fieldset": [
"addfieldpath",
"description",
"label",
"name"
],
"field": [
"addfieldpath",
"class",
"cols",
"default",

View File

@ -101,16 +101,21 @@
"namespace": [
"path"
],
"config": [
"addfieldpath"
],
"fields": [
"addfieldpath",
"name"
],
"fieldset": [
"addfieldpath",
"description",
"label",
"name"
],
"field": [
"addfieldpath",
"class",
"cols",
"default",