31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-05-30 12:20:47 +00:00

add support of help node in module/plugin/template

This commit is contained in:
Denis Ryabov 2021-09-02 14:48:22 +03:00
parent 22fbeccbb0
commit 1fc157025f
3 changed files with 15 additions and 0 deletions

View File

@ -21,6 +21,7 @@
"media": "?",
"updateservers": "?",
"dlid": "?",
"help": "?",
"config": "?",
"namespace": "?"
},
@ -143,6 +144,10 @@
"field": [
"*"
],
"help": [
"key",
"url"
],
"dlid": [
"prefix",
"suffix"

View File

@ -21,6 +21,7 @@
"media": "?",
"updateservers": "?",
"dlid": "?",
"help": "?",
"config": "?",
"namespace": "?"
},
@ -144,6 +145,10 @@
"field": [
"*"
],
"help": [
"key",
"url"
],
"dlid": [
"prefix",
"suffix"

View File

@ -21,6 +21,7 @@
"positions": "=",
"updateservers": "?",
"dlid": "?",
"help": "?",
"config": "?"
},
"positions": {
@ -93,6 +94,10 @@
"priority",
"type"
],
"help": [
"key",
"url"
],
"dlid": [
"prefix",
"suffix"