mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-27 15:26:36 +00:00
remove support of install/uninstall nodes in templates
This commit is contained in:
parent
ba01cf2a35
commit
d2f342e910
@ -13,9 +13,6 @@
|
||||
"license": "?",
|
||||
"changelogurl": "?",
|
||||
"scriptfile": "?",
|
||||
"install": "?",
|
||||
"update": "?",
|
||||
"uninstall": "?",
|
||||
"files": "?",
|
||||
"images": "?",
|
||||
"css": "?",
|
||||
@ -52,22 +49,6 @@
|
||||
"media:file": "*",
|
||||
"folder": "*"
|
||||
},
|
||||
"install": {
|
||||
"sql": "*"
|
||||
},
|
||||
"update": {
|
||||
"sql": "*",
|
||||
"schemas": "*"
|
||||
},
|
||||
"uninstall": {
|
||||
"sql": "*"
|
||||
},
|
||||
"sql": {
|
||||
"file": "*"
|
||||
},
|
||||
"schemas": {
|
||||
"schemapath": "*"
|
||||
},
|
||||
"updateservers": {
|
||||
"server": "*"
|
||||
}
|
||||
@ -107,9 +88,6 @@
|
||||
"charset",
|
||||
"driver"
|
||||
],
|
||||
"schemapath": [
|
||||
"type"
|
||||
],
|
||||
"server": [
|
||||
"name",
|
||||
"priority",
|
||||
|
Loading…
Reference in New Issue
Block a user