mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-30 16:53:59 +00:00
add support of help node in module/plugin/template
This commit is contained in:
parent
22fbeccbb0
commit
1fc157025f
@ -21,6 +21,7 @@
|
||||
"media": "?",
|
||||
"updateservers": "?",
|
||||
"dlid": "?",
|
||||
"help": "?",
|
||||
"config": "?",
|
||||
"namespace": "?"
|
||||
},
|
||||
@ -143,6 +144,10 @@
|
||||
"field": [
|
||||
"*"
|
||||
],
|
||||
"help": [
|
||||
"key",
|
||||
"url"
|
||||
],
|
||||
"dlid": [
|
||||
"prefix",
|
||||
"suffix"
|
||||
|
@ -21,6 +21,7 @@
|
||||
"media": "?",
|
||||
"updateservers": "?",
|
||||
"dlid": "?",
|
||||
"help": "?",
|
||||
"config": "?",
|
||||
"namespace": "?"
|
||||
},
|
||||
@ -144,6 +145,10 @@
|
||||
"field": [
|
||||
"*"
|
||||
],
|
||||
"help": [
|
||||
"key",
|
||||
"url"
|
||||
],
|
||||
"dlid": [
|
||||
"prefix",
|
||||
"suffix"
|
||||
|
@ -21,6 +21,7 @@
|
||||
"positions": "=",
|
||||
"updateservers": "?",
|
||||
"dlid": "?",
|
||||
"help": "?",
|
||||
"config": "?"
|
||||
},
|
||||
"positions": {
|
||||
@ -93,6 +94,10 @@
|
||||
"priority",
|
||||
"type"
|
||||
],
|
||||
"help": [
|
||||
"key",
|
||||
"url"
|
||||
],
|
||||
"dlid": [
|
||||
"prefix",
|
||||
"suffix"
|
||||
|
Loading…
Reference in New Issue
Block a user